sessions_send
Send a message to another OpenClaw session for agent-to-agent communication. Identify the target session with a session key or label.
Instructions
Send a message into another OpenClaw session. Use for agent-to-agent communication. Either sessionKey or label must be provided to identify the target session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Target session label | |
| message | Yes | Message content to send | |
| sessionKey | No | Target session key (e.g. agent:openclaw-expert:discord:channel:123456) | |
| timeoutSeconds | No | How long to wait for a response |