Skip to main content
POST
Create a room

Path Parameters

agentId
string<uuid>
required

ID of the agent

Body

application/json
name
string
required

Name of the room

type
enum<string>
default:DM

Type of room

Available options:
DM,
GROUP,
CHANNEL
source
string
default:client

Source of the room

worldId
string<uuid>

ID of the world

serverId
string

Server ID

metadata
object

Additional room metadata

Response

Room created successfully

success
boolean
Example:

true

data
object