Session
Create session
Creates a new session in a given namespace
POST
Create session
Documentation Index
Fetch the complete documentation index at: https://docs.coralos.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The session request body, containing the agents to use in the session and other settings
A request for the agents in this session
Provides a full namespace request to create an ad hoc namespace if the namespace doesn't already exist. Note
that this will not update an existing namespace, so for example, there is no guarantee that annotations
specified on this request end up on the namespace that this session belongs in.- create_if_not_exists
- use_existing
The session's execution is deferred. A deferred execution must be executed manually later
- defer
- immediate
Create session