Your API Key
Use this key in your n8n workflows to fetch credentials. Keep it secret.
--------
Add a Connector
Your Connectors
No connectors yet. Add one above to get started.
How to Connect a Service
- Choose a service Select the service from the dropdown. The form will show the required fields for that service type.
- Enter credentials For OAuth services, enter your Client ID and Client Secret. For API key services, enter your token. For databases, enter connection details.
- Authorize (OAuth only) For OAuth services, click "Connect" to authorize access. API key and database connectors are active immediately.
-
Done
Your n8n workflows can now fetch credentials automatically using your API key. OAuth redirect URI:
Security
- Encrypted at rest — All secrets are encrypted as a single JSON blob using Fernet symmetric encryption before storage.
- Your credentials, your access — Only requests with your API key can read your credentials. No other user can see them.
- Automatic token refresh — Expired OAuth tokens are refreshed automatically when fetched. No manual intervention needed.
- No plaintext storage — Sensitive values are never stored in plaintext in the database.