---
title: "Get Agent Well Known Card"
method: GET
path: "/v1/agents/{agent_id}/.well-known/agent-card.json"
tags: ["v1", "protected", "agents", "agents-well-known"]
---

# Get Agent Well Known Card

`GET /v1/agents/{agent_id}/.well-known/agent-card.json`

Agent-specific well-known discovery endpoint.

Returns the agent card for this specific agent, at
/v1/agents/{agent_id}/.well-known/agent-card.json

This allows each agent to have its own well-known endpoint, which is A2A compliant.
Later, this can be proxied to subdomains:
- agent1.domain.com/.well-known/agent-card.json -> /v1/agents/{id}/.well-known/agent-card.json

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Successful Response

- AgentCard
  - `authentication` AgentAuthentication
    - `credentials` string, nullable
    - `schemes` string[], required
  - `capabilities` AgentCapabilities, required
    - `extendedAgentCard` boolean
    - `extensions` object[], nullable
    - `pushNotifications` boolean
    - `streaming` boolean
  - `defaultInputModes` string[]
  - `defaultOutputModes` string[]
  - `description` string, nullable
  - `documentationUrl` string, nullable
  - `name` string, required
  - `provider` AgentProvider
    - `organization` string, required
    - `url` string, nullable
  - `security` object[], nullable
  - `securitySchemes` object, nullable
  - `skills` AgentSkill[], required
    - `description` string, nullable
    - `examples` string[], nullable
    - `id` string, required
    - `inputModes` string[], nullable
    - `name` string, required
    - `outputModes` string[], nullable
    - `securityRequirements` object[], nullable
    - `tags` string[], nullable
  - `supportedInterfaces` AgentInterface[], required
    - `protocolBinding` string
    - `protocolVersion` string
    - `tenant` string, nullable
    - `url` string, required
  - `version` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.net/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/versions/e3650e48373b/schema)
