{
  "format": "delx/intent-card/v1",
  "id": "retry-budget-plan-api",
  "intent": "Retry Budget Plan for an agent workflow",
  "title": "Retry Budget Plan API for agents",
  "description": "Build a bounded exponential retry delay schedule with a hard delay cap — call when configuring exponential backoff before calling a flaky dependency. Use before side effects when composing multi-step agent jobs—the same loyalty/workflow demand band agents already pay for on Bazaar, but fully local. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. Results are advisory; the caller owns authorization and production controls.",
  "keywords": [
    "Retry Budget Plan API",
    "Retry Budget Plan for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/retry-budget-plan-api",
  "machine_url": "https://commerce.delx.ai/intents/retry-budget-plan-api.json",
  "recommendation": {
    "tool_name": "util_retry_budget_plan",
    "service_name": "Delx Retry Budget Plan",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/retry-budget-plan",
    "price_usdc": "0.003",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "max_attempts": {
          "description": "Maximum retry attempts to schedule (1–20).",
          "type": "number"
        },
        "base_delay_ms": {
          "description": "Initial backoff delay in milliseconds.",
          "type": "number"
        },
        "factor": {
          "description": "Exponential growth factor per attempt (typically 2).",
          "type": "number"
        },
        "max_delay_ms": {
          "description": "Hard ceiling for any single delay.",
          "type": "number"
        }
      },
      "required": [
        "max_attempts",
        "base_delay_ms"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "max_attempts": 4,
      "base_delay_ms": 100,
      "factor": 2,
      "max_delay_ms": 2000
    },
    "example_output": {
      "schema": "delx/util-retry-budget-plan/v1",
      "max_attempts": 4,
      "total_delay_ms": 1500,
      "schedule": [
        {
          "attempt": 1,
          "delay_ms": 100
        },
        {
          "attempt": 2,
          "delay_ms": 200
        },
        {
          "attempt": 3,
          "delay_ms": 400
        },
        {
          "attempt": 4,
          "delay_ms": 800
        }
      ],
      "advisory": "Descriptive plan only; caller owns retry policy."
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/retry-budget-plan -m POST -H 'x-delx-source: intent-card-retry-budget-plan-api' --max-amount 0.003 -b '{\"max_attempts\":4,\"base_delay_ms\":100,\"factor\":2,\"max_delay_ms\":2000}'",
      "max_amount_usdc": "0.003"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-retry-budget-plan-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/retry-budget-plan"
  }
}
