v1

latestOpenAPI 3.1.02026-07-26751285.0 KB
agents

Create a new agent

Creates a new agent from character configuration

post/api/agents

Request body

characterPathstring

Path to a character file

characterJsonobject

Character configuration in JSON format

Response

Agent created successfully

successboolean

Example response

{
  "success": true
}