a2a
Get Agent Card
GET
Get Agent Card
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
Response
Successful Response
The AgentCard is a self-describing manifest for an agent. It provides essential metadata including the agent's identity, capabilities, skills, supported communication methods, and security requirements.
Defines optional capabilities supported by an agent.
Example:
"Agent that helps users with recipes and cooking."
Example:
"Recipe Agent"
Example:
"https://api.example.com/a2a/v1"
Example:
"1.0.0"
Example:
"JSONRPC"
Represents the service provider of an agent.
Example:
[
{ "oauth": ["read"] },
{ "api-key": [], "mtls": [] }
]Get Agent Card