Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
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.
"Agent that helps users with recipes and cooking."
"Recipe Agent"
"https://api.example.com/a2a/v1"
"1.0.0"
"JSONRPC"
Represents the service provider of an agent.
[
{ "oauth": ["read"] },
{ "api-key": [], "mtls": [] }
]