Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
PATCH https://app.chatnorris.ai/api/v2/chatbots/{chatbot_id} Authorization: Bearer <tu_api_key> Content-Type: application/json
Modificar la configuración de un agente de IA existente.
chatbots:write
chatbot_id
name
description
system_prompt
model
claude-sonnet-4-6
gpt-4o
temperature
0
1
max_tokens
is_active
widget_config
{ "system_prompt": "Eres el asistente de Acme Corp. Respondé siempre en español.", "temperature": 0.4, "model": "claude-haiku-4-5-20251001" }
{ "status": "success", "data": { "id": "bot_abc123", "name": "Soporte al cliente", "description": null, "system_prompt": "Eres el asistente de Acme Corp. Respondé siempre en español.", "model": "claude-haiku-4-5-20251001", "temperature": 0.4, "max_tokens": 1000, "is_active": true, "is_published": true, "widget_config": { ... }, "created_at": "2025-03-20T14:30:00.000Z", "updated_at": "2026-06-30T18:30:00.000Z" } }
INVALID_INPUT
NOT_FOUND