API keys allow you to securely connect your applications to Tupel's services. This guide will walk you through how to find, create, and use your API keys along with your Organization UID.
Click on Your Organization
Your active organization is always displayed in the header of your dashboard. Click on the link to go to the organization page.
Click on API Keys
When on your organization page, click on API Keys in the navigation menu to view your credentials.
Creating an API Key
To create a new API key for your organization:
- Click the "+ Add" button in the upper left corner
- Enter a name for your API key (e.g., "Default")
- Click "Add" to generate your new API key
Viewing Your API Keys
After creating an API key, you'll see details including:
- Key name
- The API key value (a long alphanumeric string)
- Created date
- Last used date
Your API key will be displayed in the format: alphanumeric string
Finding Your Organization UID
Your Organization UID is required alongside your API key for authentication:
- When viewing an API key, look for an ID in the top-right section of the screen
- This unique identifier is associated with your organization and remains constant across all API keys
Managing Your API Keys
From the API Keys page, you can:
- Update: Rename your API key
- Rotate Key: Generate a new key value (use this if you suspect your key has been compromised)
- Remove: Delete an API key (note: this action cannot be undone)
Security Best Practices
- Never share your API keys in public repositories or client-side code
- Use different API keys for different environments (development, staging, production)
- Regularly rotate your API keys, especially when team members leave
- Set up monitoring to detect unusual API usage patterns