{
  "format": "delx/intent-card/v1",
  "id": "control-coverage-api",
  "intent": "Control Coverage for an agent workflow",
  "title": "Control Coverage API for agents",
  "description": "Measure implemented governance controls against a required set. Use it as a bounded preflight or analysis step inside an enterprise agent workflow before data, policy, integration, security, or commercial decisions reach production. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, memory-only, and has no paid upstream or input retention. Results are advisory; the caller remains responsible for authorization and production controls.",
  "keywords": [
    "Control Coverage API",
    "Control Coverage for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/control-coverage-api",
  "machine_url": "https://commerce.delx.ai/intents/control-coverage-api.json",
  "recommendation": {
    "tool_name": "util_control_coverage",
    "service_name": "Delx Control Coverage",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/control-coverage",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "required": {
          "description": "Input field: required.",
          "type": "array"
        },
        "implemented": {
          "description": "Input field: implemented.",
          "type": "array"
        }
      },
      "required": [
        "required",
        "implemented"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "required": [
        "audit_log",
        "approval",
        "rollback"
      ],
      "implemented": [
        "audit_log",
        "rollback"
      ]
    },
    "example_output": {
      "schema": "delx/util-control-coverage/v1",
      "coverage_percent": 66.6667,
      "required_count": 3,
      "implemented_count": 2,
      "missing": [
        "approval"
      ]
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/control-coverage -m POST -H 'x-delx-source: intent-card-control-coverage-api' --max-amount 0.003 -b '{\"required\":[\"audit_log\",\"approval\",\"rollback\"],\"implemented\":[\"audit_log\",\"rollback\"]}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-control-coverage-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/control-coverage"
  }
}
