Skip to main content
GET
/
v1
/
agents
/
catalog
Openclaw Catalog
curl --request GET \
  --url https://api.deepinfra.com/v1/agents/catalog \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Response

Successful Response

Per-agent-type catalog: keyed by agent_type_id, each entry carries the current version and the plans available for that type.

{key}
OpenClawAgentTypeMetaOut · object