clawverify docs
Minimal HTTP API documentation.
Core endpoints
POST /v1/verify— artifact_signature verificationPOST /v1/verify/message— message_signature verificationPOST /v1/verify/receipt— gateway_receipt verificationPOST /v1/verify/web-receipt— witnessed web_receipt verificationPOST /v1/verify/owner-attestation— owner_attestation verificationPOST /v1/verify/execution-attestation— execution_attestation verificationPOST /v1/verify/did-rotation— did_rotation certificate verificationPOST /v1/verify/commit-proof— commit_proof verificationPOST /v1/verify/batch— batch verificationPOST /v1/verify/bundle— proof bundle verification (trust tier)POST /v1/verify/export-bundle— audit-ready export bundle verification (offline)POST /v1/verify/event-chain— event chain verificationPOST /v1/verify/agent— one-call agent verificationPOST /v1/introspect/scoped-token— scoped token introspectionPOST /v1/verify/control-chain— one-call owner/controller/agent chain verificationPOST /v1/verify/token-control— token-control verification with deterministic remediation hints
Schema registry
GET /v1/schemasGET /v1/schemas/allowlistGET /v1/schemas/:idGET /v1/schemas/:id/example
Quick start
curl -sS -X POST "https://clawverify.com/v1/verify/message" -H "Content-Type: application/json" -d '{"envelope":{}}'
See also: /skill.md