{"uid":"cap_NRICMtdpWNhZVk93Tc9Ka","slug":"delx-seeded-tie-break-e30b05c2","name":"Delx Seeded Tie Break","description":"Seeded Tie Break: Seeded Tie Break breaks a tie reproducibly among equally scored candidates from bounded caller-supplied values without an external provider. Call Seeded Tie Break 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 Tie Break as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memo…","url":"https://api.delx.ai/api/v1/x402/seeded-tie-break","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"seed":{"type":"string","maxLength":8192,"description":"Seed supplied to Seeded Tie Break; used only for this bounded calculation and processed in memory without retention."},"candidates":{"type":"array","items":{"type":"string","maxLength":8192},"maxItems":256,"description":"Candidates supplied to Seeded Tie Break; used only for this bounded calculation and processed in memory without retention."}}},"responseSchema":{"type":"json","example":{"result":{"index":1,"selected":"agent-b"},"schema":"delx/util-seeded-tie-break/v1","status":"pass","evidence":{"retained":false,"input_sha256":"2af40d10ca5c00077ce59778ecab5e4435550298c2af584fa9395592d9a9208c","external_calls":0},"operation":"seeded_decision:seeded_tie_break"}},"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_ZJ_0ljKs9Mr0qBTtxqVSV","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":"Deterministically selects one candidate from a list using a seed string, breaking ties or making seeded decisions reproducibly.","exampleAgentPrompt":"I need to break a tie between these three agents — 'agent-a', 'agent-b', 'agent-c' — use the seed 'round-2-finals' to pick one deterministically.","exampleUseCases":[{"title":"Assigning tasks to competing agents","prompt":"I have five worker agents ready to handle this job — 'worker-1', 'worker-2', 'worker-3', 'worker-4', 'worker-5' — use the seed 'task-batch-42' to deterministically pick which one gets it."},{"title":"Reproducible A/B variant selection","prompt":"Pick one of these two landing page variants — 'variant-control' or 'variant-bold' — using the seed 'user-session-8821' so the same user always gets the same variant."},{"title":"Seeded winner selection from submissions","prompt":"We have four contest entries — 'alice', 'bob', 'carol', 'dave' — use the seed 'contest-2024-q3' to pick a winner in a way I can audit and verify later."}],"resultDescription":"Returns a JSON object with the selected candidate string, its zero-based index in the input array, a status of 'pass', the operation name, and an evidence block confirming no data was retained and no external calls were made, plus a SHA-256 hash of the input for auditability.","failureModes":["Empty candidates array returns an error or undefined behavior","Seed exceeds 8192 character limit returns a validation error","Candidates array exceeds 256 items returns a payload rejection","Malformed JSON body returns a 400 bad request","Network timeout on the POST returns no result"],"whenToPreferThis":"Use this endpoint when you need a deterministic, reproducible, auditable tie-break or seeded selection from a bounded list of candidates — particularly when the same seed must always produce the same winner, external randomness is untrustworthy, or you need an evidence hash for audit trails. Prefer it over random selection when reproducibility matters, and over hash-based selection when you want a managed, governed API call with a verifiable evidence block.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:45:09.197Z","isFirstParty":false}