Agentes
Obter Agente
GET
/
agents
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredID do Agente
Body
application/json · object
The body is of type object
.
Response
200 - application/json
id
string
name
string
description
string
modelName
enum<string>
Available options:
groq
, gpt_4o
, gpt_4o_mini
, claude_3_5_sonnet
temperature
number
Temperatura do modelo (mínimo 0.0, máximo 1.0)
visibility
enum<string>
Available options:
public
, private
systemPrompt
string
Prompt do Sistema
userPrompt
string
Prompt do Usuário