The developer map of Verifable
Verifable issues Digital Product Passports and the facts around them — signed as W3C Verifiable Credentials, addressed as DIDs, held in wallets, and checked against policy by a PDP before anything is handed back. This page is the developer-facing map of that system: the consoles you can click through, the operations the server actually exposes, and the documents that describe it all in a form a machine can read.
Every passport is also a fact in a small RDF store you can query yourself — the same store the landing page's live proof runs against — over SPARQL 1.2, at the Veritas Workbench. DID resolution, CBOR inspection, and credential/passport tools live in the Playground below. If you'd rather read the plain-language story first, start at the homepage.
- UNTP
- W3C VC 2.0
- SD-JWT VC
- OpenID4VCI
- OpenID4VP
- OpenID Federation
- EUDI ARF
- ISO 18013-5
- ISO/IEC 18975
- GS1 Digital Link
- JSON-LD
- SHACL
- SPARQL 1.2
Consoles
Everything below is the same substrate viewed from a different seat. Each console reads and writes through the API in the reference section further down — none of it is a separate backend.
Sign in: a passkey, the EU Digital Identity Wallet, a connected/federated provider, or a dev shortcut. Every other console is reached from here.
Hold credentials and present them — the surface a real holder sees.
Resolve a DID or a product identifier straight through the server — no browser CORS wall.
Every agent's entitlements, activity, and pending access requests.
Configure OAuth clients and the relying-party (CIR) register.
PDP decisions, SSF streams, events, and a trace lookup — Day-2 observability.
DID resolution, a CBOR inspector, and credential/battery/building-passport tools, side by side.
API reference
Rendered live from the same OpenAPI document the server emits at build time — grouped the way the consoles above actually use it. Open the raw contract directly at /openapi/verifable-server.json for tooling, codegen, or an agent that wants the whole shape at once.
Machine-readable facts
Three documents describe this system without anyone reading a page: the operation-level contract above, a plain-document summary for people, and an agent-readable index. This page is the human-navigable front door tying the three together.
- /openapi/verifable-server.json The raw OpenAPI 3.1.1 contract — every operation rendered above.
- Facts Every claim with a status and a way to check it — including what is not true yet.
- /llms.txt The agent-readable index — the same facts, indexed for an LLM's first read.
- github.com/Lumoin/Verifiable Source.
Self-describing as did:web:verifable.eu.