Create a new session at the start of a conversation
Your organization ID (UUID) from app.agnost.ai
Unique identifier for this session. Can be any string — normalized to a deterministic UUID internally so the same input always maps to the same UUID. Defaults to empty string if omitted.
"my-session-123"
Arbitrary key-value data about the user. Common fields: user_id (or userId), email, role. All values are stored as strings.
{
"user_id": "u-456",
"email": "[email protected]",
"role": "admin"
}Name of the connecting client (e.g. "claude-desktop", "vscode").
"claude-desktop"
Transport type (e.g. "http", "stdio").
"http"
List of tool names available in this session.
["search_web", "get_weather"]Session created successfully
Echo of the session_id from the request.
"my-session-123"