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

# Get Agent Well Known

`GET /v1/agents/{agent_id}/a2a/well-known`

Get current agent discovery information with proper validation and error handling.

## 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)
