Overview
Simforge settings are accessible from the user menu in the top-right corner:
- API Keys: Authenticate your applications
- Integrations: Configure LLM provider API keys
- Tags: Organize your captured function calls
API Keys
Manage API keys for authenticating your SDK applications.
Creating an API Key
- Click your profile icon and select 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 |
Integrations
Configure API keys for LLM providers used by your BAML functions.
Configuring Providers
- Click your profile icon and select 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.
Manage tags for organizing captured function calls.
- Click your profile icon and select 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 captures with those tags are preserved.
Profile
Manage your personal profile from the user menu:
- Name: Your display name
- Email: Your login email
- Avatar: Your profile picture
- Theme: Light, dark, or system