{
  "x402Version": 2,
  "service": "SQLPermit",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "resource": "https://sqlpermit.schemasure.com/v1/guard/sql",
      "description": "Decide whether an agent-authored PostgreSQL statement complies with an execution policy, using PostgreSQL's own parser rather than pattern matching. Detects statement stacking, data-modifying CTEs, COPY PROGRAM, privilege changes, and dangerous functions that read as ordinary SELECTs. Returns reason codes and an optional short-lived signed permit bound to the exact normalized statement. Never connects to your database.",
      "mimeType": "application/json",
      "amount": "10000",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "payTo": "0x9876af0F6D8Ed5155Cd02d1ca56D128601612690",
      "maxTimeoutSeconds": 60,
      "extra": {
        "name": "USD Coin",
        "version": "2"
      }
    }
  ],
  "payment": {
    "policy": "charge only on a successful, usable result",
    "failedCallsCharged": false
  }
}