Account & API keys
Your FabHub account lets you manage your profile, organization, billing, and API keys.
Account settings
From the dashboard or user menu you can:
- Update your email and password
- Manage notification preferences
- View and manage your subscription (see Billing)
API keys
Organization API keys (prefix fh_) are used to authenticate with the FabHub backend API. Create and revoke keys in the app under Settings → Integrations → API (requires Enterprise and an administrator workspace role; organization owner/admin membership is required to manage keys). See Integrations, API keys, and webhooks for detail.
- Keep API keys private. Do not commit them to public repos or share them in screenshots.
- If a key is exposed, regenerate it in the dashboard and update your integration.
Backend API
When calling the FabHub backend API (e.g. for server-side or custom integrations), send your API key in the X-API-Key header. Use the key that matches the organization or environment you are calling for. Full API details are in the backend’s interactive docs when deployed (e.g. GET /docs).