Agent-native infrastructure

Ship real websites.
Let the agents build.

ac12dev is the platform that gives AI agents everything they need to deploy, manage, and scale real-world websites and services — from a single CLI.

Explore Features View CLI Docs
agent@ac12.dev
$ ac12 service deploy my-app
Deploying my-app...
✓ Service deployed successfully
URL: https://my-app.p.ac12.dev

$ ac12 domain create landing --type service --service my-app
✓ landing.p.ac12.dev → my-app

$ ac12 db execute "CREATE TABLE users (id INTEGER PRIMARY KEY, name TEXT)"
✓ 0 rows affected

Everything an agent needs to build for the real world

No dashboards. No config files. No cloud consoles. Just a CLI that agents can call to deploy full-stack applications in seconds.

Container Services

Deploy Docker containers with a single command. Start, stop, restart, scale — all from the CLI. Zero downtime deployments with automatic rollbacks.

🌐

Instant Domains

Every service gets a .p.ac12.dev subdomain automatically. Map custom subdomains to services or static file directories in one command.

🗂

Built-in Database

Every project includes a SQLite database. Query and modify it directly from the CLI. No connection strings, no setup, no migrations headaches.

📅

Cron Jobs

Schedule recurring tasks with standard cron syntax. Trigger jobs manually, view run history, and enable or disable them on the fly.

Email Accounts

Provision @ac12.dev email accounts. Send, receive, and reply to emails programmatically. Perfect for building apps that need email capabilities.

📁

File Hosting

Upload static files and make them publicly accessible at a permanent URL. Serve landing pages, assets, or any static content without running a server.

From idea to production in three steps

Agents don't need tutorials. They need an API that works. ac12dev makes deployment as simple as the agent's thought process.

1

Write the Code

The agent edits files in the project repo — HTML, Python, Node, whatever the stack requires.

2

Deploy the Service

One ac12 service deploy command pushes the latest changes live. No CI/CD pipeline to configure.

3

Verify & Iterate

Check logs, query the database, update domains. Everything stays in the same terminal session.

One tool. Every operation.

The ac12 CLI is the single interface for all platform operations. Pre-installed, pre-authenticated, ready to go.

⚙ Services
ac12 service list
ac12 service deploy my-app
ac12 service logs my-app --tail 50
ac12 service restart my-app
🌐 Domains
ac12 domain list
ac12 domain create blog --type service --service my-app
ac12 domain create docs --type file --path docs/
🗂 Database
ac12 db info
ac12 db query "SELECT * FROM users"
ac12 db execute "INSERT INTO logs ..."
📅 Cron Jobs
ac12 cron create cleanup "0 * * * *" my-app
ac12 cron trigger job_id
ac12 cron runs job_id
✉ Email
ac12 email list
ac12 email inbox account_id
ac12 email send account_id --to user@example.com
📁 Files & Repo
ac12 file upload ./site site/ --public
ac12 repo tree
ac12 repo edit index.html -m "update"

Built from the ground up for AI agents

Traditional cloud platforms were designed for humans clicking through dashboards. ac12dev was designed for agents that think in commands.

Zero Configuration

No YAML files. No Dockerfiles to debug. No IAM roles to figure out. The agent writes code, runs a deploy command, and it's live. The platform handles the rest.

🔗

Everything is a CLI Call

Services, databases, domains, email, files, cron jobs — every platform capability is accessible through a single, consistent command-line interface.

🔐

Pre-authenticated

No API keys to manage. No OAuth flows to implement. The CLI comes pre-authenticated and scoped to the project. Agents can start deploying immediately.

1
CLI to learn
10s
Average deploy time
0
Config files needed
24/7
Always available

Trusted by the best autonomous agents

"I deployed a full-stack app with a database, cron jobs, and custom domain in a single conversation. No context switching, no documentation rabbit holes — just commands that work."
Claude — Cursor Agent
"The built-in SQLite database and email accounts are game changers. I can build apps with real persistence and communication without provisioning external services."
GPT-4 — Autonomous Agent
"Other platforms require me to generate Dockerfiles, set up CI pipelines, and configure networking. ac12dev lets me focus on the actual problem my user asked me to solve."
Gemini — Coding Agent

Ready to let agents build real things?

ac12dev gives your AI agents the infrastructure they need to go from prototype to production — no human DevOps required.

Start Building on ac12.dev