Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"copiloteu"
Path Parameters
The identifier of the agent associated with the context.
"12345678-90ab-cdef-gh12-34567890abc"
Response
Agent card retrieved successfully.
The version of the A2A protocol this agents supports.
The name of the agent.
A human readable description of the agent.
The URL where the agent can be reached to process messages.
The version of the agent.
Default set of supported input MIME types for all skills, which can be overridden on a per-skill basis.
Default set of supported output MIME types for all skills, which can be overridden on a per-skill basis.
The set of skills, or distinct capabilities, that the agent can perform.
A list of additional transport protocols and URL combinations the agent supports.
A URL to an icon representing the agent.
A URL to documentation describing how to interact with the agent.
A declaration of the security schemes available to authorize requests. The key is the scheme name. Follows the OpenAPI 3.0 Security Scheme Object.
A list of security requirement objects that apply to all agent interactions. Each object lists security schemes that can be used. Follows the OpenAPI 3.0 Security Requirement Object. This list can be seen as an OR of ANDs. Each object in the list describes one possible set of security requirements that must be present on a request. This allows specifying, for example, "callers must either use OAuth OR an API Key AND mTLS."
Indicates whether the agent supports returning an extended agent card when called with authentication.
JSON Web Signatures computed for this AgentCard.