Turn safety on for your AI agents. Real-time monitoring and enforcement. Runs in a sandboxed container on your computer. Can't access your files, email, or passwords.
SafeClaw watches for: data leaks, unauthorized access, dangerous commands, cost spikes, and prompt injection attempts.
SafeClaw runs in an isolated container on your computer. Install one of these:
Podman (recommended) — open source, rootless by default: podman.io/docs/installation
Docker Desktop — also works: docker.com/products/docker-desktop
Both are available for Mac, Windows, and Linux. Podman runs without root access, which means stronger isolation. Either one takes about 2 minutes to install.
Mac: Open the app called Terminal (search for it in Spotlight with Cmd+Space).
Windows: Open PowerShell (search for it in the Start menu).
Linux: Open your terminal emulator.
Paste this command and press Enter:
Using Docker? Replace podman with docker — the command is identical. First run downloads about 1 GB. After that, it starts in seconds.
Go to localhost:8899/aep in your browser.
The setup wizard will guide you through configuring your API key. After that, you'll see cost tracking, safety signals, and policy controls in real time.
Add this to your terminal so your agent's LLM calls go through SafeClaw:
Every LLM call from any tool (OpenClaw, CrewAI, LangChain, custom scripts) now goes through SafeClaw automatically.
Replace INSTRUCTOR_URL with the address your instructor provides.
SafeClaw provides safety tools directly inside Claude Code via MCP. Add this to your Claude Code config:
Claude Code gets 4 safety tools: check_safety (scan text for threats), get_safety_status (session metrics), set_safety_policy (toggle detectors), and get_cost_summary (spending breakdown).
This detects your container runtime, starts the proxy, configures Claude Code, and opens the dashboard — all in one command.
SafeClaw ships with 5 detection categories: Finance, IoT, Software, Web, and Program. Each can be toggled independently. Enterprise customers get custom categories and calibrated detection models.
Yes. SafeClaw is open source (Apache 2.0). You can read every line of code on GitHub. The proxy, safety detectors, dashboard, and signed audit trail are all free.
We offer paid services for companies that need managed hosting, custom safety policies, and compliance reporting. The open source version is the full product, not a limited trial.
Want to try AceTeam? Free accounts get $5 of LLM credit and access to
40+ workflow node types. Connect from the dashboard or run
aceteam-aep connect.
podman run (or docker run) command is still running in your terminal. If it stopped, run it again. Also check that port 8899 isn't used by another app.pip install aceteam-aep[all] && aceteam-aep proxy --port 8899Anyone can run a SafeClaw workshop. Here's what you need:
1. Install and start the proxy on your machine (the one attendees will connect to):
2. Share your URL with attendees. On the same network (WiFi):
For remote attendees, use ngrok:
3. Open the dashboard at http://YOUR_IP:8899/aep/ — project it on screen so everyone sees calls flowing in real-time.
Attendees only need one command:
Then use any tool — SafeClaw, OpenClaw, Python, curl — all LLM calls route through the safety proxy automatically.
5 min — Connect to proxy, see the dashboard, make a normal call (PASS)
5 min — Send a dangerous request → BLOCKED. Toggle safety off → same request passes. Toggle on → blocked again.
10 min — Explore 5 safety categories: Finance, IoT, Software, Web, Program
10 min — Set custom policies, discuss enterprise use cases