P
peck/docsv0.1 · preview
Reference/identity.peck.to
Livepeck-identity

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/overlay
  • peck-mcp

See all clients & SDKs →

Deployment

Repo: identity-services · Framework: express · Protocol: BRC-100 / BRC-22

Endpoints

18 routes scanned from source.

MethodPathSource
GET/tm/documentationbackend/src/server.ts:135
GET/tm/metadatabackend/src/server.ts:144
POST/tm/identifyAdmissibleOutputsbackend/src/server.ts:153
GET/ls/documentationbackend/src/server.ts:164
GET/ls/metadatabackend/src/server.ts:173
POST/ls/lookupbackend/src/server.ts:182
POST/ls/outputAdmittedByTopicbackend/src/server.ts:191
POST/ls/outputSpentbackend/src/server.ts:200
POST/ls/outputEvictedbackend/src/server.ts:209
POST/v1/issue-certbackend/src/server.ts:229
GET/healthbackend/src/server.ts:341
POST/v1/derive-payment-destinationbackend/src/server.ts:347
GET/v1/server-infobackend/src/server.ts:365
GET/v1/key-counter/:identityKeybackend/src/server.ts:373
GET/v1/recent-derivationsbackend/src/server.ts:387
POST/v1/registerbackend/src/server.ts:408
GET/v1/resolve/:handlebackend/src/server.ts:441
GET/v1/identity/:identityKeybackend/src/server.ts:458