Create Agent Configuration
POST
/agent-configurations/{companyId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/agent-configurations/' \
--header 'Content-Type: application/json' \
--data-raw '{
"aiKeyId": "4781cc4a-276e-4556-aed7-ad2a21feccfe",
"agentPromptId": "f41d5515-b33e-4c8d-a93e-8fb9d32bbc6a",
"name": "string",
"description": "string",
"typingDelay": 1,
"blockTime": 1,
"temperature": 0,
"ignoreIds": [
"string"
],
"allowedGroups": [
"string"
],
"active": true
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-06-06 12:14:36