Accessing Settings
- Open any agent in Agent Creator
- Go to the Settings section
- Navigate between tabs for different configuration areas
General Settings
Basic agent configuration:Sharing & Access
Control who can use your agent.Visibility Levels
When you publish, choose visibility:Managing Access
For restricted visibility:- Go to Settings > Sharing
- Click Add Access
- Search for users or groups
- Select the access level
- Save
Access Requests
When users request access to your agent:- You’ll receive a notification
- Go to Settings > Sharing > Requests
- Review the request and message
- Approve or deny
Retention
Control how long data is kept.Conversation Retention
How long to keep chat history:- Inherit from organization - Use org-wide default
- Custom - Set specific retention period (7-365 days)
- No limit - Keep indefinitely
Document Retention
For uploaded files:- Same options as conversation retention
- Applies to files attached in conversations
Artifact Retention
For generated content (code, documents):- Controls how long canvas artifacts are stored
Retention settings affect only future data. Existing data follows the policy that was active when it was created.
Memory
Configure how your agent remembers information.Session Memory
Remembers context within a conversation:- Enabled by default for Light Agent and above
- Persists until conversation ends
Long-term Memory
Remembers information across conversations:- Available for Full Agent and Orchestrator profiles
- Stores facts, preferences, and context
- Searchable by the agent for relevant memories
- Go to Settings > Memory
- Enable long-term memory
- Set the maximum memories to recall (default: 50)
- Save
Model Settings
Advanced model configuration:Budget Limits
Control resource usage per message. Each of these budgets resets at the start of every new user message and is checked at the start of each internal turn, before the next LLM call — a turn already in flight is never killed mid-way. Leave a field empty to fall back to the profile default (see below); if no Max Turns is set at all, the platform’s built-in 50-turn hard cap still applies.These budgets are per message, not per conversation — they bound the work an agent does to answer a single user turn (which may span many internal reasoning steps and tool calls), and start fresh on the next message. The conversation-wide ceiling is a separate mechanism,
context_budget, below.The “global” defaults above are the platform baseline. In practice each agent inherits the defaults of its profile (Simple, Workflow, Light, Full, Orchestrator), which the table below spells out. Values you set on the agent override both.
Defaults per profile
Higher profiles unlock more autonomy and therefore ship with larger budgets:
Orchestrators also cap delegation depth at 3 levels (Agent A → B → C) to prevent runaway sub-agent chains.
Conversation context ceiling
Separate from the per-message budgets above,context_budget (default 120,000 tokens) caps how large a single conversation’s live context can grow — the accumulated history + current request + tool schemas sent to the model on any one call. It is not exposed in the settings UI today; it comes from the profile / platform default.
- At 70% of the ceiling, the runtime compacts the oldest context proactively.
- At 100%, it attempts one emergency compaction; if the request still doesn’t fit, the turn fails with a “Request too large… start a new conversation” message instead of an opaque provider error.
Safety & Guardrails
Protect users and your organization.Input Guardrails
Filter incoming messages:- Profanity filter - Block offensive language
- PII detection - Warn about personal information
- Topic restrictions - Block certain subjects
Output Guardrails
Filter agent responses:- Hallucination check - Flag uncertain claims
- Sensitive content - Block inappropriate responses
- Compliance check - Ensure regulatory adherence
Action Approval
Require confirmation for sensitive operations:
Configure per-tool or as a default for all tools.
Channels
Configure how your agent is accessed.Web Chat
The default chat interface:- Enabled by default
- Customizable welcome message
- Suggested prompts for users
API Access
Programmatic access:- Enable API access in Settings > Channels
- Copy the endpoint URL
- Use your API key to authenticate
Embeds
Embed the chat widget on websites:- Enable embedding
- Configure allowed domains
- Copy the embed code
- Add to your website
Danger Zone
Irreversible actions:Unpublish
Remove the agent from public access while keeping the draft:- Go to Settings > Danger Zone
- Click Unpublish
- Confirm
Delete
Permanently remove the agent:- Go to Settings > Danger Zone
- Click Delete Agent
- Type the agent name to confirm
- Click Delete
Next Steps
Publish your agent
Make your agent available to others
View analytics
See how users interact with your agent