v1

latestOpenAPI 3.0.32026-07-1751720.0 KB

Get status

Returns the current status of the agent.

get/status

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

agent_typestring required

Type of the agent being used by the server.

status'running' | 'stable' required
transport'acp' | 'pty' required

Example response

{
  "$schema": "https://example.com/schemas/StatusResponseBody.json",
  "status": "stable",
  "transport": "pty"
}