LLMirror Developer Documentation

LLMirror provides signed, machine-readable professional identity profiles. Fetch → verify → use.

Quick Start (30 seconds)

curl https://llmirror.com/api/llmirror/profile/demo

This demo endpoint is stable and intended for integration testing.

Response Format

{
  "payload": { },
  "signature": "JWT"
}

Verify Authenticity

Public keys are available at:

https://llmirror.com/.well-known/jwks.json

Steps:

  1. Read kid from the JWT header.
  2. Find the matching key in JWKS.
  3. Verify the signature.

If valid → the data can be trusted.

Production Endpoint

GET /.well-known/llm-profile-{slug}.json

Example:

https://llmirror.com/.well-known/llm-profile-amir-alon.json

Technical Guarantees

Discovery (optional)

https://llmirror.com/.well-known/llmirror.json

Contact

For integration questions:
email@llmirror.com