Basic information
Custom Clauses
Custom Clauses are the six building blocks of an agent’s system prompt. When Dev Mode is off, Studio assembles these into a complete system prompt automatically.Evaluation strategy
Controls how the agent reasons and whether it can use tools. See Agents → Evaluation Strategies for the full breakdown.This field is set automatically when you add MCP servers or other agents to your configuration. Studio switches to
react to enable the tool-use loop. You can override this manually in Dev Mode.Structured output
An optional JSON schema that forces the agent to return data in a specific format instead of free-form text. Use this when:- The agent feeds into another system or pipeline that expects structured data
- You want to extract specific fields from the agent’s analysis
- You’re building a classification or extraction agent
{ "intent": "...", "confidence": 0.0, "suggested_action": "..." }.
Next steps
Inference
Select the model that powers this agent.