{
  "format": "delx/intent-card/v1",
  "id": "field-coverage-api",
  "intent": "Field Coverage for an agent workflow",
  "title": "Field Coverage API for agents",
  "description": "Measure per-field presence across bounded JSON records. 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": [
    "Field Coverage API",
    "Field Coverage for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/field-coverage-api",
  "machine_url": "https://commerce.delx.ai/intents/field-coverage-api.json",
  "recommendation": {
    "tool_name": "util_field_coverage",
    "service_name": "Delx Field Coverage",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/field-coverage",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "records": {
          "description": "Input field: records.",
          "type": "array"
        }
      },
      "required": [
        "records"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "records": [
        {
          "id": 1,
          "email": "a@example.com"
        },
        {
          "id": 2
        }
      ]
    },
    "example_output": {
      "schema": "delx/util-field-coverage/v1",
      "record_count": 2,
      "fields": {
        "email": {
          "present": 1,
          "coverage_percent": 50
        },
        "id": {
          "present": 2,
          "coverage_percent": 100
        }
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/field-coverage -m POST -H 'x-delx-source: intent-card-field-coverage-api' --max-amount 0.003 -b '{\"records\":[{\"id\":1,\"email\":\"a@example.com\"},{\"id\":2}]}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-field-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/field-coverage"
  }
}
