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
}