Billing
Review subscription details and invoice history.| Section | Description |
|---|---|
| Billing details | Payment method, plan, billing email, and Stripe customer details |
| Current usage | Current-period usage counts and estimated total |
| Invoices | Past invoices with quick links to related data repository filters |
White label
Customize customer-facing branding for magic-link experiences.| Setting | Description |
|---|---|
| Company name | Displayed in branded link pages |
| Brand color | Used for key accents and buttons in branded pages |
| Logo URL | Logo shown in the white-label preview and branded pages |
API keys
Create and manage API keys for programmatic access to Nectar.Creating a key
When creating a new API key, configure the following:| Field | Description |
|---|---|
| Name | A descriptive label for this key (e.g., “Production Integration”) |
| Environment | Whether this key targets sandbox or production |
| Expiration | When the key should automatically expire |
Managing keys
- Copy a key value immediately after creation (it won’t be shown again)
- Delete keys that are no longer needed
- Keys are scoped to your organization and work across all companies
API key settings appear only for workspaces that have developer docs and native API access enabled.
Data Repository
The Data Repository gives you a cross-company view of your utility data:- Connections — all utility account connections across every company
- Accounts — all utility accounts across every company
- Meters — all meters across every company
- Bills — all bills across every company
FAQ
Can I have multiple API keys?
Can I have multiple API keys?
Yes. You can create separate keys for different environments (sandbox vs. production) or
different applications. Each key can have its own name and expiration date for easy management.
How do I rotate an API key?
How do I rotate an API key?
Create a new key, update your integration to use the new key, verify everything works, then
delete the old key. This ensures zero downtime during rotation.