agent-runs

List available agent types

Returns the enabled first-party agents the deep-agent runtime can run. Each item's agentType is the value to pass as StartAgentRunParams.agentType. Use this to discover what's available before starting a run.

get/v1/agent-runs/agents

Response

OK

codeinteger
messagestring
requestIdstring

Example response

{
  "code": 200,
  "message": "success",
  "requestId": "abc-123"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.