{"uid":"cap_n2I-U4UVpaR6YiGCbOorY","slug":"delx-retry-budget-plan-eb362ca1","name":"Delx Retry Budget Plan","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…","url":"https://api.delx.ai/api/v1/x402/retry-budget-plan","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"factor":{"type":"number","description":"Exponential growth factor per attempt (typically 2)."},"max_attempts":{"type":"number","description":"Maximum retry attempts to schedule (1–20)."},"max_delay_ms":{"type":"number","description":"Hard ceiling for any single delay."},"base_delay_ms":{"type":"number","description":"Initial backoff delay in milliseconds."}}},"responseSchema":{"type":"json","example":{"schema":"delx/util-retry-budget-plan/v1","advisory":"Descriptive plan only; caller owns retry policy.","schedule":[{"attempt":1,"delay_ms":100},{"attempt":2,"delay_ms":200},{"attempt":3,"delay_ms":400},{"attempt":4,"delay_ms":800}],"max_attempts":4,"total_delay_ms":1500}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.003","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.003/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.003","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_U6kIJrQHWnVJBNjV-fEZu","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.003","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Generates a deterministic bounded exponential backoff retry delay schedule with a configurable hard delay cap","exampleAgentPrompt":"Build me a bounded exponential retry schedule starting at 200ms, doubling each attempt, with a hard cap of 30000ms and a maximum of 8 attempts.","exampleUseCases":[{"title":"Backoff plan before flaky third-party call","prompt":"Before I call that unreliable payment API, generate me an exponential retry schedule: start at 500ms, double each time, cap at 60000ms, and plan for up to 10 attempts."},{"title":"Agent workflow retry budget configuration","prompt":"I'm composing a multi-step agent job and need a retry delay schedule — base delay 100ms, factor of 3, hard ceiling of 15000ms, and no more than 6 retries."},{"title":"Circuit breaker delay ladder for microservice","prompt":"Give me a deterministic backoff ladder for my microservice: initial delay 250ms, exponential factor 2, max single delay 20000ms, and schedule 12 attempts total."}],"resultDescription":"Returns a deterministic JSON object containing the computed delay schedule — an ordered list of delay values in milliseconds for each retry attempt up to max_attempts, each capped at max_delay_ms. The output is machine-readable and stateless, with no server-side retention.","failureModes":["Invalid factor value (e.g. negative or zero) returns a 4xx validation error","max_attempts outside the 1–20 range returns a validation error","Missing required fields returns a 400 bad request","Payment not included or insufficient USDC returns a 402 Payment Required response"],"whenToPreferThis":"Choose this endpoint when you need a deterministic, locally-computed, stateless exponential backoff schedule with a hard delay ceiling and no external dependencies. Ideal for agent orchestration pipelines that require reproducible retry budgets before side-effecting operations, or when you want a cheap ($0.003 USDC), zero-latency computation without storing any inputs upstream.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T19:01:38.109Z","isFirstParty":false}