Supported Providers
Adding a Key
1
Open Keys & Connectors
Go to Settings > Keys & Connectors. The Stored API Keys section lists all your saved keys.
2
Click Add API Key
Click the Add API Key button in the top-right corner of the section.
3
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.
4
Store the key
Click Store Key. The key is encrypted and saved. Only the last four characters are shown for identification.
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.

