API Console

Governance API Console

Edit request JSON, inspect syntax-highlighted responses, and generate integration code. Use pre-rendered examples or sign up for a free API key and run live queries against the gateway.

Request

Deploy api-v2 with 3 replicas. Well within the 10 replica maximum. Decision: ALLOW.

Response
PRE-RENDERED
{
  "decision": "ALLOW",
  "verification_id": "vrf-a1b2c3d4",
  "release_token": "f7a8b9c0d1e2f3a4b5c6d7e8f9a0b1c2d3e4f5a6b7c8d9e0f1a2b3c4d5e6f7",
  "applied_action": {
    "service": "api-v2",
    "replicas": 3,
    "region": "us-east-1"
  },
  "reason": "All values within policy bounds",
  "epoch": 1,
  "provenance_hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
  "chain_intact": true,
  "timestamp_utc": "2026-03-10T14:00:00.000Z"
}
ALLOW
Get a free API key
Enter an agent ID and sign up instantly. 1,000 calls per month, no credit card required. Your key is stored in this browser only.
curl -X POST https://governance.taskhawktech.com/governance/verify \
  -H "Content-Type: application/json" \
  -d ''
Endpoint Reference
OperationEndpointPriceAuth
VerifyPOST /governance/verify$0.01X-API-Key
AttestPOST /governance/attest$0.02X-API-Key
BindPOST /governance/bind$0.02X-API-Key
Verify OutcomePOST /governance/verify-outcomeFree (with bind)X-API-Key
BundlePOST /governance/bundle$0.25X-API-Key
ReputationGET /governance/reputation/{id}FreeNone

Ready to integrate governance into your agent pipeline?