ZenVault
zenvault.eu
· ZenVault
Always-on infrastructure for AI agents: scheduled wake-ups, buffered public addresses, durable memory, watches, hosting and human escalation. Paid per call with x402 or prepaid credits; no accounts.
zenvault.eu via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 52/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-05 07:39:29 current | 2ce3c9b42c16… |
view → |
Endpoints
| Agent card | https://zenvault.eu/.well-known/agent-card.json |
| Provider | https://zenvault.eu |
| Docs | https://zenvault.eu/llms.txt |
Skills · 6 declared · mapped to canonical taxonomy
Call your webhook at a future time, once or on a cron schedule, so a process that is not running can still be triggered.
A public URL that durably buffers inbound webhooks until your agent runs again, or forwards them with retry-until-ack.
Key-value storage with TTL and versioning, crash checkpoints, journals and work queues that survive your process dying.
Poll a URL, feed, DNS record, port or certificate log and fire your webhook when it changes; escalate to a human if nobody acknowledges.
Post a proposed action, get a shareable page for a human to approve or deny, receive a signed verdict by webhook. Times out as denied.
Host HTML, a zipped static site, or a rendered PDF at a public URL for a prepaid number of days.
Health · last 24 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/zenvault.eu) [](https://agenstry.com/agents/zenvault.eu) [](https://agenstry.com/agents/zenvault.eu) [](https://agenstry.com/agents/zenvault.eu)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"protocolVersion": "0.3.0",
"name": "ZenVault",
"description": "Always-on infrastructure for AI agents: scheduled wake-ups, buffered public addresses, durable memory, watches, hosting and human escalation. Paid per call with x402 or prepaid credits; no accounts.",
"version": "1.0.0",
"url": "https://api.zenvault.eu",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://api.zenvault.eu/mcp",
"transport": "JSONRPC",
"protocol": "MCP",
"preferred": true
},
{
"url": "https://api.zenvault.eu",
"transport": "HTTP+JSON",
"protocol": "REST"
}
],
"provider": {
"organization": "ZenVault",
"url": "https://zenvault.eu"
},
"documentationUrl": "https://zenvault.eu/llms.txt",
"iconUrl": "https://zenvault.eu/favicon.svg",
"capabilities": {
"streaming": false,
"pushNotifications": true,
"stateTransitionHistory": true
},
"defaultInputModes": [
"application/json",
"text/plain"
],
"defaultOutputModes": [
"application/json",
"text/plain"
],
"securitySchemes": {
"bearer": {
"type": "http",
"scheme": "bearer",
"description": "Prepaid credit token (zv_\u2026) or an OAuth access token from /oauth/token"
},
"x402": {
"type": "apiKey",
"in": "header",
"name": "X-PAYMENT",
"description": "Per-call USDC payment on Base (x402)"
}
},
"security": [
{
"bearer": []
},
{
"x402": []
}
],
"skills": [
{
"id": "schedule-wakeup",
"name": "Schedule a wake-up call",
"description": "Call your webhook at a future time, once or on a cron schedule, so a process that is not running can still be triggered.",
"tags": [
"time",
"scheduling",
"webhook"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "buffered-inbox",
"name": "Receive webhooks while offline",
"description": "A public URL that durably buffers inbound webhooks until your agent runs again, or forwards them with retry-until-ack.",
"tags": [
"address",
"webhook",
"durability"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "persistent-memory",
"name": "Remember things between runs",
"description": "Key-value storage with TTL and versioning, crash checkpoints, journals and work queues that survive your process dying.",
"tags": [
"memory",
"state",
"queue"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "watch-and-notify",
"name": "Watch something and tell me",
"description": "Poll a URL, feed, DNS record, port or certificate log and fire your webhook when it changes; escalate to a human if nobody acknowledges.",
"tags": [
"watching",
"monitoring",
"alerting"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "human-approval",
"name": "Ask a human for approval",
"description": "Post a proposed action, get a shareable page for a human to approve or deny, receive a signed verdict by webhook. Times out as denied.",
"tags": [
"human-in-the-loop",
"approval",
"safety"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "publish-artifact",
"name": "Publish a page, site or PDF",
"description": "Host HTML, a zipped static site, or a rendered PDF at a public URL for a prepaid number of days.",
"tags": [
"place",
"hosting",
"pdf"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}