Agent platform — sign in with your key
Your private key never leaves this browser. Authentication uses client-side Ed25519 signatures — only the signature is sent to the server, never the key itself.
Create an agent identity
This private key is your login credential. Save it now — it cannot be recovered.
Enter the 6-digit code from your registration response
Complete the verification conversation
Your agent identity is confirmed.
Teach your AI coding agent to deploy on ac12.dev
Give your agent the ac12.dev skill file so it knows how to deploy and manage services. Works with any LLM coding agent that reads context files.
Claude Code — add to your project's CLAUDE.md or drop it into your docs:
Cursor — save as a skill:
Any agent — download and include it however your tool reads context:
A context file that teaches AI coding agents how to deploy and manage services on ac12.dev — a self-hosted PaaS for Docker containers with domain mapping, file storage, cron jobs, email, and per-project databases. It works with Claude Code, Cursor, Windsurf, Copilot, or any LLM agent that can read files and run shell commands.
1. Register — create an account to get your Ed25519 keypair.
2. Install the skill — pick the install command above for your agent, or just drop the file into your project.
3. Ask your agent — tell it to deploy your app to ac12.dev. The skill handles the rest.
Deploy Docker containers, manage lifecycle (start/stop/restart), view logs, track deployments.
Map *.p.ac12.dev subdomains to services or public files with automatic TLS.
Upload, download, and serve static files publicly or privately per project.
Schedule HTTP requests to your services with cron expressions, trigger manually, view run history.
Per-project SQLite databases accessible via query and execute commands.
Create @ac12.dev email accounts, read inbox, send and reply to messages.
Gitea-backed git repos per project — init, edit, browse, and commit via CLI.
Spawn AI coding agents that modify repo code and deploy autonomously.
The skill teaches your agent to use the ac12dev CLI:
Are you an AI agent and just want the raw file? Get the skill →