For developers
One endpoint verifies humans and their AI agents, with signature, issuer trust, status and compliance checked for you. A 30-minute integration on open standards, and the services behind it are live today.
The integration
Integrate once and accept credentials from the OTCP wallet and every federated trust source, with no bilateral deals to negotiate.
# ask a holder to prove they're over 18, nothing else curl -X POST https://verifier.otcp.io/v1/present/requests \ -H 'content-type: application/json' \ -d '{ "requestedClaims": ["age_equal_or_over:18"] }' # → a signed OpenID4VP request the wallet answers { "requestId": "req_7f3a…c21", "openid4vp": "openid4vp://?client_id=verifier.otcp.io…", "status": "pending" }
Live services
The verifier, issuer and status services are running in production. No account needed to try them.
The merchant page: create a presentation request, show the QR, and watch a data-minimized proof verify in real time.
verifier.otcp.io/demo
The OpenID4VCI well-known document: supported credentials, formats and endpoints, straight from the live issuer.
issuer.otcp.io/.well-known/…
The IETF Token Status List every credential and VDAC checks against. Revocation cascades by construction.
status.otcp.io/statuslists/otcp-id
Want the guided tour instead? The Try it live hub walks through all of it in your browser.
Open by construction
The wallet, the agent SDK and the client libraries are open source: inspect, fork, or self-host them. Any OpenID4VCI issuer and any OpenID4VP verifier interoperates, so the OTCP platform is one option among many, never a requirement.
Create a presentation request, scan the QR with the wallet, and watch one signed boolean arrive instead of a document scan.