LLMirror provides signed, machine-readable professional identity profiles. Fetch → verify → use.
curl https://llmirror.com/api/llmirror/profile/demo
This demo endpoint is stable and intended for integration testing.
{
"payload": { },
"signature": "JWT"
}
Public keys are available at:
https://llmirror.com/.well-known/jwks.json
Steps:
kid from the JWT header.If valid → the data can be trusted.
GET /.well-known/llm-profile-{slug}.json
Example:
https://llmirror.com/.well-known/llm-profile-amir-alon.json
https://llmirror.com/.well-known/llmirror.json
For integration questions:
email@llmirror.com