memory
Create a room
Create a new room for an agent
post/api/memory/{agentId}/rooms
Path parameters
agentIdstring uuid required
ID of the agent
Request body
Response
Room created successfully
Example response
{
"success": true
}Create a new room for an agent
ID of the agent
Room created successfully
{
"success": true
}