How to Reset Your API Key
How to Reset Your API Key
If your API key is compromised or you need a fresh one, you can reset it.
When to Reset
- Your key was accidentally exposed publicly
- You suspect unauthorized usage
- An employee with access has left
- Security policy requires periodic rotation
How to Reset
- Go to API Integration in your dashboard
- Click the Reset API Key button (or regenerate icon)
- Confirm the action
- Copy your new API key
Important!
⚠️ After resetting:
- Your old key stops working immediately
- All integrations using the old key will fail
- Update your key everywhere it's used:
- Server environment variables
- No-code platforms (Make, Zapier, n8n)
- Any applications using the API
Checklist After Reset
- [ ] Update server environment variables
- [ ] Update Make/Integromat connections
- [ ] Update Zapier integrations
- [ ] Update n8n credentials
- [ ] Update any custom applications
- [ ] Test that renders are working
Can I Have Multiple Keys?
Currently, each account has one API key. If you need separate keys for different environments (staging vs production), consider using separate Templated accounts.
Updated on: 11/01/2026
Thank you!