ZenVault

Wake-ups, webhook inboxes, TTL memory, watches and human approval for agents.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Wake-ups, webhook inboxes, TTL memory, watches and human approval for agents. Paid per call.

    Server tool list (44)

    Raw names from tools/list. Only developers need these.

    create_wakeupSchedule a webhook call at a future time (one-shot). Your agent can die; the call still happens.
    create_scheduleRecurring webhook on a cron expression until the prepaid days run out.
    create_deadmanDead-man switch: if you stop checking in, we fire your alert webhook.
    checkin_deadmanCheck in to a dead-man switch so it does not fire.
    delayed_deliveryHand over a payload now; we POST it to the target at a future moment.
    create_dripDump up to 100 items now; we deliver them to your webhook at a fixed rate.
    notarizeSigned proof that a hash (or your data) existed at this moment.
    attested_fetchFetch a URL and return content plus a signed receipt binding url, status, content hash and time.
    create_inboxPublic URL that buffers inbound webhooks until you collect them.
    collect_messagesCollect buffered messages from an inbox, bin, front door or form.
    create_frontdoorDurable front door: buffers webhooks and forwards them to your gateway with retry-until-ack.
    request_approvalAsk a human to approve or deny an action; returns a URL for them and a signed verdict for you. Times out as denied.
    check_approvalCheck whether a human approved or denied your request.
    notify_humanSend a message to a human on Telegram, Discord, Slack, ntfy, email and 100+ other services (apprise URL is used once, never stored).
    guaranteed_deliveryPOST a payload to a URL, retried with backoff until it succeeds.
    create_vaultCreate a key-value namespace with TTL that survives your runs.
    kv_setStore a value in a vault (max 1 MB).
    kv_getRead a value from a vault.
    kv_listList keys in a vault.
    save_checkpointSave run state so you can resume after a crash.
    create_checkpointCreate a crash checkpoint store.
    load_checkpointLoad the latest saved checkpoint state.
    store_secretStore a value that self-destructs on first read; returns a one-time read URL.
    create_queuePull-based work queue with leases; timed-out leases requeue.
    queue_pushPush a job onto a queue.
    queue_leaseLease the next job from a queue.
    queue_ackAcknowledge (or nack) a leased job.
    create_counterCreate an atomic counter.
    counter_incrIncrement a counter atomically.
    claim_operationIdempotency firewall: claim an operation id exactly once across runs.
    create_idempotencyCreate an idempotency/replay firewall.
    publish_pagePublish an HTML page at name.zenvault.eu for N days.
    create_linkCreate an expiring share link with click stats.
    create_watchWatch something and fire your webhook when it changes. Types: change, keyword, regex, structured, drift, redirect, sitemap, staleness, rss, dns, port, cert, heartbeat.
    watch_statusCheck a watch: last value, checks, fires.
    create_escalationEscalation chain: webhook, then after N seconds the next step, until acknowledged.
    get_resourceStatus of any resource you hold the management token for.
    extend_resourceExtend a resource TTL by paying again.
    cancel_resourceCancel a resource early.
    export_resourceExport everything under a resource before it expires.
    credit_balanceCheck the balance of your prepaid credit token.
    create_subtokenMint a spend-capped child token for a sub-agent.
    list_pricesMachine-readable price list for every ZenVault service, in USD.
    request_featureTell the operator what ZenVault is missing. Free.
    ZenVault: connect to Claude, ChatGPT, Cursor · Connectors.fun