v1

latestOpenAPI 3.0.02026-07-17112116167.8 KB
Agent

Register or update an agent capability card

post/api/agent/discovery/cards

Request body

agent_typestring

optional; defaults to "claudecode"

{"stackTrail":"components:schemas:AgentCardRegisterRequest:properties:card","oasType":"schema","type":"unknown","description":"optional; arbitrary JSON"}
descriptionstring
display_namestring

Example request

{
  "agent_type": "claudecode",
  "description": "A helpful coding agent",
  "display_name": "My Agent"
}

Response

OK

statusstring required

Example response

{
  "status": "ok"
}