Skip to main content
POST
/
auth
/
session
Start a session with your API key
curl --request POST \
  --url https://api.trepa.app/auth/session \
  --header 'trepa-api-key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.trepa.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

trepa-api-key
string
header
required

Trepa API key for integrations. Exchange via POST /auth/session for session cookies.

Response

Session has been established successfully.

Last modified on May 4, 2026