API & Integrations
How to create and manage API keys
API keys let you authenticate requests to the OpenTweet API. Each key is a unique token prefixed with ot_ that grants access to your account's API endpoints.
Creating an API key
- Go to Settings from the sidebar.
- Scroll to the API Keys section.
- Click "Create API Key."
- Give the key a descriptive name (e.g., "My Automation," "Zapier Integration").
- Copy the key immediately — it won't be shown again in full.
API key limits by plan
- Pro — Up to 3 API keys.
- Advanced — Up to 10 API keys.
- Agency — Up to 25 API keys.
Revoking a key
To revoke an API key, go to Settings → API Keys and click "Delete" on the key. The key will stop working immediately. Any integrations using that key will need to be updated with a new one.
Security best practices
- Never share API keys in public repositories, client-side code, or commit logs.
- Use different keys for different integrations so you can revoke one without affecting others.
- Rotate keys periodically for security.