Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.atthene.com/llms.txt

Use this file to discover all available pages before exploring further.

Create a new session using the server-default agent configuration (loaded from static YAML). No agent key is required. This is commonly used by the playground builder and contexts that need the default agent.
curl -X GET https://api-be.atthene.com/api/v1/sessions/default-agent/ \
  -H "Authorization: Bearer YOUR_TOKEN"

Response

Returns the newly created session information.
{
  "success": true,
  "session_id": "sess_1234567890",
  "config_hash": "a1b2c3d4"
}