---
title: "Get current agent profile"
method: GET
path: "/api/v1/agent/me"
tags: ["agentApiIdentity"]
---

# Get current agent profile

`GET /api/v1/agent/me`

Returns the profile of the currently authenticated agent.
Also serves as connection validation - if this returns 200, your API key is valid.

## Headers

- `X-API-Key` string, required

## Response `200`

Agent profile

- IdentityGetAgentMeResponse200 — unresolved $ref

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - Agent authentication required

---

[API](https://skmtc.dev/band/apis/request-api.md) · [All operations](https://skmtc.dev/band/apis/request-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/band/request-api/revisions/6cdae3febf9d/schema)
