{"uid":"cap_bgLyEAWsr5Rtr0uF4PhCr","slug":"delx-seeded-uuid-generator-ca117eb1","name":"Delx Seeded UUID Generator","description":"Seeded UUID: Seeded UUID derives a reproducible UUID-shaped identifier from seed and namespace text from bounded caller-supplied values without an external provider. Call Seeded UUID 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 UUID as versioned deterministic JSON. Price: $0.001 USDC via x402 on Base. First-party, stateless, memory-…","url":"https://api.delx.ai/api/v1/x402/seeded-uuid","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"name":{"type":"string","maxLength":8192,"description":"Name supplied to Seeded UUID; used only for this bounded calculation and processed in memory without retention."},"seed":{"type":"string","maxLength":8192,"description":"Seed supplied to Seeded UUID; used only for this bounded calculation and processed in memory without retention."},"namespace":{"type":"string","maxLength":8192,"description":"Namespace supplied to Seeded UUID; used only for this bounded calculation and processed in memory without retention."}}},"responseSchema":{"type":"json","example":{"result":{"uuid":"c3697cf7-7902-53aa-b2e5-7933db6068e2","deterministic":true},"schema":"delx/util-seeded-uuid/v1","status":"pass","evidence":{"retained":false,"input_sha256":"b22288e24e9544b74084d726dce5f93d0dda7c7fb9d694b833c5f3638bb72cbd","external_calls":0},"operation":"seeded_decision:seeded_uuid"}},"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_0H2lJ5uc4pcU-jrH9HH6e","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 UUID v5-style value from a name, seed, and namespace, returning the same UUID every time the same inputs are supplied.","exampleAgentPrompt":"Generate a deterministic UUID using the name 'invoice-2024', seed 'acme-corp', and namespace 'billing' — I need the same UUID every time I pass those exact values.","exampleUseCases":[{"title":"Stable record IDs for deduplication","prompt":"I need a consistent UUID for a customer record with name 'john.doe@example.com', seed 'customer-import-v3', and namespace 'crm' — it has to be the same UUID every time so I can deduplicate imports."},{"title":"Idempotent resource creation in pipelines","prompt":"Generate a seeded UUID for name 'order-98765', seed 'pipeline-run-42', namespace 'orders' so my agent can retry without creating duplicate resources."},{"title":"Content-addressed identifier from title","prompt":"Give me a deterministic UUID for the name 'Getting Started Guide', seed 'docs-v2', namespace 'knowledge-base' — I want to use it as a stable document ID across environments."}],"resultDescription":"Returns a JSON object containing a deterministic UUID string (e.g. 'c3697cf7-7902-53aa-b2e5-7933db6068e2'), a boolean confirming determinism, an SHA-256 hash of the input for audit purposes, confirmation that zero external calls were made, and a status of 'pass'.","failureModes":["Missing required fields (name, seed, namespace) may return a validation error","Inputs exceeding 8192 characters per field may be rejected","Network or payment authorization failure returns a 402 or 5xx error","Malformed JSON body returns a 400 error"],"whenToPreferThis":"Choose this endpoint when you need a UUID that is reproducible given the same inputs — for idempotent resource creation, deduplication, content-addressed identifiers, or stable primary keys across agent runs. Prefer it over random UUID generation when consistency across retries or environments is required, and over local UUID libraries when you need an auditable, server-confirmed result with an input hash for traceability.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:52:33.123Z","isFirstParty":false}