How it works
1
Open Secrets section
In the builder: Features → Secrets.
2
Add a key-value pair
For example,
OPENAI_KEY = sk-...3
Ask AI to use the secret
“Use the OPENAI_KEY secret for the ChatGPT helper on the site.”
4
Done
The key stays in protected storage. Nobody except our backend sees it.
If you need to rotate a key
You can update the value anytime. No site rebuild needed, the key picks up instantly.Why this matters
External APIs
OpenAI, Anthropic, any service with an API key.
Email providers
SendGrid, Mailgun, Brevo for email sending.
Payment gateways
Additional payment systems beyond built-in.
Webhook endpoints
Secure URLs for data exchange with external services.
What’s next
Files and DB
User data and content storage.
Email and SMTP
Most common use case for secrets.

