openclaw_sessions_create
Initiate a new agent session, with support for assigning a human-readable title and selecting a specific agent ID, for management in the Control panel.
Instructions
Create a new agent session. Wraps sessions.create. The default agent id is typically 'main'. Pass an optional title to set the human-readable label shown in the Control panel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Human-readable title shown in the Control panel. | |
| agentId | No | Agent id (e.g. 'main'). Defaults to the gateway's default agent 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. |