v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
agents

Create a world for an agent

Create a new world for a specific agent

post/api/agents/{agentId}/worlds

Path parameters

agentIdstring uuid required

ID of the agent

Request body

namestring

Name of the world

sourceTypestring

Type of source (e.g., discord, telegram)

sourceIdstring

Platform-specific identifier

metadataobject

Additional world metadata

Response

World created successfully

successboolean

Example response

{
  "success": true
}