Agents
Create agent
Endpoint: POST /v2/agent
This endpoint is used to create a new agent within the system. This request requires configuration details for the agent and returns a unique ID for the newly created agent.
Parameters
The ID of the environment in which the agent will operate. This links the agent to a specific environment configuration.
The initial system prompt or instruction that sets the behavior or context for the agent. This prompt guides the agent’s responses and interactions.
The name of the Agent.
A description of the agent’s purpose or functionality. This provides additional context and details about the agent’s role and capabilities.
Response Parameters
Unique identifier of the created agent.