Skip to main content

Safe AI for your homelab

Join the waitlist for the managed safety layer between AI agents and your infrastructure.
The open-source ArgoBox framework is public now; this page is for hosted rollout and early access.

docker compose up -d

How it works

Agent requests action

Your AI agent wants to restart a VM, stop a container, or change DNS. It calls ArgoBox instead of raw SSH.

ArgoBox validates

Capability check. Rate limit. Safety classification. Mutations go to the approval queue.

You approve

One click. Browser notification. Sound alert. Full audit trail of every action.

What you get

Approval Queue

Mutations require human approval. One-click approve/reject.

Audit Trail

Every action logged — who, what, when, why, result.

Rate Limiting

Per-agent quotas. Requests/min, mutations/hour, mutations/day.

Capability Gating

MediaBot manages media. LabMaster handles infrastructure.

Unified API Gateway

Cloudflare, Tailscale, deployments, and approvals behind one safer control plane.

Docker or Cloud

Docker Compose on your LAN or Cloudflare Pages globally.

Get started in 3 minutes

git clone https://github.com/inovinlabs/argobox.git
cd argobox
cp .env.example .env
docker compose up -d
# Open http://localhost:4321/admin/setup
View on GitHub