{
  "x402Version": 2,
  "id": 4692,
  "slug": "4692",
  "resource": "https://hermesplant.com/api/agent-services/action-safety/quick",
  "description": "AI agent action safety: one-cent deterministic preflight for every consequential agent command. Returns risk, matched rule ids, and an exact machine-readable escalation call: full DestructGuard evidence for medium risk or the complete Action Safety workflow for high and critical risk.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x5171C72a59b994a80097b6ab52D4A4FcB8BF4c1B",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "actor": "codex",
            "branch": "main",
            "command": "git push --force-with-lease origin main",
            "commit": "abc123",
            "diffHash": "sha256:def456",
            "environment": "production",
            "failClosedOnUnmatched": true,
            "intent": "release the verified production build",
            "repo": "github.com/acme/app",
            "target": "origin/main"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "actionBindingVersion": "hermes-action-v1",
            "actionHash": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
            "matchedRuleIds": [
              "git.force-push"
            ],
            "nextRecommendedCall": {
              "method": "POST",
              "path": "/api/agent-services/action-safety/run",
              "priceCents": 25
            },
            "requiresApproval": true,
            "risk": "critical",
            "service": "action-safety-quick-gate",
            "status": "scored"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "actor": {
                    "type": "string"
                  },
                  "branch": {
                    "type": "string"
                  },
                  "command": {
                    "description": "Exact shell, SQL, Git, deploy, cloud, MCP, wallet, or x402 action to ...",
                    "type": "string"
                  },
                  "commit": {
                    "type": "string"
                  },
                  "cwd": {
                    "type": "string"
                  },
                  "diffHash": {
                    "type": "string"
                  },
                  "diffStat": {
                    "type": "string"
                  },
                  "environment": {
                    "type": "string"
                  },
                  "failClosedOnUnmatched": {
                    "description": "When true, an unmatched consequential action routes to review instead...",
                    "type": "boolean"
                  },
                  "intent": {
                    "type": "string"
                  },
                  "repo": {
                    "type": "string"
                  },
                  "target": {
                    "type": "string"
                  }
                },
                "required": [
                  "command"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "payment-identifier": {
      "info": {
        "required": false
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "id": {
            "maxLength": 128,
            "minLength": 16,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "type": "string"
          },
          "required": {
            "type": "boolean"
          }
        },
        "required": [
          "required"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "payment-identifier"
  ],
  "sourceHost": "hermesplant.com",
  "lastUpdated": "2026-09-14T19:48:17.355Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-14T19:48:16.362Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "hermesplant.com",
    "manifest_name": "hermesplant.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}