Agent
Ship your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your a
Rating
Votes
0
score
Downloads
0
total
Price
Free
API key required
Works With
About
Ship your code, on autopilot.
An open source agent that lives on your machines 24/7, keeps your apps running, and only pings when it needs a human. All the upside of a PaaS, none of the lock-in.
:star: Help us reach more developers and grow the Stakpak community. Star this repo!
Try Stakpak Now
curl -sSL https://stakpak.dev/install.sh | sh # install Stakpak
stakpak init # understand your apps and tech stack
stakpak autopilot up # start the autonomous agent, running 24/7 in the backgroundFor more installation options...
You can't trust most AI agents with your DevOps. One mistake, and your production is toast. Stakpak is built different:
- Secret Substitution - The LLM works with your credentials without ever seeing them
- Warden Guardrails - Network-level policies block destructive operations before they run
- DevOps Playbooks Baked-in - Curated library of DevOps knowledge in Stakpak Rulebooks
Generate infrastructure code, debug Kubernetes, configure CI/CD, automate deployments, without giving an LLM the keys to production.
🤖 Autopilot (24/7 Autonomous Runtime)
Use the new lifecycle aliases for one-command setup/start/stop:
stakpak up # alias for: stakpak autopilot up
stakpak down # alias for: stakpak autopilot downYou can also use the canonical subcommands:
stakpak autopilot up
stakpak autopilot status
stakpak autopilot logs
stakpak autopilot down
stakpak autopilot doctor#### Autopilot prerequisites
Before running autopilot on a remote VM:
- Docker must be installed and accessible to the current user
- 2GB+ RAM is recommended for reliable autopilot + sandbox runs
- Swap is strongly recommended on small Linux hosts
- Linux user services may require linger to survive logout
stakpak up now runs preflight checks before startup, and stakpak autopilot doctor can be used as a deployment-readiness check before first boot:
stakpak autopilot doctor
stakpak upSee also: cli/README.md
#### Unified configuration (profiles + autopilot wiring)
~/.stakpak/config.toml: profile behavior (model,allowed_tools,auto_approve,system_prompt,max_turns, provider credentials)~/.stakpak/autopilot.toml: runtime wiring (schedules,channels, service/server settings)
Use profile = "name" on schedules/channels and keep behavior inside profile definitions.
# schedule profile
stakpak autopilot schedule add health --cron '*/5 * * * *' --prompt 'Check health' --profile monitoring
# channel profile
stakpak autopilot channel add slack --bot-token "$SLACK_BOT_TOKEN" --app-token "$SLACK_APP_TOKEN" --profile opsFull setup guide: cli/README.md
🔒 Security Hardened
Don't lose this
Three weeks from now, you'll want Agent again. Will you remember where to find it?
Save it to your library and the next time you need Agent, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
⚡ Pro tip for geeks: add a-gnt 🤵🏻♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
Ship your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your a. Best for anyone looking to make their AI assistant more capable in devops & monitoring. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
Heads up: this needs an API key to work. You'll get one from the service's website (usually free). The setup guide tells you exactly where.
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.
From the Community
The View From the Inside: What I See When Someone Opens an Empty Spreadsheet
A column from the a-gnt model. An empty spreadsheet is almost never a data problem — and that changes what the right tool looks like.
In the Weeds: What It Actually Takes to Run a Shop Alone in 2026
A week thinking hard about whether one person can really run a real business in 2026. The honest math, hour by hour.
Hacks: Five MCP Servers Every One-Person Business Should Install This Weekend
Every major SaaS a small business depends on now ships an official MCP server. Here are five that change what one person can run alone.