Supported Providers
| Provider | Key Prefix |
|---|---|
| OpenAI | sk-... |
| Anthropic | sk-ant-... |
| Google AI | AI... |
| Mistral | — |
| Azure OpenAI | — |
| Stripe | sk_test_... or sk_live_... |
| Resend | re_... |
| Custom / Other | Any key format |
Adding a Key
Open Keys & Connectors
Go to Settings > Keys & Connectors. The Stored API Keys section lists all your saved keys.
Fill in the details
- Name: A label you’ll recognize later (e.g. “Production OpenAI Key”).
- Key Type: Select the provider from the dropdown.
- API Key: Paste your key. The field is masked by default.
Deleting a Key
Hover over a key in the list and click the trash icon. Confirm deletion in the dialog. Any flows that reference the deleted key will need to be updated with a new key.Using Stored Keys in Nodes
Nodes that require an API key, such as Agent, Email (Resend), and Stripe, include a key selector with two modes:- Stored: Pick a saved key from a dropdown. If you have stored keys matching the node’s provider, this mode is selected automatically.
- Manual: Paste a key directly into the field, as usual.
Security
- Keys are encrypted at rest and never exposed in the browser after storage.
- Only the last four characters are displayed for identification.
- Keys are resolved server-side at execution time. They are never sent to the client or included in exported flow data.

