Agents
POST /agents/sessions
Authorization
JWTKeyAuth Authorization<token>
In: header
Request Body
application/json
Session options
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/agents/sessions" \ -H "Content-Type: application/json" \ -d '{ "provider_org_id": "string" }'{ "provider_environment_id": "string", "session_id": "string", "title": "string"}