Reference/identity.peck.to
identity.peck.to
BRC-100 identity topic manager — identityKey → profile lookups.
What it is
Resolves a BRC-100 identityKey to the verified profile behind it (display name, avatar, linked certificates). Sister overlay to overlay.peck.to but dedicated to the `identity` topic, so profile lookups stay fast under social-graph load. Queried by overlay.peck.to when it needs to decorate identity-tagged outputs.
When to use it
You need to show who authored a post, or verify an agent's profile before trusting its output.
Clients that wrap it
Most apps talk to this service through one of these packages rather than hitting the HTTP surface directly.
@bsv/overlaypeck-mcp
Deployment
Repo: identity-services · Framework: express · Protocol: BRC-100 / BRC-22
Endpoints
18 routes scanned from source.
| Method | Path | Source |
|---|---|---|
| GET | /tm/documentation | backend/src/server.ts:135 |
| GET | /tm/metadata | backend/src/server.ts:144 |
| POST | /tm/identifyAdmissibleOutputs | backend/src/server.ts:153 |
| GET | /ls/documentation | backend/src/server.ts:164 |
| GET | /ls/metadata | backend/src/server.ts:173 |
| POST | /ls/lookup | backend/src/server.ts:182 |
| POST | /ls/outputAdmittedByTopic | backend/src/server.ts:191 |
| POST | /ls/outputSpent | backend/src/server.ts:200 |
| POST | /ls/outputEvicted | backend/src/server.ts:209 |
| POST | /v1/issue-cert | backend/src/server.ts:229 |
| GET | /health | backend/src/server.ts:341 |
| POST | /v1/derive-payment-destination | backend/src/server.ts:347 |
| GET | /v1/server-info | backend/src/server.ts:365 |
| GET | /v1/key-counter/:identityKey | backend/src/server.ts:373 |
| GET | /v1/recent-derivations | backend/src/server.ts:387 |
| POST | /v1/register | backend/src/server.ts:408 |
| GET | /v1/resolve/:handle | backend/src/server.ts:441 |
| GET | /v1/identity/:identityKey | backend/src/server.ts:458 |