How to Create Apps & API Keys
Learn how to generate API keys to connect Reepl with Make.com, Zapier, or your own custom scripts
Reepl provides API keys that let you connect with automation platforms like Make.com and Zapier, or build custom integrations using the Reepl API. Each key has granular permissions so you control exactly what external apps can access.
Apps & API Keys require a Pro plan or above. Visit Settings > Plans & Pricing to upgrade.
Open the Apps & API page
Navigate to Settings > Apps & API or go directly to Apps & API in the app. You see three sections: Connected (active keys), Available (platforms you can connect), and Other Keys (legacy or custom keys).
Choose a platform
Click Connect on the platform card you want to use:
- Make.com -- Automate workflows with Make.com
- Zapier -- Connect apps and automate tasks with Zapier
- Custom API -- Access the Reepl API from your own scripts
Select permissions
Check the permissions your integration needs:
| Scope | Description |
|---|---|
drafts:read / drafts:write | Read or write drafts |
posts:read / posts:write | Read or publish posts |
contacts:read / contacts:write | Read or write contacts |
tools:use | Use AI tools (virality checker, carousel, tweet data) |
user:read | Read profile and account info |
Generate the API key
Click Generate Key. Your new API key appears on screen.
Copy your API key immediately. You will not be able to see the full key again after closing this dialog.
Use the key in your integration
Paste the API key into your Make.com scenario, Zapier zap, or custom script. All API requests use the X-API-Key header for authentication against https://api.reepl.io/v1.
Your new key appears in the Connected section with its creation date, request count, and an Active status badge. You can view the masked key preview at any time.
Managing API keys
- Enable/Disable -- Toggle the switch next to any key to temporarily disable it without deleting
- Delete -- Click the delete button and confirm with Revoke API Key to permanently remove a key
- Monitor usage -- Each key shows a request count and creation date
For full API documentation, visit developers.reepl.io.