Account
Your account is managed through Clerk. Click the user avatar in the sidebar to:
- Update your profile (name, avatar)
- Change your email address
- Change your password
- Manage connected accounts (Google, etc.)
DBHost treats one verified primary email as one logical account. If your Clerk user ID changes but your verified primary email stays the same, DBHost reclaims your databases, API keys, and subscription onto the new identity automatically.
Billing
The settings page shows your current plan and subscription status.
| Plan | Price | Databases | Storage per database | API Access |
|---|
| Free | $0/mo | 1 | 250 MB | No |
| Pro | $5/mo | 5 | 1 GB | Yes |
| Business | Contact us | 20 | 2 GB | Yes |
To upgrade, click Upgrade on the settings page or visit the pricing page. Self-serve paid plans redirect to Stripe checkout. Business is currently contact-based while DBHost validates heavier shared workloads. Subscriptions can be canceled from the settings page — access continues until the end of the billing period.
API keys
See API keys for details on creating, using, and revoking keys.
API access requires a Pro or Business plan. Free plan users will see a prompt
to upgrade when trying to generate API keys.
Paid users can create either:
Selected databases (Recommended) keys for least-privilege automation
Full account access keys for workflows that need to create or manage every database
Keys can also be replaced from the settings page if you need a new secret. Replacing a key invalidates the old secret immediately and shows the new one once.
API key scope is immutable in v1. To change which databases a key can use, revoke it and create a new one.