{"uid":"cap_qunZ25QGNl_NXfS4bMK99","slug":"delx-seeded-backoff-schedule-3bc5ec25","name":"Delx Seeded Backoff Schedule","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…","url":"https://api.delx.ai/api/v1/x402/seeded-backoff-schedule","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"seed":{"type":"string","maxLength":8192,"description":"Seed 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."},"base_ms":{"type":"integer","description":"Base Ms 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."}}},"responseSchema":{"type":"json","example":{"result":{"total_ms":8029,"delays_ms":[228,469,1031,1999,4302]},"schema":"delx/util-seeded-backoff-schedule/v1","status":"pass","evidence":{"retained":false,"input_sha256":"234a28ee3af60f37f2134c3978d081030564a653c3b3886bb99cfb5db207b1ab","external_calls":0},"operation":"seeded_decision:seeded_backoff_schedule"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","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.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_QP1bO29fp2lOGv4iFkzTP","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Generates a deterministic, seeded exponential backoff delay schedule with configurable jitter for a given number of retry attempts.","exampleAgentPrompt":"Compute a seeded backoff schedule for me using seed 'agent-job-42', factor 2, base delay of 200ms, 5 attempts, and a jitter fraction of 0.1 — I need to know each per-attempt delay and the total wait.","exampleUseCases":[{"title":"Rate-limited API retry planning","prompt":"I'm hitting a rate-limited third-party API and need a retry schedule — use seed 'rate-limit-run-7', factor 2.5, base 300ms, 6 attempts, and jitter 0.15 so my agents don't all collide."},{"title":"Reproducible distributed agent retries","prompt":"My fleet of agents all need to use the same deterministic retry timing for consistency — compute a backoff schedule with seed 'fleet-sync-99', factor 2, base 500ms, 4 attempts, and jitter fraction 0.2."},{"title":"Debugging slow retry accumulation","prompt":"I think my retry delays are adding up too fast — can you calculate the total wait time using seed 'debug-run-1', factor 3, base 100ms, 5 attempts, and jitter 0.05 so I can see each delay?"}],"resultDescription":"Returns a JSON object with the total combined delay in milliseconds and an array of individual per-attempt delay values in milliseconds, along with operation metadata including input hash and a confirmation that no data was retained externally.","failureModes":["Invalid seed type (non-string) causes validation error","Negative or zero base_ms returns error or undefined behavior","Attempts value of 0 returns empty delays array","Factor <= 1 may produce flat or decreasing schedule instead of exponential growth","Jitter fraction outside [0,1] range may produce unexpected delay values"],"whenToPreferThis":"Choose this endpoint when you need a deterministic, reproducible backoff schedule seeded from a known string — particularly useful for distributed agent fleets that must share the same retry timing without coordination, or when you need to audit or replay the exact same delay sequence. Prefer it over client-side implementations when you want a managed, stateless computation with zero data retention and a verifiable input hash.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T00:57:50.900Z","isFirstParty":false}