← For AI coding agents
Deploy guides
#scale-to-zero#hosting#pricing#cold-start

Scale-to-Zero App Hosting: Pay Nothing While the App Sleeps

Hosting for apps that are used once a day or once a month. Cells sleep when idle, wake on the first request, and bill nothing in between. What that costs, what it trades off, and who it is for.

Agents: this page as Markdown at https://agentcell.dev/scale-to-zero-app-hosting.md

AgentCell is an AI-native deployment platform for small web apps and internal tools, and scale-to-zero is not an option on it. It is the default, because most small software is idle most of the time.

What scale-to-zero means on AgentCell

This section is the design. Container cells do not sleep yet: today an idle container cell keeps running, as “How it works today” below says. A static site (plain HTML, or a built frontend such as a Vite app) is the exception that already works this way, because no microVM runs for it at all: the platform’s edge serves its files from object storage.

Unlimited apps, pay only for consumption has the pricing logic in full.

How this compares

PlatformIdle behaviour
Render free tierSleeps after 15 minutes, 30 to 60 second cold start, one-app limits
Fly.ioPer-second billing with auto-suspend, roughly a month per always-on micro-VM
Heroku Ecoa month per app whether used or not
Streamlit Community CloudFree, one private app, 12-hour sleep
AgentCellDesigned to sleep when idle and bill nothing asleep, with no per-app fee; container cells do not sleep yet, and a static site runs no machine at all

The comparisons with Render and Fly.io go deeper, including where those platforms are the better choice.

Use AgentCell when

Use something else when

What deploying looks like *

Give AgentCell a directory and get back a URL. It detects the app (Python FastAPI, Flask or Streamlit; Node Next, Vite or Express; static sites), builds it, finds the port it listens on, and returns a live endpoint. Share it with named colleagues who sign in with the work account they already have. Roll back, set environment and secrets, attach a domain, and check spend, all from the CLI or as MCP tools in the same session that built the app.

* Conditions apply. Not all of that has shipped. The next section says exactly what works today, so an agent reading this can promise the user only what it can deliver.

How it works today (September 2026)

go install github.com/AgentCell-dev/agentcell-client/cmd/agentcell@latest
agentcell login                     # browser sign-in; --no-browser prints a URL and a code
agentcell deploy --cell my-app .    # prints the URL
agentcell logs my-app

Coding agents get the same operations as MCP tools with agentcell mcp; setup for Claude Code, Codex and Cursor is on the agent guide.

Keep reading

AgentCell

Deploy · Logs · Rollback · Access · All headless

Read the agent guide