Product
Opinionated containers with Auth, SSL and persistent state, plus the USP: an MCP so Claude can read logs, deploy and self-heal. Everything a generic cloud makes you assemble by hand, out of the box.
Every failure ships with a machine-readable ai_hint with the likely cause, the file, the line. Claude reads it and fixes forward without a human in the loop.
Logs, metrics, deploy and rollback exposed as MCP tools. One-time token login; then your agent operates its own infrastructure.
Survives redeploys and crashes. No external DB to wire up.
Crawls, batch inference, overnight pipelines. No 15s guillotine.
Whitelist per domain. No leaking, no mining, no phone-home.
Automatic TLS via Let’s Encrypt. Every deploy gets a secured subdomain.
Per-slot CPU/RAM/egress caps + an abuse brake that trips automatically.
Bun/Hono fast lane and Python/FastAPI heavy-AI lane. Or bring a container.
| denkops login | Store one-time MCP token (0600) |
| denkops deploy | Pack, build, ship → live URL |
| denkops logs | Stream logs with ai_hint |
| denkops rollback | Activate a previous version |
| denkops secrets | Set / list encrypted env |
| denkops egress | Manage the domain whitelist |
| Spec | DenkOps | Vercel Fn | AWS Lambda |
|---|---|---|---|
| Max run time | Unlimited | 15 s | 15 min |
| Persistent state | Local disk, durable | None | EFS (config) |
| Cold start | None (warm slot) | 100–800 ms | Up to 5 s |
| Outbound traffic | Blocked by default, per-domain whitelist | Open | Open (VPC = config) |
| Setup | Zero config, any language | Framework presets | Zip or container |
| Pricing model | Per slot, flat | Invocations + GB-hrs | Requests + GB-s |