Open a session
POST/v1/projects/:project_id/agents/:agent_id/sessions
Opens a durable session against the agent. The session accumulates messages and is resumable by id; its lifecycle (open / closed / expired) and configuration live in the backing runtime session.
Request
Responses
- 201
- 400
- 401
- 404
- 502
The session was opened.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.