Dashboard
The dashboard (app.recurfy.com in production) is where operators and admins manage Recurfy.
Typical workflows
- Sign up / sign in — Firebase Auth-backed accounts.
- Create an organization — your workspace for entitlements and keys.
- Invite members — collaborate with teammates (org roles apply).
- Define entitlements — quotas, counters, or flags your product will enforce.
- Issue API keys — separate keys per environment or service as needed.
- Inspect usage — charts and tables fed by the data plane.
Billing
If Stripe is configured on the API, the Billing tab shows subscription state and links to Stripe Checkout / Customer Portal. See Billing.
Security notes
- Dashboard access is separate from API keys: humans use Firebase; services use
recurfy_sk_...keys. - Never commit
.envor live API keys to source control.