AI / OpenClaw Interview Questions
What is the purpose of the agents.list configuration?
The agents.list configuration lets an OpenClaw deployment define multiple distinct agents, each with its own workspace, tool policy, and model, rather than running one single, all-purpose agent.
- A sales assistant agent might have CRM tools enabled while a DevOps-focused agent has server scripts enabled instead
- Keeps permissions separated by design, so one agent's tool access doesn't automatically extend to another
- Supports larger, more structured deployments where different roles genuinely need different capabilities
This configuration is the main lever for applying least-privilege thinking to a multi-agent OpenClaw setup, rather than giving every agent the same broad set of tools.
More Related questions...