{
  "format": "delx/intent-card/v1",
  "id": "rate-limit-window-check-api",
  "intent": "Rate Limit Window Check for an agent workflow",
  "title": "Rate Limit Window Check API for agents",
  "description": "Rate Limit Window Check: Rate Limit Window Check checks remaining quota against reset timing and requested calls from bounded caller-supplied values without an external provider. Call Rate Limit Window Check before accepting, caching, redirecting, or retrying a caller-supplied web response. Returns normalized web evidence, the computed finding, and an explicit pass or advisory status for Rate Limit Window Check as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-only execution with no paid upstream, live RPC, web search, credentials, custody, signing, media generator, or input retention. Honest limit: Evaluates only caller-supplied metadata; it performs no DNS lookup, HTTP request, web search, credential use, or persistent storage. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "Rate Limit Window Check API",
    "Rate Limit Window Check for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/rate-limit-window-check-api",
  "machine_url": "https://commerce.delx.ai/intents/rate-limit-window-check-api.json",
  "recommendation": {
    "tool_name": "util_rate_limit_window_check",
    "service_name": "Rate Limit Window Check",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/rate-limit-window-check",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "remaining": {
          "type": "integer",
          "description": "Remaining supplied to Rate Limit Window Check; used only for this bounded calculation and processed in memory without retention."
        },
        "requested": {
          "type": "integer",
          "description": "Requested supplied to Rate Limit Window Check; used only for this bounded calculation and processed in memory without retention."
        },
        "reset_epoch": {
          "type": "integer",
          "description": "Reset Epoch supplied to Rate Limit Window Check; used only for this bounded calculation and processed in memory without retention."
        },
        "now_epoch": {
          "type": "integer",
          "description": "Now Epoch supplied to Rate Limit Window Check; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "remaining",
        "requested",
        "reset_epoch",
        "now_epoch"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "remaining": 4,
      "requested": 3,
      "reset_epoch": 1720000060,
      "now_epoch": 1720000000
    },
    "example_output": {
      "schema": "delx/util-rate-limit-window-check/v1",
      "operation": "web_reliability:rate_limit_window_check",
      "status": "pass",
      "result": {
        "within_quota": true,
        "deficit": 0,
        "reset_in_seconds": 60
      },
      "evidence": {
        "input_sha256": "e12bef43e7d52fe13e28d9a9200483561a533bc0eed1e48f817303d9e23b66ee",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/rate-limit-window-check -m POST -H 'x-delx-source: intent-card-rate-limit-window-check-api' --max-amount 0.001 -b '{\"remaining\":4,\"requested\":3,\"reset_epoch\":1720000060,\"now_epoch\":1720000000}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-rate-limit-window-check-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/rate-limit-window-check"
  }
}
