{"uid":"cap_hTLzd03w68w1unmdiqZi-","slug":"slidingbox-one-shot-encrypted-blob-hydrate-0c0b8292","name":"SlidingBox One-Shot Encrypted Blob Hydrate","description":"Pay per request (x402) to retrieve and permanently delete a one-shot encrypted blob by pointer. The pointer is invalidated the instant this call succeeds; a second hydrate against the same pointer always 404s, paid or not.","url":"https://slidingbox.ai/v1/hydrate/sb_o41Tn-c8uC3aOlG8peCg1tpcAThSziqrv5x3qKjOadY","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object","properties":{"pointer":{"type":"string","pattern":"^sb_[A-Za-z0-9_-]{43}$"}}},"queryParams":{"type":"object","properties":{}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["ciphertext","iv","content_type"],"properties":{"iv":{"type":"string","format":"base64url"},"ciphertext":{"type":"string","format":"base64url"},"content_type":{"type":"string"}}}}}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.02","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.02/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.02","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_QrWyONJVty2KiLXTOsPY6","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.02","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Retrieves and permanently deletes a one-shot encrypted blob using a pointer, invalidating the pointer immediately upon success.","exampleAgentPrompt":"Retrieve the one-shot encrypted secret stored at the SlidingBox pointer sb_o41Tn-c8uC3aOlG8peCg1tpcAThSziqrv5x3qKjOadY — it's a burn-after-reading blob, so fetch it now and show me the contents before the pointer gets invalidated.","exampleUseCases":[{"title":"Claim a shared one-time secret","prompt":"Someone sent me a SlidingBox pointer — sb_o41Tn-c8uC3aOlG8peCg1tpcAThSziqrv5x3qKjOadY — to retrieve a password they stored for me. Can you hydrate it right now and give me whatever's inside before it expires?"},{"title":"Burn-after-reading credential handoff","prompt":"We provisioned a temporary API key as a one-shot slidingbox blob and the pointer is sb_o41Tn-c8uC3aOlG8peCg1tpcAThSziqrv5x3qKjOadY. Fetch and display the key for me — remember it'll be permanently deleted the moment you retrieve it."},{"title":"Automated secret consumption in deployment pipeline","prompt":"As part of the deploy workflow, fetch the encrypted environment secrets from the slidingbox pointer sb_o41Tn-c8uC3aOlG8peCg1tpcAThSziqrv5x3qKjOadY and inject them into the environment — the blob self-destructs on read so do it exactly once."}],"resultDescription":"Returns the decrypted contents of the one-shot encrypted blob associated with the given pointer. Upon a successful response, the pointer is permanently invalidated and any subsequent request to the same pointer will return a 404, regardless of payment. The response is the raw blob payload.","failureModes":["404 if the pointer has already been consumed (even on a previously paid call)","404 if the pointer never existed or was mistyped","Payment failure via x402 protocol if USDC balance is insufficient","Network timeout if the service is temporarily unavailable","Pointer invalidated mid-request if a race condition occurs with a concurrent hydrate"],"whenToPreferThis":"Use this endpoint when you need to retrieve a secret or payload that must be destroyed immediately after a single read — such as burn-after-reading messages, one-time credentials, or ephemeral configuration. This is specifically suited for scenarios where the non-repeatability guarantee is a security requirement. Prefer this over general blob storage retrieval when the one-shot deletion semantic is essential and when the x402 pay-per-request model fits your cost structure.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-16T00:31:28.250Z","isFirstParty":false}