Settings & API Keys
Use store settings to manage connection details and Storefront API credentials.
Settings Route
/{locale}/dashboard/sites/{siteIdentifier}/settings
The settings area includes multiple tabs (general profile, appearance, checkout/cart, API keys, team management).
API Keys Tab
Within settings, open the API Keys section.
You will find:
- Storefront API base URL (for example
https://api.ecommaps.com/api/v1/storefront) - Existing integration keys
- Key metadata (name, creation date, last usage, masked value)
- Key creation action
Create a New Key
- Click Create New Key.
- Enter an integration label (for example
starter,claude-desktop,automation-worker). - Confirm creation.
- Copy the generated key immediately.
⚠️
The full key is shown only once at creation time. Store it in a secure secret manager before closing the dialog.
Key Rotation Policy (Recommended)
- Use one key per integration target.
- Rotate keys periodically.
- Revoke keys that are unused or linked to deprecated environments.
- Never hardcode keys in repository files.