Create a new agent.
editSettingsThe agent prompt: defines the agent's role, tone, and goals. Guides how it answers using the provided context. Corresponds to the 'Agent prompt' field in the dashboard.
The system prompt: defines system-level rules and constraints. Guides how the agent uses tools, features, and generates context. Prepended before instructions in the final prompt sent to the LLM. Typically injected by an agent template — modify with caution, as changes may affect behavior, tool usage, or response accuracy. Corresponds to the 'System prompt' field in the dashboard.
"sendUsage: true"
"sendReasoning: true"
"temperature: 0.7"
"max_tokens: 1500"
"reasoning: {summary: auto}"
"features: [memory]"
Successful Response
draft, published