OpenAPI 3.1 specification

AgentPKI HTTP API reference

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.

Try in Postman Try in Insomnia openapi.yaml postman.json

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 .