Reseller Setup
Setting up your reseller account takes just a few minutes. This guide walks through registration, configuration, and your first client.

Prerequisites
- Active Enterprise plan subscription
- Verified email address on your CronDB account
Registration
- Log into app.crondb.com
- Navigate to Reseller in the sidebar
- Click Register as Reseller
- Fill in your company details:
- Company Name — Your business name (shown to clients if white-labeling is partial)
- Contact Email — For reseller-specific communications
- Website — Your company website
- Accept the Reseller Agreement
- Click Register
Registration is auto-approved — no waiting period. You can start adding clients immediately.
Reseller Dashboard
After registration, the Reseller section in your sidebar shows:
- Overview — Summary of clients, total usage, and quota allocation
- Clients — List of all client accounts
- API Keys — Per-client API key management
- Usage — Detailed usage breakdown by client
- Billing — Revenue and cost tracking
Configuration
Quota Allocation
Your Enterprise plan quota (999,999 queries/month) is shared across all clients. Allocate portions to each client:
| Setting | Description |
|---|---|
| Default client quota | Quota applied to new clients by default |
| Total allocated | Sum of all client quotas |
| Unallocated | Queries available for new clients or your own use |
| Overage handling | What happens when a client exceeds their quota |
White-Label Settings
Configure branding for your reseller presence:
- Custom API base URL — Use your own domain (e.g.,
api.yourbrand.com) via CNAME - Custom error messages — Replace CronDB mentions with your brand
- Custom email sender — Notifications sent from your email domain
Setting up a custom API URL:
- Add a CNAME record:
api.yourbrand.com → reseller.crondb.com - Enter your custom domain in Reseller Settings
- CronDB provisions an SSL certificate automatically
- Your clients use
api.yourbrand.cominstead ofapi.crondb.com
DNS Propagation
After adding the CNAME record, allow up to 24 hours for DNS propagation. SSL certificate provisioning happens automatically once the DNS record is verified.
Adding Your First Client
- Go to Reseller → Clients
- Click + Add Client
- Enter:
- Client Name — Their company name
- Contact Email — Their primary contact
- Monthly Quota — API queries allocated to this client
- Click Create Client
- Generate an API key for the client (see API Keys)
Testing Your Setup
- Generate a test API key for your first client
- Make a test API call using the client's key:
curl -H "Authorization: Bearer cdb_client_key_here" \
"https://api.yourbrand.com/v1/enrichment/domain?domain=example.com"
- Verify the response returns CronDB data
- Check the usage dashboard to confirm the query counted against the client's quota
Next Steps
- Client Management — Add more clients and configure access
- API Keys — Generate and manage per-client keys
- Billing — Track costs and revenue