AI

Create Agent Session

post/ai/agent_sessions

Request body

$schemastring uri

A URL to the JSON Schema for this object.

Example request

{
  "$schema": "/v1/schemas/CreateAgentSessionRequestBody.json"
}

Response

Created

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "/v1/schemas/CreateAgentSessionResponseBody.json"
}

Changes