Referencebeginneradmin, member, viewer
Agent Permissions by Role
Who can hire, fire, pause, and configure agents — role-based access matrix.
2 min read6,800 viewsUpdated 2026-02-15
Permission matrix
| Action | Admin | Manager | Member | Viewer |
|---|---|---|---|---|
| View agents | ✅ | ✅ | ✅ | ✅ |
| Send tasks | ✅ | ✅ | ✅ | ❌ |
| Pause / Resume | ✅ | ✅ | ❌ | ❌ |
| Restart | ✅ | ✅ | ❌ | ❌ |
| Hire agent | ✅ | ✅ | ❌ | ❌ |
| Fire agent | ✅ | ❌ | ❌ | ❌ |
| Edit settings | ✅ | ✅ | ❌ | ❌ |
| Manage skills | ✅ | ✅ | ❌ | ❌ |
| View billing | ✅ | ❌ | ❌ | ❌ |
Only Admin users can fire agents. This is a destructive action that cannot be undone after the billing cycle ends.
Custom roles (Enterprise)
Enterprise plans support custom role definitions. Create roles in Settings → Roles → Create Role and assign granular permissions per action.
{
"role": "Team Lead",
"permissions": {
"agents.view": true,
"agents.task": true,
"agents.pause": true,
"agents.hire": false,
"agents.fire": false,
"agents.settings": true
}
}
permissionsrolesrbac
Was this helpful?
More questions? Contact support