Project Settings
Manage your project configuration, security credentials, and lifecycle.
General Settings
You can access these settings by clicking the Settings tab in your project dashboard.
Project Name & Description
These are purely for your internal organization. Changing the name does not change your API URL (which relies on the immutable Project ID).
Project ID
This is the unique identifier used in your API endpoints.
proj_abc123...API Keys & Security
PROYour API Key allows your applications (and Make/n8n workflows) to access protected data.
Regenerating your Key
If you accidentally expose your key in a public GitHub repository or client-side code, you should rotate it immediately.
Warning: Regenerating a key invalidates the old one immediately. Any live applications using the old key will start receiving
401 Unauthorized errors until you update them.- Go to the Project Dashboard
- In the Project API Key sidebar section
- Click on Rotate Api Key.
- Click the red Regenerate Key button.
- Confirm the action in the modal.
- Copy your new key immediately.