Credentials Vault
Securely store and manage API keys and secrets used in workflow integrations.
Credentials Vault
The Credentials Vault stores API keys, tokens, and secrets needed by your workflow integrations. Credentials are encrypted and securely stored.
Accessing the Vault
- Navigate to Workflows
- Click the Credentials or 🔑 Vault button
Adding Credentials
- Click + Add Credential
- Fill in the details:
app.kingcaller.ai
1
| Field | Description |
|---|---|
| Name | Friendly name (e.g., "Twilio Production") |
| Type | API Key, OAuth Token, Bearer Token, Basic Auth |
| Key / Token | The actual secret value |
| Service | Which service this is for (optional label) |
- Click Save
Using Credentials in Workflows
When configuring an HTTP Request or Integration node in the workflow editor:
- Open the node settings
- In the Authentication section, select Use Vault Credential
- Choose the credential from the dropdown
- The secret is securely injected at runtime — it's never exposed in the workflow config
app.kingcaller.ai
3
Managing Credentials
| Action | How |
|---|---|
| Edit | Click the credential → update fields → Save |
| Delete | Click the credential → Delete button |
| Test | Some credential types have a "Test Connection" button |
Security
- Credentials are encrypted at rest
- Values are never shown after saving (masked with ●●●●)
- Only workspace admins can manage credentials
- Credentials are workspace-scoped — not shared between workspaces
