Creating an API Key
1
Open Project
Navigate to the project dashboard.
2
Go to MCP Servers Tab
Click the “MCP Servers” tab.
3
Click Add MCP Server
Click the “Add MCP Server” button.
4
Enter Description
Provide a description for this API key (optional but recommended):
- “Claude AI Integration”
- “Production API Access”
- “Team Member - John”
- “Analytics Dashboard”
5
Generate Key
Click “Generate” or “Create” to create the API key.
6
Copy Secret Immediately
CRITICAL: The API secret appears in a dialog. This is the ONLY time you’ll see it!
- Click “Copy” to copy the secret to clipboard
- Save it in a secure location (password manager, environment variables)
- Never commit it to version control
You should have copied and securely stored the API secret.
7
Note the Endpoint URL
The dialog also shows the endpoint URL:Copy this URL for use in your applications.
Best Practices
Descriptive Names
Use clear descriptions:- ✅ “Production - Claude Integration”
- ✅ “Development - Testing”
- ✅ “Analytics Dashboard - Read Only”
- ❌ “Key 1”
- ❌ “Test”
Secure Storage
Store API secrets securely:- Password Manager: 1Password, LastPass, Bitwarden
- Environment Variables:
.envfiles (add to.gitignore) - Secrets Manager: AWS Secrets Manager, Azure Key Vault
- DO NOT: Commit to Git, store in code, share in chat/email
Multiple Keys
Create separate keys for different purposes:- One per environment (dev, staging, production)
- One per team member (for accountability)
- One per integration (Claude, custom app, analytics)
Key Rotation
Rotate keys periodically:- Create new API key
- Update applications to use new key
- Verify new key works
- Delete old API key
Managing API Keys
Delete API Key
To revoke access:- Click delete icon for the key
- Confirm deletion
Troubleshooting
Forgot to copy secret
Forgot to copy secret
Solution: You must delete the API key and create a new one. Secrets cannot be retrieved after creation.
Want to see full secret again
Want to see full secret again
Not Possible: Secrets shown only once for security. Delete and recreate if lost.
Next Steps
API Reference
Complete API documentation