{"uid":"cap_C_ROH5-dZT8ak5ZMPhp_m","slug":"delx-seeded-pairing-5fc7aea5","name":"Delx Seeded Pairing","description":"Seeded Pairing: Seeded Pairing creates reproducible non-overlapping pairs and reports an optional bye from bounded caller-supplied values without an external provider. Call Seeded Pairing 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 Pairing as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless,…","url":"https://api.delx.ai/api/v1/x402/seeded-pairing","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"seed":{"type":"string","maxLength":8192,"description":"Seed supplied to Seeded Pairing; used only for this bounded calculation and processed in memory without retention."},"participants":{"type":"array","items":{"type":"string","maxLength":8192},"maxItems":256,"description":"Participants supplied to Seeded Pairing; used only for this bounded calculation and processed in memory without retention."}}},"responseSchema":{"type":"json","example":{"result":{"bye":"b","pairs":[["d","a"],["c","e"]]},"schema":"delx/util-seeded-pairing/v1","status":"pass","evidence":{"retained":false,"input_sha256":"0bfb1a13590bf6beabbd01835232e976edb6c53d8cd2ab2a61049c2b2b57645a","external_calls":0},"operation":"seeded_decision:seeded_pairing"}},"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_99rytAnoZQUTKzlK3nsZj","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 pairs a list of participants using a seed string, returning stable bracket-style pairings and a bye participant if the count is odd.","exampleAgentPrompt":"Pair up these 5 players — Alice, Bob, Carol, Dave, Eve — for a tournament bracket using the seed 'round1-2024', and tell me who gets the bye.","exampleUseCases":[{"title":"Tournament bracket assignment","prompt":"I have 8 players for a chess tournament: Magnus, Hikaru, Fabiano, Ding, Anish, Wesley, Levon, and Ian. Use the seed 'chessopen-qf' to pair them into first-round matchups."},{"title":"Hackathon team pairing","prompt":"We have 7 teams in our hackathon — Alpha, Beta, Gamma, Delta, Epsilon, Zeta, Eta — and need to pair them for peer code reviews. Use the seed 'hackathon-2025-review1' to generate the pairings."},{"title":"Agent task assignment","prompt":"I have 6 worker agents — agent-A, agent-B, agent-C, agent-D, agent-E, agent-F — that need to be paired for a cross-check workflow. Use the seed 'cross-check-run-42' to assign the pairs."}],"resultDescription":"Returns a JSON object with a 'pairs' array of two-element arrays (each pair of matched participants), an optional 'bye' field identifying the unpaired participant if the count is odd, plus evidence metadata including whether input was retained (always false), the SHA-256 of the input, and the count of external calls made (always 0).","failureModes":["Empty participants list returns no pairs","Participants list exceeding 256 items is rejected","Seed string exceeding 8192 characters is rejected","Malformed JSON body returns a 400-level error","Network timeout if the service is temporarily unavailable"],"whenToPreferThis":"Use this endpoint when you need deterministic, reproducible participant pairings given a fixed seed — ideal for tournament brackets, agent task assignment, peer review scheduling, or any scenario where you need stable pairings that can be regenerated identically from the same inputs. Prefer it over random shuffling when auditability or reproducibility matters, since the SHA-256 evidence hash lets you verify the exact input used. It processes entirely in-memory with no data retention, making it suitable for sensitive participant lists.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T13:05:25.445Z","isFirstParty":false}