Skip to main content

Dashboard

The dashboard (app.recurfy.com in production) is where operators and admins manage Recurfy.

Typical workflows

  1. Sign up / sign in — Firebase Auth-backed accounts.
  2. Create an organization — your workspace for entitlements and keys.
  3. Invite members — collaborate with teammates (org roles apply).
  4. Define entitlements — quotas, counters, or flags your product will enforce.
  5. Issue API keys — separate keys per environment or service as needed.
  6. 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 .env or live API keys to source control.