{"uid":"cap_ap6Mz86o7hVAg27w-X9OI","slug":"delx-seeded-queue-pick-77f776ef","name":"Delx Seeded Queue Pick","description":"Seeded Queue Pick: Seeded Queue Pick selects one queue reproducibly from available queue names from bounded caller-supplied values without an external provider. Call Seeded Queue Pick 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 Queue Pick as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless,…","url":"https://api.delx.ai/api/v1/x402/seeded-queue-pick","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"seed":{"type":"string","maxLength":8192,"description":"Seed supplied to Seeded Queue Pick; used only for this bounded calculation and processed in memory without retention."},"queues":{"type":"array","items":{"type":"string","maxLength":8192},"maxItems":256,"description":"Queues supplied to Seeded Queue Pick; used only for this bounded calculation and processed in memory without retention."}}},"responseSchema":{"type":"json","example":{"result":{"index":0,"selected":"fast"},"schema":"delx/util-seeded-queue-pick/v1","status":"pass","evidence":{"retained":false,"input_sha256":"9b3ef1324230b469242f8c2b28232bcd414db5b4884968b8f132b504ea640cf6","external_calls":0},"operation":"seeded_decision:seeded_queue_pick"}},"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_7BbCIGVfyOGjAwDSR3bYi","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 item from a list of queues using a seed string, returning the selected item and its index.","exampleAgentPrompt":"Pick one queue from ['fast', 'slow', 'batch'] using the seed 'user-abc123' — I need the same seed to always land on the same queue.","exampleUseCases":[{"title":"Stable shard assignment for agent tasks","prompt":"Given the seed 'order-8821' and queues ['shard-0', 'shard-1', 'shard-2', 'shard-3'], always route to the same shard — pick one deterministically so the same order always hits the same worker."},{"title":"A/B bucket assignment by user ID","prompt":"I have queues ['control', 'variant-a', 'variant-b'] and the seed is the user ID 'u-99234'. Pick a bucket for this user deterministically so they always see the same experience."},{"title":"Round-robin-style lane selection for crawl jobs","prompt":"Route this crawl job with seed 'crawl-job-7755' to one of these lanes: ['us-west', 'us-east', 'eu-central'] — I need the selection to be stable across retries so the job always goes to the same lane."}],"resultDescription":"Returns a JSON object with the selected queue string, its zero-based index in the input array, a status of 'pass', and an evidence block confirming no data retention and zero external calls — the schema is delx/util-seeded-queue-pick/v1.","failureModes":["Empty queues array returns an error or undefined result","Seed exceeding 8192 characters will be rejected","Queues array exceeding 256 items will be rejected","Malformed JSON body returns a 400-level error","Missing required fields (seed or queues) may cause a validation error"],"whenToPreferThis":"Use this endpoint when you need a fast, deterministic, stateless way to select one item from a list of queues or options given a string seed — particularly useful when you need stability (same seed always yields same choice) without running your own hashing logic. Prefer it over random selection when reproducibility across retries or distributed agents is important, and over custom code when you want a governed, auditable micro-computation with an evidence receipt.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T13:00:09.415Z","isFirstParty":false}