Settings
1. Overview
The Account Settings screen gathers the account's general settings, in three tabs:
- AI Keys — API keys for the AI providers used by the Copilot, and selection of available models.
- Environments — the account's environments (isolated namespaces where Flows, Apps, and Add-ons are deployed).
- Skills — reusable business knowledge base, injected into the Copilot's context.
2. AI Keys Tab
Configures the API keys used by the Copilot/AI in the Code Editor preview. These keys are shared across all Frontend Apps in the account.
Provider keys
| Field | Description |
|---|---|
| Anthropic API Key | Anthropic API key. Once saved, it shows as "Anthropic API key is configured." Can be revealed (eye icon), updated (Save), or removed (Remove). Obtained at console.anthropic.com. |
| Google Gemini API Key | Google Gemini API key. Same behavior as the Anthropic key (configure, reveal, save, remove). Obtained at aistudio.google.dev. |
Keys are encrypted and stored securely — the screen only confirms it's "configured," without showing the value by default.
System Model
Defines the AI model used by the platform itself for security validations and preview initialization (not the model used by the developer in the Copilot). Example: claude-sonnet-4-20250514.
Model Selection
Defines which AI models are available in the Copilot for developers to choose from, grouped by provider:
- Anthropic: Claude Sonnet 4.6, Claude Opus 4.6, Claude Sonnet 4.5, Claude Opus 4.5, Claude Haiku 4.5.
- Google Gemini: Gemini 3.1 Pro, Gemini 3.5 Flash, Gemini 3 Flash, Gemini 3.1 Flash-Lite.
Each model is enabled/disabled individually via checkbox. Only models enabled here appear in the Copilot's model selector (in Frontend/Backend Apps) — and each provider only works if its respective API Key is configured.
3. Environments Tab
Manages the account's environments. Each environment maps to an isolated Kubernetes namespace, where Flows, Apps, and Add-ons are deployed.
The table shows:
| Column | Description |
|---|---|
| Name | Environment name (e.g. test, production). |
| Type | Environment type. The account's default environments show as System. |
| Actions | Actions available for the environment. |
The + Create environment button creates a new environment beyond the defaults (test and production).
4. Skills Tab
The Business Skills Registry stores reusable business knowledge (rules, context, glossary) that's always available in the Copilot's context — useful so the AI generates code already aligned with your business's specific rules, without needing to repeat them on every prompt.
The + Create skill button opens the Create business skill form:
| Field | Description |
|---|---|
| Name | Skill name. |
| Description | Short description of the skill's purpose. |
| Content (markdown) | Markdown content with the business knowledge/rules. It's always loaded into the Copilot's context. |
The Generate with AI button lets you generate the skill's content automatically from a description, instead of writing the markdown manually.
5. FAQ
Do AI Keys apply to all environments (test/production), or just one of them? TODO: confirm whether keys configured in AI Keys are account-wide or environment-specific.
Is there a limit on how many skills can be created, or on the markdown content size? TODO: confirm the Business Skills Registry's limits.
Who can create/remove environments? TODO: confirm the permission rule for the Environments tab.