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
Response
Room created successfully
Example response
{
"success": true
}Creates a new room for an agent
ID of the agent
Room created successfully
{
"success": true
}