{"components":{"parameters":{"IdempotencyKey":{"description":"Unique key for safe POST retries (24h cache). Stripe-compatible.","in":"header","name":"Idempotency-Key","schema":{"maxLength":255,"minLength":8,"type":"string"}}},"responses":{"BadRequest":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Invalid request parameters"},"IdempotencyConflict":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Idempotency-Key reused with different body"},"PaymentRequired":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/X402PaymentRequiredBody"}}},"description":"x402 Payment Required \u2014 retry with PAYMENT-SIGNATURE or X-Velaru-Payment-Proof","headers":{"PAYMENT-REQUIRED":{"description":"Base64-encoded x402 v2 payment challenge","schema":{"type":"string"}}}},"RateLimited":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Too many requests","headers":{"Retry-After":{"schema":{"type":"integer"}}}},"Unauthorized":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}},"description":"Invalid or missing API key"}},"schemas":{"BindPaymentRequest":{"properties":{"action_ref":{"description":"Optional precomputed SHA-256(JCS(tuple)); verified if supplied","type":"string"},"action_type":{"type":"string"},"agent_id":{"type":"string"},"amount_atomic":{"type":"integer"},"currency":{"type":"string"},"domain":{"type":"string"},"entry_id":{"description":"Optional linked decision receipt hash","type":"string"},"payment_hash":{"description":"x402 settlement digest from PAYMENT-RESPONSE","type":"string"},"scope":{"type":"string"},"seq":{"default":0,"type":"integer"},"session_id":{"type":"string"},"settlement_rail":{"type":"string"},"terminal":{"default":true,"type":"boolean"},"timestamp_ms":{"type":"integer"}},"required":["payment_hash"],"type":"object"},"ClaimSearch402AttestationResponse":{"properties":{"agent_decision_object":{"type":"object"},"entry_id":{"type":"string"},"signature_valid":{"type":"boolean"},"spec":{"example":"velaru-claimsearch402-attestation-v1","type":"string"},"valid":{"type":"boolean"},"verify_url":{"format":"uri","type":"string"}},"required":["spec","entry_id","valid"],"type":"object"},"ClaimSearch402VerifyResponse":{"properties":{"agent_decision_object":{"type":"object"},"attestation":{"type":"object"},"decision":{"type":"string"},"found":{"type":"boolean"},"ok":{"type":"boolean"},"permalink":{"format":"uri","type":"string"},"product":{"example":"ClaimSearch402","type":"string"},"proof_ref":{"type":"string"},"receipt":{"type":"object"},"verify_url":{"format":"uri","type":"string"}},"required":["ok","found","product"],"type":"object"},"ClassifyRequest":{"properties":{"domain":{"default":"hiring","type":"string"},"message":{"type":"string"},"session_id":{"type":"string"},"webhook_url":{"format":"uri","type":"string"}},"required":["message"],"type":"object"},"Error":{"properties":{"error":{"properties":{"code":{"example":"message_required","type":"string"},"message":{"type":"string"},"param":{"type":"string"},"request_id":{"example":"req_a1b2c3d4","type":"string"},"type":{"enum":["invalid_request_error","authentication_error","rate_limit_error","api_error"],"type":"string"}},"required":["type","code","message","request_id"],"type":"object"}},"required":["error"],"type":"object"},"ExecuteGateRequest":{"properties":{"action":{"type":"string"},"action_type":{"example":"bind","type":"string"},"company":{"type":"string"},"context":{"type":"object"},"entry_id":{"type":"string"},"insured_slug":{"type":"string"},"policy_number":{"type":"string"},"proof_ref":{"type":"string"}},"type":"object"},"ExecuteGateResponse":{"properties":{"agent_decision_object":{"type":"object"},"commit_rule":{"type":"string"},"decision":{"enum":["PERMIT","DENY","SILENCE"],"type":"string"},"ok":{"type":"boolean"},"proof_ref":{"nullable":true,"type":"string"},"spec":{"example":"velaru-execute-gate-v1","type":"string"},"tap_composition":{"type":"object"},"verify_url":{"format":"uri","type":"string"}},"required":["spec","decision"],"type":"object"},"HealthResponse":{"properties":{"audit_log_entries":{"type":"integer"},"status":{"enum":["ok","degraded"],"type":"string"},"storage":{"type":"string"},"uptime_seconds":{"type":"integer"}},"type":"object"},"MeResponse":{"properties":{"api_base":{"type":"string"},"ok":{"type":"boolean"},"role":{"type":"string"},"sandbox":{"type":"boolean"},"tenant_id":{"type":"string"},"verify_url":{"type":"string"}},"type":"object"},"PublicKeyResponse":{"properties":{"algorithm":{"example":"Ed25519","type":"string"},"offline_verify_kit":{"format":"uri","type":"string"},"public_key_b64":{"type":"string"}},"type":"object"},"ReceiptResponse":{"properties":{"classification":{"enum":["SAFE","VIOLATION","CRISIS","ERROR"],"type":"string"},"entry_hash":{"type":"string"},"entry_id":{"type":"string"},"permalink":{"format":"uri","type":"string"},"sandbox":{"type":"boolean"},"signature":{"type":"string"},"verify_url":{"format":"uri","type":"string"}},"type":"object"},"RestraintAtomRequest":{"properties":{"action_not_taken":{"type":"string"},"capability_proof":{"type":"object"},"decision_reason":{"type":"string"},"opportunity_context":{"type":"object"}},"required":["action_not_taken","decision_reason"],"type":"object"},"SilenceRequest":{"properties":{"context":{"type":"string"},"domain":{"type":"string"},"session_id":{"type":"string"}},"required":["session_id","context"],"type":"object"},"TwinReceiptResponse":{"properties":{"action_ref":{"type":"string"},"decision_entry_id":{"type":"string"},"entry_id":{"type":"string"},"ok":{"type":"boolean"},"payment_hash":{"type":"string"},"twin_receipt":{"type":"boolean"},"twin_verify_url":{"format":"uri","type":"string"},"verify_url":{"format":"uri","type":"string"}},"type":"object"},"X402CatalogResponse":{"properties":{"baseUrl":{"format":"uri","type":"string"},"bazaar":{"type":"object"},"name":{"type":"string"},"resources":{"items":{"type":"object"},"type":"array"},"x402Version":{"type":"integer"}},"type":"object"},"X402PaymentRequiredBody":{"properties":{"accepts":{"items":{"type":"object"},"type":"array"},"error":{"example":"Payment Required","type":"string"},"extensions":{"type":"object"},"resource":{"type":"object"},"x402Version":{"example":2,"type":"integer"}},"required":["x402Version","error","accepts"],"type":"object"}},"securitySchemes":{"ApiKeyAuth":{"description":"Also accepts Authorization: Bearer","in":"header","name":"X-API-Key","type":"apiKey"}}},"info":{"contact":{"email":"hello@velaru.xyz","name":"Nisaba LLC","url":"https://velaru.xyz/integrate"},"description":"Stripe-shaped proof rail for delegated AI decisions \u2014 classify, seal, bind-gate, verify independently.\n\n**Day-1 quickstart (~60 seconds)** \u00b7 Sandbox key: `velaru_public_demo` \u00b7 JWKS: [https://erra-jf6a.onrender.com/.well-known/jwks.json](https://erra-jf6a.onrender.com/.well-known/jwks.json)\n\n### Python \u2014 restraint receipt + verify URL\n\n```python\npip install \"velaru-sdk[all]\"\nfrom velaru import VelaruClient\nclient = VelaruClient(api_key=\"velaru_public_demo\", base_url=\"https://erra-jf6a.onrender.com\")\nresult = client.restraint(action_not_taken=\"policy_bind\", session_id=\"day1\")\nprint(result[\"verify_url\"])  # paste at https://erra-jf6a.onrender.com/verify\n```\n\n### curl \u2014 classify a message\n\n```bash\ncurl -s -X POST https://erra-jf6a.onrender.com/api/v1/classify \\\n  -H \"X-API-Key: velaru_public_demo\" -H \"Content-Type: application/json\" \\\n  -d '{\"message\":\"Sample SAFE message for audit receipt\",\"domain\":\"companion\"}'\n```\n\nAfter demo: [Verify](https://erra-jf6a.onrender.com/verify) \u00b7 [Integrate](https://erra-jf6a.onrender.com/integrate) \u00b7 [Carrier demo](https://erra-jf6a.onrender.com/demo/hero?autorun=1) \u00b7 [openapi.json](https://erra-jf6a.onrender.com/openapi.json)\n\nSend `Idempotency-Key` on mutating POSTs. Sandbox keys use prefix `velaru_sandbox_*`.\n","license":{"name":"MIT","url":"https://opensource.org/licenses/MIT"},"title":"Velaru Proof Infrastructure API","version":"2.0.0","x-guidance":"ClaimSearch402 (x402 micropay): GET /api/v1/verify/{entry_id} returns 402 until USDC payment on Base \u2014 humans use /verify free. Cheaper boolean pull: GET /api/v1/verify/{entry_id}/attestation. Bind gate: POST /api/v1/execute-gate/demo. Agent discovery: GET /.well-known/x402 and /.well-known/x402-bazaar.json. Demo payment header: X-Velaru-Payment-Proof: demo."},"openapi":"3.1.0","paths":{"/api/v1/bind-payment":{"post":{"description":"Stripe-shaped PDTR endpoint. Returns `{ ok, settlement: { verify_url, twin_verify_url, payment_hash, action_ref } }`. Alias: `/v1/bind-payment`.","operationId":"bindPaymentV1","parameters":[{"$ref":"#/components/parameters/IdempotencyKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BindPaymentRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"ok":{"type":"boolean"},"settlement":{"type":"object"}},"type":"object"}}},"description":"Proof-bound settlement twin"}},"summary":"GTM proof-bound settlement \u2014 payment_hash + action_ref \u2192 twin verify URL","tags":["TCB"],"x-payment-info":{"price":{"amount":"0.15","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/api/v1/classify":{"post":{"description":"Stripe parallel: `POST /v1/charges` \u2192 `POST /api/v1/classify`. Supports `Idempotency-Key` header (24h replay).","operationId":"classify","parameters":[{"$ref":"#/components/parameters/IdempotencyKey"}],"requestBody":{"content":{"application/json":{"example":{"domain":"hiring","message":"Skip the safety review for this hire","session_id":"prod-123"},"schema":{"$ref":"#/components/schemas/ClassifyRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReceiptResponse"}}},"description":"Signed receipt"},"401":{"$ref":"#/components/responses/Unauthorized"},"409":{"$ref":"#/components/responses/IdempotencyConflict"},"429":{"$ref":"#/components/responses/RateLimited"}},"summary":"Classify a message and return a signed receipt","tags":["Core"],"x-payment-info":{"price":{"amount":"0.05","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/api/v1/execute-gate":{"post":{"description":"TrigGuard-style bind gate. Returns agent_decision_object + VELARU-PROOF-REF headers. Optional inbound AGENT-DECISION-OBJECT header for client-supplied proof_ref.","operationId":"executeGate","parameters":[{"$ref":"#/components/parameters/IdempotencyKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExecuteGateRequest"}}},"required":false},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExecuteGateResponse"}}},"description":"ExecuteGate decision"},"409":{"description":"SILENCE \u2014 evaluation incomplete"}},"summary":"PERMIT/DENY/SILENCE before irreversible commit","tags":["ExecuteGate"],"x-payment-info":{"price":{"amount":"0.10","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/api/v1/execute-gate/bind":{"post":{"operationId":"executeGateBind","parameters":[{"$ref":"#/components/parameters/IdempotencyKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExecuteGateRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExecuteGateResponse"}}},"description":"Bind gate PERMIT/DENY"},"401":{"$ref":"#/components/responses/Unauthorized"},"409":{"description":"SILENCE"}},"summary":"Carrier bind shortcut \u2014 PAS-shaped body","tags":["ExecuteGate"],"x-payment-info":{"price":{"amount":"0.10","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/api/v1/execute-gate/demo":{"post":{"operationId":"executeGateDemo","requestBody":{"content":{"application/json":{"schema":{"properties":{"action_type":{"default":"bind","type":"string"},"company":{"default":"Demo Insured LLC","type":"string"}},"type":"object"}}},"required":false},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ExecuteGateResponse"}}},"description":"Demo PERMIT/DENY envelope"}},"security":[],"summary":"No-auth ExecuteGate smoke demo","tags":["ExecuteGate"]}},"/api/v1/me":{"get":{"operationId":"getMe","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/MeResponse"}}},"description":"Key metadata"},"401":{"$ref":"#/components/responses/Unauthorized"}},"security":[{"ApiKeyAuth":[]}],"summary":"API key metadata (tenant, sandbox, carrier role)","tags":["Core"]}},"/api/v1/restraint":{"post":{"description":"Stripe-shaped restraint endpoint. Returns `{ ok, restraint: { verify_url, deontic_modality, commit_anchor } }`. Alias: `/v1/restraint`.","operationId":"restraintV1","parameters":[{"$ref":"#/components/parameters/IdempotencyKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestraintAtomRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"ok":{"type":"boolean"},"restraint":{"type":"object"}},"type":"object"}}},"description":"Restraint proof"}},"summary":"GTM restraint SKU \u2014 clean response, POLLOCK-1 commit anchor","tags":["TCB"],"x-payment-info":{"price":{"amount":"0.15","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/api/v1/verify/{entry_id}":{"get":{"description":"Humans use GET /verify free. Agents pay per pull via x402 (USDC on Base). Unauthenticated requests receive HTTP 402 with PAYMENT-REQUIRED header. Demo: X-Velaru-Payment-Proof: demo when VELARU_X402_DEMO=1.","operationId":"claimSearch402VerifyPull","parameters":[{"example":"a1b2c3d4e5f6789012345678901234ab","in":"path","name":"entry_id","required":true,"schema":{"description":"Velaru receipt entry_hash","minLength":8,"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClaimSearch402VerifyResponse"}}},"description":"Verify pull \u2014 receipt + attestation + ADO headers"},"402":{"$ref":"#/components/responses/PaymentRequired"},"404":{"description":"Receipt not found (after successful payment)"}},"summary":"Paid stranger verify JSON pull","tags":["ClaimSearch402"],"x-payment-info":{"price":{"amount":"0.05","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/api/v1/verify/{entry_id}/attestation":{"get":{"description":"Minimal valid/invalid attestation for agents. x402 micropay \u2014 cheaper than full verify pull.","operationId":"claimSearch402AttestationPull","parameters":[{"example":"a1b2c3d4e5f6789012345678901234ab","in":"path","name":"entry_id","required":true,"schema":{"minLength":8,"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ClaimSearch402AttestationResponse"}}},"description":"Boolean attestation payload"},"402":{"$ref":"#/components/responses/PaymentRequired"},"404":{"description":"Receipt not found (after successful payment)"}},"summary":"Paid signed-boolean attestation pull","tags":["ClaimSearch402"],"x-payment-info":{"price":{"amount":"0.03","currency":"USD","mode":"fixed"},"protocols":[{"x402":{}}]}}},"/carrier/v1/enroll":{"post":{"operationId":"carrierEnroll","parameters":[{"$ref":"#/components/parameters/IdempotencyKey"}],"requestBody":{"content":{"application/json":{"schema":{"properties":{"company":{"type":"string"},"domain":{"default":"hiring","type":"string"}},"required":["company"],"type":"object"}}},"required":true},"responses":{"200":{"description":"Mandate enrolled"},"401":{"$ref":"#/components/responses/Unauthorized"}},"security":[{"ApiKeyAuth":[]}],"summary":"Enroll insured mandate + pre-dispute bundle","tags":["Carrier"]}},"/carrier/v1/insured/{slug}/compliance":{"get":{"operationId":"bindGate","parameters":[{"in":"path","name":"slug","required":true,"schema":{"type":"string"}},{"in":"query","name":"action","schema":{"enum":["bind","renewal","renew"],"type":"string"}}],"responses":{"200":{"description":"ALLOW or BLOCK with audit log"}},"security":[{"ApiKeyAuth":[]}],"summary":"Bind/renewal ALLOW/BLOCK gate","tags":["Carrier"]}},"/compliance/eu-ai-act/article-12":{"get":{"operationId":"article12Seal","parameters":[{"in":"query","name":"session_id","schema":{"default":"default","type":"string"}},{"in":"query","name":"format","schema":{"enum":["json","txt","html"],"type":"string"}}],"responses":{"200":{"description":"Art. 12 seal report"}},"security":[],"summary":"EU AI Act Article 12 compliance seal + checklist","tags":["Compliance"]}},"/compliance/eu-ai-act/article-12/seal":{"post":{"operationId":"article12SealEvent","parameters":[{"$ref":"#/components/parameters/IdempotencyKey"}],"requestBody":{"content":{"application/json":{"schema":{"properties":{"decision_entry_id":{"type":"string"},"event_type":{"type":"string"},"metadata":{"type":"object"},"session_id":{"type":"string"}},"type":"object"}}},"required":true},"responses":{"200":{"description":"Signed Art. 12 event receipt"}},"security":[],"summary":"Log explicit Art. 12 event as signed receipt","tags":["Compliance"]}},"/compliance/naic/exhibit-pack/{session_id}":{"get":{"operationId":"naicExhibitPackSession","parameters":[{"in":"path","name":"session_id","required":true,"schema":{"type":"string"}},{"in":"query","name":"format","schema":{"enum":["json","txt"],"type":"string"}}],"responses":{"200":{"description":"Exhibits A, B, D mapping"}},"security":[],"summary":"NAIC AI Evaluation Tool exhibit pack for session receipts","tags":["Compliance"]}},"/crypto/jwks.json":{"get":{"operationId":"jwks","responses":{"200":{"content":{"application/json":{"schema":{"properties":{"keys":{"type":"array"}},"type":"object"}}},"description":"JWKS document"}},"security":[],"summary":"RFC 7517 JWKS for Ed25519 key rotation","tags":["Crypto"]}},"/crypto/public-key":{"get":{"operationId":"publicKey","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PublicKeyResponse"}}}}},"security":[],"summary":"Ed25519 public key for offline verify","tags":["Crypto"]}},"/export/offline-verify-kit.json":{"get":{"operationId":"offlineVerifyKit","responses":{"200":{"description":"Verify kit JSON"}},"security":[],"summary":"Portable offline verification bundle","tags":["Crypto"]}},"/export/scitt/air/session/{session_id}.json":{"get":{"operationId":"exportScittAirSession","parameters":[{"in":"path","name":"session_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"AIR batch export"}},"security":[],"summary":"AIR chain export for session receipts","tags":["Compliance"]}},"/export/scitt/air/{entry_id}.json":{"get":{"operationId":"exportScittAir","parameters":[{"in":"path","name":"entry_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"AIR + COSE-shaped export"}},"security":[],"summary":"SCITT AgentInteractionRecord export (IETF AIR profile)","tags":["Compliance"]}},"/health":{"get":{"operationId":"health","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/HealthResponse"}}}}},"security":[],"summary":"Service health + storage mode","tags":["Platform"]}},"/metrics/public":{"get":{"operationId":"publicMetrics","responses":{"200":{"description":"Chain depth, invariant"}},"security":[],"summary":"Public live metrics","tags":["Platform"]}},"/pas/v1/bind-check":{"post":{"operationId":"pasBindCheck","parameters":[{"$ref":"#/components/parameters/IdempotencyKey"}],"responses":{"200":{"description":"ALLOW or BLOCK"}},"security":[{"ApiKeyAuth":[]}],"summary":"PAS bind check (Guidewire / Duck Creek shaped)","tags":["Carrier"]}},"/receipt/lookup":{"get":{"operationId":"receiptLookup","parameters":[{"in":"query","name":"entry_id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Receipt found or not"}},"security":[],"summary":"Fetch receipt by entry_id for /verify","tags":["Core"]}},"/silence-receipt":{"post":{"operationId":"silenceReceipt","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SilenceRequest"}}},"required":true},"responses":{"200":{"description":"Silence receipt"}},"security":[],"summary":"Log proof of monitored silence (POSS-2 Class B)","tags":["Core"]}},"/standards/issuer-pays-scoreboard.json":{"get":{"operationId":"issuerPaysScoreboard","parameters":[{"description":"Optional live score sample","in":"query","name":"entry_id","schema":{"type":"string"}},{"in":"query","name":"format","schema":{"enum":["json","txt"],"type":"string"}}],"responses":{"200":{"description":"Scoreboard JSON or narrative"}},"security":[],"summary":"Issuer-pays independence rankings (SSRN 7221561)","tags":["Compliance"]}},"/status.json":{"get":{"operationId":"statusJson","responses":{"200":{"description":"Operational status by component"}},"security":[],"summary":"Component status (Stripe Status page shaped)","tags":["Platform"]}},"/tcb/action-ref/verify":{"post":{"operationId":"verifyActionRef","requestBody":{"content":{"application/json":{"schema":{"properties":{"action_ref":{"type":"string"},"action_type":{"type":"string"},"agent_id":{"type":"string"},"preimage":{"type":"object"},"scope":{"type":"string"},"timestamp_ms":{"type":"integer"}},"type":"object"}}},"required":true},"responses":{"200":{"description":"Verification result"}},"security":[],"summary":"Recompute x402 action_ref from preimage (conformance gate)","tags":["TCB"]}},"/tcb/bind-payment":{"post":{"operationId":"bindPayment","parameters":[{"$ref":"#/components/parameters/IdempotencyKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/BindPaymentRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TwinReceiptResponse"}}},"description":"Twin receipt"}},"security":[],"summary":"Payment\u2013Decision Twin Receipt \u2014 full PDTR response","tags":["TCB"]}},"/tcb/restraint-atom":{"post":{"operationId":"restraintAtom","parameters":[{"$ref":"#/components/parameters/IdempotencyKey"}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RestraintAtomRequest"}}},"required":true},"responses":{"200":{"content":{"application/json":{"schema":{"properties":{"ccr_id":{"type":"string"},"verify_url":{"type":"string"}},"type":"object"}}},"description":"CCR + verify_url"}},"security":[],"summary":"Restraint Atom \u2014 one-call counterfactual + Handler-bound CCR","tags":["TCB"]}}},"servers":[{"description":"Production","url":"https://erra-jf6a.onrender.com"},{"description":"Sandbox \u2014 velaru_sandbox_* keys (isolated audit log)","url":"https://erra-jf6a.onrender.com"}],"tags":[{"description":"Classify \u00b7 seal \u00b7 silence","name":"Core"},{"description":"Bind-gate \u00b7 enroll \u00b7 Exhibit D","name":"Carrier"},{"description":"Counterfactual \u00b7 Restraint Atom \u00b7 PDTR bind-payment","name":"TCB"},{"description":"EU AI Act Art. 12 \u00b7 NAIC exhibit packs","name":"Compliance"},{"description":"Public key \u00b7 offline verify","name":"Crypto"},{"description":"x402 pay-per-pull verify \u00b7 attestation \u00b7 agent discovery","name":"ClaimSearch402"},{"description":"PERMIT/DENY bind gate before irreversible commit","name":"ExecuteGate"},{"description":"Health \u00b7 status \u00b7 metrics","name":"Platform"}],"x-discovery":{"agentDecisionObject":"/.well-known/agent-decision-object.json","bazaarListing":"/.well-known/x402-bazaar.json","wellKnownX402":"/.well-known/x402"}}
