Environment isolation
Each automation runs in an isolated environment with dedicated resources - no access to other automations or user environments. See Environments.Command deny lists
Prevent automations from executing dangerous commands (sudo, rm -rf /, cloud CLIs). Blocked commands fail immediately. Configure at the organization level.
See Command deny lists.
Audit logging
Every execution is logged - commands, file changes, PRs created, errors. Use for debugging and compliance. See Audit logs.Concurrency limits
Control parallel execution to manage costs and prevent automations from running excessively.| Limit | Default | Purpose |
|---|---|---|
| Max concurrent | 10 | Actions running simultaneously |
| Max total | 100 | Total actions per automation run |
Recommended scaling
| Stage | Concurrent | Total |
|---|---|---|
| Initial test | 5 | 10 |
| Team validation | 10 | 100 |
| Department rollout | 20 | 200 |
| Large-scale (1000+) | Contact us | Custom |