A2A Protocol
Get A2A agent card (well-known)
Returns the A2A v0.3 Agent Card for the specified agent at the canonical .well-known/agent-card.json discovery URL. Standard A2A clients fetch this URL, then use the card's url and preferredTransport to drive subsequent calls.
get/v2/agents/{agent_key}/.well-known/agent-card.json
Path parameters
agent_keystring required
A unique key that identifies an agent.
Example:customer_support
The unique key of the agent.
Headers
Request-Timeoutinteger
The platform makes a best effort to complete the request in the specified seconds, or it times out.
Request-Timeout-Millisinteger
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
The A2A v0.3 Agent Card describing this agent.
Changes
No recorded changes to this endpoint across all 13 revisions of this API.