MINARA

Create a chat session

POST /v1/sessions — Provision a new session id; the agent loop scopes per-session state (frozen snapshot, scenario cache, shadow recorder) t

POST /v1/sessions

Provision a new session id; the agent loop scopes per-session state (frozen snapshot, scenario cache, shadow recorder) to this id.

MethodPOST
Path/v1/sessions
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categorysessions

Request body

{ "origin": "web", "kind": "chat" }

Response body

{ "id": "chat_abc", "origin": "web", "kind": "chat" }

On this page