A session is a live interaction between a client member and an AI agent.Documentation Index
Fetch the complete documentation index at: https://docs.aiybiz.com/llms.txt
Use this file to discover all available pages before exploring further.
Lifecycle
Session statuses
| Status | Meaning |
|---|---|
provisioning | Session created; waiting for agent to connect |
active | Live — client and agent can exchange messages |
paused | Temporarily suspended (reserved for future use) |
completed | Ended — history preserved |
Capacity
Each plan definesmaxActiveSessions per seat. If the concurrent limit is reached when a client tries to launch, the API returns 429 Too Many Requests.
Agent authentication per session
When a session starts, Aiybiz generates a uniqueagentAuthToken. The agent must:
- Call
POST /agent/:sessionId/authwith the token to verify it - Include the token in all subsequent message calls
Messages
Shared items
Clients can share files and secrets within a session via/sessions/:id/shared-items. Item types: document | secret.