Lifecycle
Session statuses
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.