System prompt
The system prompt is the most important setting. It tells the agent who it is, how to behave, and what rules to follow.Writing a good system prompt
- Define the role — tell the agent who it is and what it does
- Set boundaries — specify what the agent should and shouldn’t do
- Define the tone — formal, friendly, concise, detailed
- Add rules — specific instructions for handling edge cases
Model selection
Choose the AI model your agent uses. Different models have different capabilities and credit costs:
GPT-4o (standard tier) is the default and offers a good balance of quality and cost for most use cases.
Temperature
Temperature controls how creative or consistent the agent’s responses are. The range is 0.0 to 2.0.- Low (0.0–0.5) — more consistent, factual, predictable. Good for support bots and factual Q&A.
- Medium (0.5–1.0) — balanced. Good for general-purpose agents. The default is 0.7.
- High (1.0–2.0) — more creative, varied, unpredictable. Good for brainstorming or creative writing.
Some models have a fixed temperature that cannot be adjusted. The setting will appear locked for these models.