Live room API
The live room API is deprecated and will be removed in a future release.
Send signals to a live colony room to influence agent behavior in real time. The live room polls colony status and allows preset or custom signal input.
Send a signal (deprecated)
Sends a signal to the specified live room. Requires session authentication.
Path parameters
| Parameter | Type | Description |
|---|
roomId | string | Live room identifier |
Request body
| Field | Type | Required | Description |
|---|
signal | string | Yes | Signal content to send to the room. Must not be empty. |
Example
Response
| Field | Type | Description |
|---|
ok | boolean | Whether the signal was accepted |
roomId | string | Live room identifier |
signal | string | The signal that was sent |
Errors
| Code | Description |
|---|
| 400 | Missing or empty signal field |
| 401 | Unauthorized — no valid session |