openclaw_agents_create
Create a new agent configuration by specifying an agent ID, display name, model, and additional fields like system prompt and default tools.
Instructions
Create a new agent configuration. Wraps agents.create. Pass agentId, displayName, model, plus any extra fields the gateway accepts (system prompt, default tools, etc.). Call openclaw_agents_list first to see the full shape of an existing agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Alias for agentId — pass either, not both. | |
| model | No | Default model id (e.g. 'claude-sonnet-4-6'). | |
| agentId | No | Agent identifier (e.g. 'support-bot'). Defaults to a generated id if omitted. | |
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. | |
| displayName | No | Human-readable name shown in the Control panel. |