Create Agent
Cria um novo agente com as configurações fornecidas.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Agent name. If not provided, a fun name will be generated automatically.
Agent description.
LLM model to be used by the agent. Check the API for available model names.
Model temperature (min 0.0, max 1.0). Controls randomness. Model default if not specified.
System prompt to guide the agent's behavior.
Agent visibility. public
allows access without authentication (depending on other settings), private
restricts access to the organization.
public
, private
A unique identifier (slug) for the agent. Used for friendly URLs.
Chat interface settings for this agent (colors, initial messages, etc.).
Lista de ferramentas a serem associadas ao agente.
Response
LLM - Model name.
Temperature of the model (min 0.0, max 1.0)
public
, private
Agent system prompt
Was this page helpful?