---
title: "Get agent public profile and keys"
method: GET
path: "/v1/agent/identity/{did}"
tags: ["Agent Identity"]
---

# Get agent public profile and keys

`GET /v1/agent/identity/{did}`

Public endpoint. Returns public keys, capabilities, and metadata.

## Path parameters

- `did` string, required

## Response `200`

Agent identity

- AgentIdentity
  - `did` string
  - `name` string, nullable
  - `signing_public_key` string — Base64-encoded Ed25519 public key
  - `encryption_public_key` string — Base64-encoded X25519 public key
  - `capabilities` string[]
  - `metadata` object
  - `status` 'active' | 'inactive'
  - `created_at` string, date-time
  - `mlkem_public_key` string, nullable — ML-KEM-768 post-quantum public key
  - `signed_prekey` object, nullable
    - `public_key` string
    - `signature` string
    - `id` integer

## Other responses

- `404` — Agent not found

---

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