- Navigation: Settings > Account
- Required role: Owner or Admin
Workspace Settings
Manage your workspace name, URL slug, and configuration from Settings > Account > Workspace Settings.General
Click Save Changes to apply updates.
Workspace Info
The Workspace Info section shows read-only details about your workspace:Danger Zone
Click Delete Workspace to permanently delete the workspace. You are prompted to confirm before the action completes.Secrets
Manage workspace tool secrets, proxy configurations, and OAuth tokens from Settings > Account > Secrets. The Secrets page has two tabs: Proxy Configs and OAuth Tokens.Types of secrets
- Auth Profiles: API keys and credentials used by agent tools to call external services (for example: CRM API key).
- LLM provider credentials: API keys for LLM providers (for example: Anthropic, OpenAI, Azure, Google, Bedrock).
- OAuth tokens: Encrypted access and refresh tokens for OAuth 2.0 connectors (for example: Slack, Google Drive, Salesforce).
- Proxy credentials: Proxy authentication credentials (username, password, certificates) for organizations routing outbound traffic through a proxy.
Proxy Configs
The Proxy Configs tab lists HTTP proxy configurations for outbound tool requests. Add a proxy config:- Go to Settings > Account > Secrets.
- Click the Proxy Configs tab.
- Click Add Config.
- In the Add Proxy Config dialog, enter:
- Name: A descriptive label for this proxy (for example, Corporate Proxy, EU Proxy).
- Proxy URL: The proxy server address (for example,
https://proxy.example.com:8080). - Auth Type: (Optional) The authentication type (for example, basic, bearer, ntlm).
- Enable immediately: Toggle on to activate the proxy as soon as it’s saved.
- Click Add Config.
OAuth Tokens
The OAuth Tokens tab lists all third-party providers authorized via OAuth. Tokens appear here when tools request authorization.Billing and Usage
View your subscription plan, manage credits, and configure usage alerts from Settings > Account > Billing & Usage.Plan and Credits
For custom deals, dedicated resources, BYOK encryption, and enterprise SLAs, click Contact Sales.
Usage and Billing Units
Filter billing unit consumption by:- Time range: 7 days, 30 days, or 90 days.
- All Projects: Filter by a specific project or view all projects together.
Alert Configuration
Configure alerts to be notified when usage approaches defined thresholds. Existing alerts are listed with their type, threshold, channel, and target. Add an alert rule:- Click Add Alert.
- In the Add Alert Rule dialog, enter:
- Alert Type: The type of alert (for example, Usage Threshold).
- Threshold (%): The usage percentage at which the alert triggers (for example, 80).
- Channel: The notification channel (for example, Webhook, Email).
- Target (URL): The webhook URL or email address to notify.
- Cooldown (minutes): Minimum time between repeated alert notifications (for example, 60).
- Click Add Alert.
Connectors
Manage channel connections and SDK channel integrations from Settings > Account > Connectors. The Connectors page has two tabs: Channel Connections and SDK Channels.Channel Connections
The Channel Connections tab lists all configured channel connections. Click Add Connection to set up a new channel.Supported Connectors
Messaging platforms
Communication
CRM and business tools
Webhooks
Add a channel connection:
- Go to Settings > Account > Connectors.
- Click the Channel Connections tab.
- Click Add Connection.
- In the Add Channel Connection dialog, enter:
- Connection Name: A descriptive name for this connection (for example,
Production Slack). - Channel Type: Select the channel platform: Slack, Microsoft Teams, Email, WhatsApp, or Voice.
- Connection Name: A descriptive name for this connection (for example,
- Enter the credentials for the selected channel type. For Slack:
- Bot Token: The Slack bot token (
xoxb-...). - Signing Secret: The Slack app signing secret.
- Webhook URL: The Slack webhook URL (
https://hooks.slack.com/).
- Bot Token: The Slack bot token (
- Click Create Connection.
SDK Channels
The SDK Channels tab lists all SDK channels configured for programmatic access to your agents. Each SDK channel provides a unique API key for web widget and mobile app integrations.
Add an SDK channel:
- Click Add Channel.
- In the Add SDK Channel dialog, enter:
- Channel Name: A descriptive name (for example, Web Widget Production).
- Project: The project this channel is associated with.
- Environment: The target environment: dev, staging, or production.
- Enabled: Toggle on to activate the channel immediately.
- Rate Limit (RPM): Maximum requests per minute. Leave empty for unlimited.
- Allowed Origins: Comma-separated list of allowed origins for browser-based integrations (for example,
https://example.com,https://app.example.com).
- Click Create Channel.