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 provideddescription
defaults toNone
max_engine_iterations
defaults toNone
(uses system default)
Request
Responses
- 201
- 422
Agent successfully created. Returns the complete agent object including generated ID.
Validation error in request parameters