Platform & Security

Your agents have real tool access. They can browse the web, run commands, read files, send emails, and post to social media. This is why the security setup matters.

Security Controls

Gateway Binding

The gateway only listens on your own machine. Nothing from your network or the internet can reach it. This is the single most important control.

API Keys in Wrapper Script

Keys never appear in the main config file. If the config is accidentally shared, no credentials are exposed.

File Permissions

Config files and secrets are readable only by your user account. chmod 600 on all sensitive files.

Discord Access Control

Each bot only responds in your server, in its specific channel, to your Discord user ID. Anyone else is ignored.

Elevated Access Off by Default

Agents cannot run commands as root unless you explicitly enable it, restricted to your user ID.

Automated Daily Audit

Checks all controls every morning and alerts on anything that has drifted from the expected configuration.

Start Building

The fastest path from reading to running is the Claude Code handoff.