Returns a short-lived JWT for the given agent. Requires Bearer (organization API key). Agent must belong to the organization.
cURL
curl --request POST \ --url https://api.vatel.ai/v1/session-token \ --header 'Authorization: Bearer <token>'
{ "token": "<string>" }
Organization API key passed as Bearer token in the Authorization header
Agent UUID
Session token
Short-lived JWT for session/embed auth