v13

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-04-23163074.4 KB
Agent Discovery

Get the agent card

The A2A standard discovery document. Any client that knows the agent's base URL can GET this to learn the agent's DID, capabilities, published skills, and where to send requests.

OPTIONS and HEAD are also accepted — useful for CORS preflight and liveness probes respectively.

get/.well-known/agent.json

Response

Agent card

namestring required
descriptionstring
versionstring required

Agent's own version string.

protocolVersionstring required

A2A protocol version the agent speaks.

didstring required
urlstring uri required

Canonical URL where the agent serves requests.

documentationUrlstring uri
defaultInputModesstring[]
defaultOutputModesstring[]
authorstring
tagsstring[]