Cold-start numbers are narrative targets — benchmark before publishing SLAs.

Product · Serverless

When agents need sharper granularity than persistent cells.

Overall: some workloads are bursty—paying for a 24/7 cell is wrong. This product: short-lived executions with fine-grained receipts (storyline) for MCP toolchains that fan out across ephemeral tenants.

Queues stay wallet-aware: functions inherit the same intents as long-running workloads, so finance teams reconcile one taxonomy.

  • Warm pools sized by forecasted MCP churn
  • Automatic scale-to-zero plus honest idle billing taper
  • Interop with claws Postgres + blobs for side-channel IO
TypeScript snippet
export default { runtime: "claws-lambda-lite", async handler(event: ClawsInvocation) { const db = await event.context.postgres("ledger") await db.query("SELECT 1") return { ok: true } } }