OpenAPI 3.1 specification
Every public endpoint across the verifier, demo issuer, claim API, snapshot store, abuse pipeline, and heuristic check. Renders the canonical openapi.yaml from the spec repo.
First call · 30 seconds, no signup
# Mint a demo passport, verify it, get back verdict: allow.
TOKEN=$(curl -s https://demo.agentpki.dev/mint | jq -r .token)
curl -s -X POST https://verify.agentpki.dev/v1/verify \
-H 'content-type: application/json' \
-d '{"token":"'$TOKEN'"}' | jq .