{
  "format": "delx/intent-card/v1",
  "id": "seeded-backoff-schedule-api",
  "intent": "Seeded Backoff Schedule for an agent workflow",
  "title": "Seeded Backoff Schedule API for agents",
  "description": "Seeded Backoff Schedule: Seeded Backoff Schedule builds a reproducible jittered exponential backoff schedule from bounded caller-supplied values without an external provider. Call Seeded Backoff Schedule when an agent needs a reproducible decision that another run can independently replay. Returns the deterministic selection plus seed provenance, population bounds, and the operation-specific outcome for Seeded Backoff Schedule 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: Uses Python pseudorandomness for reproducibility, not cryptography, lotteries with value, security tokens, gambling, or custody. Advisory output only; the buyer owns authorization, payment policy, and production decisions.",
  "keywords": [
    "Seeded Backoff Schedule API",
    "Seeded Backoff Schedule for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/seeded-backoff-schedule-api",
  "machine_url": "https://commerce.delx.ai/intents/seeded-backoff-schedule-api.json",
  "recommendation": {
    "tool_name": "util_seeded_backoff_schedule",
    "service_name": "Seeded Backoff Schedule",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/seeded-backoff-schedule",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "type": "object",
      "properties": {
        "base_ms": {
          "type": "integer",
          "description": "Base Ms supplied to Seeded Backoff Schedule; used only for this bounded calculation and processed in memory without retention."
        },
        "factor": {
          "type": "number",
          "description": "Factor supplied to Seeded Backoff Schedule; used only for this bounded calculation and processed in memory without retention."
        },
        "attempts": {
          "type": "integer",
          "description": "Attempts supplied to Seeded Backoff Schedule; used only for this bounded calculation and processed in memory without retention."
        },
        "jitter_fraction": {
          "type": "number",
          "description": "Jitter Fraction supplied to Seeded Backoff Schedule; used only for this bounded calculation and processed in memory without retention."
        },
        "seed": {
          "type": "string",
          "maxLength": 8192,
          "description": "Seed supplied to Seeded Backoff Schedule; used only for this bounded calculation and processed in memory without retention."
        }
      },
      "required": [
        "base_ms",
        "factor",
        "attempts",
        "jitter_fraction",
        "seed"
      ],
      "additionalProperties": false
    },
    "example_input": {
      "base_ms": 250,
      "factor": 2,
      "attempts": 5,
      "jitter_fraction": 0.1,
      "seed": "backoff-1"
    },
    "example_output": {
      "schema": "delx/util-seeded-backoff-schedule/v1",
      "operation": "seeded_decision:seeded_backoff_schedule",
      "status": "pass",
      "result": {
        "delays_ms": [
          228,
          469,
          1031,
          1999,
          4302
        ],
        "total_ms": 8029
      },
      "evidence": {
        "input_sha256": "234a28ee3af60f37f2134c3978d081030564a653c3b3886bb99cfb5db207b1ab",
        "retained": false,
        "external_calls": 0
      }
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/seeded-backoff-schedule -m POST -H 'x-delx-source: intent-card-seeded-backoff-schedule-api' --max-amount 0.001 -b '{\"base_ms\":250,\"factor\":2,\"attempts\":5,\"jitter_fraction\":0.1,\"seed\":\"backoff-1\"}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-seeded-backoff-schedule-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/seeded-backoff-schedule"
  }
}
