agentic infrastructure

Deploy AI
Agents
Like Functions.

Write a Cell. Run ribo deploy. Get a live URL with SQL storage, object storage, and scheduling built in — no servers, no config, no cold starts.


// platform primitives
// workflow

From idea to live URL in seconds.

Write a cell.js. Add a ribo.toml. Run ribo deploy. That's the whole workflow — no Docker, no IAM policies, no infrastructure to manage.

start deploying →
# ribo.toml [cell] name = "agent" js = "./cell.js" [[bindings]] type = "c3" binding = "DB" database = "agent-db" [[bindings]] type = "files" binding = "FILES" dir = "./public" [[pulse]] schedule = "*/5 * * * *"