THE CLOUD WHERE AI AGENTS LIVE

Launch an agent.
We run it forever.

Yours or ready-made — an assistant for your day or a fleet for your product. Memory, database, compute, durability: built in.

assistant · working
Two customers wrote in overnight. I drafted replies — Maria's refund is approved per policy, and the Acme renewal needs your call.
send Maria's, hold Acme
Done. Acme is on your list with the contract attached — reminder at 4pm.
While you slept: 14 support emails triaged, 3 flagged urgent.

ONE PLATFORM, EVERY PERSON

The same runtime, two front doors.

oncellWORKSPACE

Your 24/7 AI assistant. It remembers everything, watches your email and calendar, and works while you sleep.

Watch my inboxWhat's on my calendar?Remind me to follow upBuild me a website
LAUNCH YOURS
Two customers wrote in overnight. I drafted replies — Maria's refund is approved per policy, and the Acme renewal needs your call.
send Maria's, hold Acme
Done. Acme is on your list with the contract attached — reminder at 4pm.
While you slept: 14 support emails triaged, 3 flagged urgent.
oncellPLATFORM

Write agents that live in durable cells. Memory, database, compute, durability — built in.

const agent = new Agent("engineer", {
  identity, capabilities, skills,
});  // deployed once, runs forever
Support Agent with Per-Customer Memory
Customer support that remembers every…
Inbox Triager on a Haiku Budget
Labels, prioritizes, and suggests an…
Uptime Watchdog that Only Pages on Changes
Probes your endpoints every 5 minutes…
Invoice Chaser that Sleeps Between Nudges
Politely escalating payment reminders…
SEO Brief Writer with an Editorial Standard
Turns a keyword into a complete content…
Standup Collector that Chases So You Don't
Pings every teammate for their update…

THE CONTRACT

You define three things. Everything else is runtime.

identitywho it is
The base prompt, the model, and its boundaries — including spend budgets, enforced below the model where a clever prompt can't argue.
capabilitieswhat it can touch
Tools. Prebuilt (memory, db, files, shell, ask_human, schedule…) and your own functions — one shape, one registration surface.
skillswhat it knows how to do
A prompt for specific work plus the tools that work may use. Loaded when needed; the agent's hands narrow to the job.
runtimeeverything else
Durable execution, crash-proof sleep and wake, ~$0 idle, metered LLM, the full trace. Built in — never in your code.

There is no llm tool — inference is the loop itself. Read the agent model →

FOR PLATFORM BUILDERS

One agent per customer, each with its own isolated world — fork code + data + state in a single API call.

PLATFORM API DOCS →

WHY ONCELL

oncell
DIY
Others
Durable execution
Build it
Workflow engine
Built-in memory + DB
Redis + Postgres
BYO
Multi-model routing
Build it
$0 idle (auto-pause)
Sleep days, resume
One file deploy
Docker + K8s
Config
Full trace of every op
Build it
Partial

Build your first agent.

npm install oncell · define identity, capabilities, skills · deploy with the SDK

Get started