Gateway endpoint (JWT-authenticated). Creates a new session for the specified agent instance. The tenant_id is extracted from the JWT — it is not supplied in the request body. The session_id is generated server-side and returned in the response.
curl --request POST \
--url https://api.svantic.com/sessions/init \
--header 'Content-Type: application/json' \
--data '
{
"instance_id": "string",
"user_id": "string"
}
'{
"session_id": "string",
"instance_id": "string",
"agent_type": "string"
}Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
Gateway POST /sessions/init — JWT-authenticated. The tenant_id is extracted from the JWT; session_id is generated server-side.
curl --request POST \
--url https://api.svantic.com/sessions/init \
--header 'Content-Type: application/json' \
--data '
{
"instance_id": "string",
"user_id": "string"
}
'{
"session_id": "string",
"instance_id": "string",
"agent_type": "string"
}