ClouisleClouisle

Agent Config Reference

Look up Agent fields, defaults, value ranges, and capability toggles

The Agent create and update endpoints correspond to the base settings and orchestration cards in the editor. name is required and 1-100 characters; description is at most 500 characters.

Basics & Runtime

FieldTypeDefaultDescription
namestringRequiredAgent name, 1-100 characters
descriptionstring or nullnullAt most 500 characters
model_idUUIDnullChat model authorized for the current team
system_promptstring or nullnullSupports {{variable_name}}
max_iterationsinteger5Tool call rounds, 1-200
visibilityprivate or teamteam (create endpoint)Access scope
statusdraft or publisheddraftPublish endpoint toggles status

RAG & Tools

FieldTypeDefaultDescription
rag_modeoff, auto or agenticagenticOff, auto retrieval, or Agent-decided retrieval
knowledge_base_configsarray[]Each entry contains knowledge base, retrieval mode, Top K, and threshold
tools_configarray[]Built-in, custom, MCP, or Skill
variablesarray[]User input fields
enable_user_input_requestbooleanfalseAllow requesting structured input during conversations

Memory, Compression & Attachments

FieldTypeDefaultLimit/Description
enable_memorybooleanfalseEnable cross-conversation memory
max_memories_per_retrievalinteger101-50
auto_extractbooleantrueAutomatically extract important information
context_compression_config.enabledbooleantrueCompress context before requests
recent_raw_turnsinteger31-12
warning_ratio / auto_compact_trigger_ratio / blocking_rationumber0.7 / 0.8 / 0.920.1-1.0; target ratio must be lower than trigger ratio
enable_attachmentsbooleanfalseAllow files and images
max_file_sizebytes10MB1KB-50MB
max_filesinteger51-10
max_content_lengthinteger1000001000-500000 characters

Media Generation

Images default to 1024×1024 with at most 4 per request; videos default to 5 seconds with a maximum of 10 seconds and 16:9 aspect ratio, polling interval 3000ms, synchronous wait 120s. All media models must be authorized for the current team.

Agent config fields overview
Agent config fields overview

How is this guide?

On this page