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
-
Create OAuth credentials
Go to Google Cloud Console, create an OAuth 2.0 Client ID. Set the redirect URI to
. - Add the connector Select the service above, paste your Client ID and Client Secret, then click Add.
- Authorize access Click the "Connect" button on your connector. You'll be redirected to Google to grant access.
- Done Your n8n workflows can now fetch credentials automatically using your API key.
Security
- Encrypted at rest — All secrets (client secrets, access tokens, refresh tokens) are encrypted 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 tokens are refreshed automatically when fetched. No manual intervention needed.
- No plaintext storage — Sensitive values are never stored in plaintext in the database.