Overview
The Settings page allows you to configure your Simforge organization:
- API keys for SDK authentication
- Integrations with external services
- Team management
- Billing and usage
Navigate to Settings in the sidebar to access these options.
API Keys
Manage API keys for authenticating your applications.
Creating an API Key
- Go to Settings > API Keys
- Click Create API Key
- Enter a descriptive name
- Copy the generated key immediately
API keys are only shown once. Store them securely and never commit them to version control.
Managing API Keys
| Action | Description |
|---|
| View | See key name, creation date, and last used |
| Revoke | Permanently disable a key |
See API Keys for detailed documentation.
Integrations
Connect Simforge with external services.
LLM Providers
Configure API keys for LLM providers:
- Go to Settings > Integrations
- Find the provider (OpenAI, Anthropic, etc.)
- Enter your API key
- Click Save
Supported providers:
| Provider | Configuration |
|---|
| OpenAI | API key |
| Anthropic | API key |
| Google AI | API key |
| Azure OpenAI | Endpoint + API key |
Provider API keys are encrypted at rest and never logged.
Observability
Send traces to external observability platforms:
- Langfuse: Open-source LLM observability
- Braintrust: LLM evaluation platform
Configure by entering your platform’s API credentials.
Manage tags for organizing traces.
- Go to Settings > Tags
- Click Create Tag
- Enter a name and select a color
- Click Save
Tag Colors
Available colors:
- Slate, Red, Orange, Amber
- Green, Blue, Purple, Pink
Archive tags you no longer need:
- Find the tag in the list
- Click the menu icon
- Select Archive
Archived tags are hidden but traces with those tags are preserved.
Team
Manage team members in your organization.
Inviting Members
- Go to Settings > Team
- Click Invite Member
- Enter their email address
- Select a role
- Click Send Invite
Roles
| Role | Permissions |
|---|
| Owner | Full access, billing, delete organization |
| Admin | Manage team, settings, functions |
| Member | Create/edit functions, view traces |
| Viewer | Read-only access to functions and traces |
Removing Members
- Find the member in the team list
- Click the menu icon
- Select Remove
- Confirm the removal
Billing
View usage and manage your subscription.
Usage Dashboard
See your current usage:
- API Calls: Total function calls this period
- Tokens: Total tokens processed
- Traces: Number of traces stored
Plans
| Plan | Includes |
|---|
| Free | 1,000 API calls/month, 7-day trace retention |
| Pro | 50,000 API calls/month, 30-day trace retention |
| Enterprise | Unlimited calls, custom retention, SLA |
Upgrading
- Go to Settings > Billing
- Click Upgrade
- Select a plan
- Enter payment details
- Confirm upgrade
Profile
Manage your personal profile:
- Name: Your display name
- Email: Your login email
- Avatar: Your profile picture
- Theme: Light, dark, or system
Security
Two-Factor Authentication
Enable 2FA for additional security:
- Go to Settings > Security
- Click Enable 2FA
- Scan the QR code with your authenticator app
- Enter the verification code
- Save your backup codes
Sessions
View and manage active sessions:
- See all devices where you’re logged in
- Revoke sessions you don’t recognize
- Log out of all devices
Audit Log
View security events for your organization:
- API key creation/revocation
- Team member changes
- Function publishes
- Setting changes
Available on Pro and Enterprise plans.