Skip to main content

Create Agent

POST 

/agents/

Creates a new agent in the system.

The agent will be initialized with the provided name and optional settings. A unique identifier will be automatically generated.

Default behaviors:

  • name defaults to "Unnamed Agent" if not provided
  • description defaults to None
  • max_engine_iterations defaults to None (uses system default)

Request

Responses

Agent successfully created. Returns the complete agent object including generated ID.