---
title: "Get Agent Card"
method: GET
path: "/well-known/agent.json"
tags: ["WellKnown"]
---

# Get Agent Card

`GET /well-known/agent.json`

## Response `200`

The Agent Card.

- AgentCard — Represents an A2A Agent Card.
  - `name` string
  - `description` string
  - `version` string
  - `protocolVersion` string
  - `provider` AgentProvider — Provider of an A2A agent.
    - `organization` string
    - `url` string
  - `capabilities` AgentCapabilities — Capabilities of an A2A agent.
    - `streaming` boolean
    - `pushNotifications` boolean
    - `extendedAgentCard` boolean
    - `extensions` AgentExtension[]
      - `uri` string
      - `description` string
      - `required` boolean
      - `params` object
  - `skills` AgentSkill[]
    - `id` string
    - `name` string
    - `description` string
    - `tags` string[]
    - `examples` string[]
    - `inputModes` string[]
    - `outputModes` string[]
    - `securityRequirements` AgentSecurityRequirement[]
      - `schemes` object
  - `defaultInputModes` string[]
  - `defaultOutputModes` string[]
  - `supportedInterfaces` AgentInterface[]
    - `url` string
    - `protocolBinding` string
    - `protocolVersion` string
    - `tenant` string
  - `securitySchemes` object
  - `securityRequirements` AgentSecurityRequirement[]
    - `schemes` object
  - `iconUrl` string
  - `documentationUrl` string
  - `signatures` AgentCardSignature[]
    - `protected` string
    - `signature` string
    - `header` object

## Other responses

- `401` — Common response for all operations that can return a `401` error indicating authentication is required.
- `403` — Common response for all operations that can return a `403` error indicating the user is authenticated but not authorized.
- `500` — Common response for all operations that can fail with an unexpected server error.

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-api-v3/revisions/c39cb56d7dbc/schema)
