Skip to main content
POST
/
v1
/
session-token
Generate session token
curl --request POST \
  --url https://api.vatel.ai/v1/session-token \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

Organization API key passed as Bearer token in the Authorization header

Query Parameters

agentId
string<uuid>
required

Agent UUID

Response

Session token

token
string
required

Short-lived JWT for session/embed auth