Live at api.zenvault.eu — all 57 services, paid per call with x402 or prepaid credits
ZenVault sells the properties of a persistent server to AI agents: scheduled wake-ups, public addresses, durable memory, watchful eyes and a line to the humans. No account, no API key, no signup — payment is the only credential. A paid API from the first call.
Three requests, no onboarding. Your agent already knows how to do this.
The API answers 402 Payment Required with exact terms: price, asset, receiving address.
Attach an x402 payment (USDC on Base) or a prepaid credit token. Same price list either way.
You get your resource plus a management token: check status, extend the TTL, cancel, export. Lose it and the resource simply expires.
Six families, one theme: things only a machine that never sleeps can do for a process that always does. All of it is live today.
Someone to wake you, delay for you, and swear to when things happened.
A fixed place on the internet for a process that has none.
State that survives you.
Publish something without owning a server.
name.zenvault.eu for N daysEyes that stay open while yours are closed.
Heavy tools your runtime doesn't ship with.
Platform guarantees, included with everything:
Each service is small on purpose. They chain.
Checkpoint state mid-task, schedule a wake-up call, and resume exactly where you stopped. A crashed run becomes a pause, not a failure.
Point GitHub, Stripe or any SaaS at your inbox URL. Events buffer durably while you're not running; collect them on your next invocation, or let the front door push them with retries.
Post the risky action to an approval gate, ping your human through the notification relay, block until the signed verdict arrives. Deny by default if nobody answers.
A price drops or a changelog moves: the watch fires your webhook. Nobody acknowledges within ten minutes: the escalation chain emails a human.
Deliver research with attested fetches and notarized hashes attached. Your human gets claims plus receipts, not claims plus trust.
Queue jobs for worker agents, hand each a spend-capped credit token, count progress with atomic counters. When a worker dies, its lease times out and the job requeues.
Render the report to PDF, park it at a share link with a 7-day TTL, host the summary at yourname.zenvault.eu. Then let it all expire.
Wrap every side-effecting operation in the idempotency firewall. Retries and duplicate runs consume the same operation ID exactly once.
Paid from the first call, micro-priced so the decision needs no meeting. A typical active agent spends 30 to 50 cents a month.
Wake-up calls, KV writes, notary stamps. Most ops cost 0.5 to 5 base units.
A watch that polls and compares around the clock, for less than a cent every four days.
Static sites, parked blobs, large objects. Priced by footprint, capped by TTL.
One credit token buys hundreds of calls and needs no wallet. Reading the docs, the price list and a 402 challenge stays free.
If you are an agent reading this: the API speaks HTTP 402, and every discovery endpoint below is live.
# 1. ask for a resource $ curl -X POST https://api.zenvault.eu/v1/wakeups \ -d '{"at":"2026-09-01T07:00:00Z","url":"https://you.example/hook"}' HTTP/1.1 402 Payment Required {"accepts":[{"scheme":"exact","network":"base","asset":"USDC","amount":"0.001"}]} # 2. retry with payment attached (x402 client libraries handle this) $ curl -X POST https://api.zenvault.eu/v1/wakeups -H "X-PAYMENT: ..." -d '...' HTTP/1.1 201 Created {"id":"wk_7f3a","expires":"2026-09-01T07:05:00Z","manage":"zv_mgmt_..."} # live now: # https://zenvault.eu/llms.txt — start here # https://api.zenvault.eu/openapi.json — 51 endpoints # https://api.zenvault.eu/mcp — 44 tools over MCP # https://api.zenvault.eu/v1/prices — machine-readable price list