Advanced features & dev tools
Secret manager
Storing and managing sensitive secrets and keys in Fabi.ai.
Overview
Data privacy and security starts with safekeeping of sensitive secrets and keys. Whether you’re using API keys or tokens, handling these properly is critical. Our vault ensures that your keys stay private to you and don’t get shared with anyone else.
Storing keys and secrets
Important: As of May 2025, secrets are available to all Builders in your organization.
Simply navigate to Settings > Secrets.
To save your first secret, click on + Add Secret.
Then:
- Under Name, put in the name you want to use for your secret (eg.
SLACK_TOKEN
) - Optionally include a description under Description
- Copy/paste your secret under Secret then click Add Secret
Using secrets
Once you’ve saved a key or secret, to use it, you can reference it in any cell following this convention: fabi.secret.MY_SECRET
.
Here’s an example using a secret to store a key for the Polygon.io API: