v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
rooms
agents

Create a room

Creates a new room for an agent

post/api/agents/{agentId}/rooms

Path parameters

agentIdstring uuid required

ID of the agent

Request body

namestring

Name of the room

worldIdstring uuid

ID of the world

roomIdstring uuid

Optional custom room ID

entityIdstring uuid

Entity ID to add to the room

Response

Room created successfully

successboolean

Example response

{
  "success": true
}