Sign up
Create your CRMcy account and provision your first tenant.
Last updated 2026-05-05
Sign-up is self-service through the marketing site at https://www.crmcy.app/signup. The flow collects an email, a tenant slug (which becomes your subdomain — e.g. acme.crmcy.app), and a payment method via Stripe SetupIntent. After verification you receive an invite email with a one-time link that finalizes provisioning and drops you into the new tenant's admin console. The end-to-end provisioning typically completes in under 60 seconds.
If your organization is on a regulated data path (e.g. HIPAA, KSA NPHIES) reach out at [email protected] before signing up — those accounts are bootstrapped manually with the right region and audit policy.
Related endpoints
POST /api/control/signup— create the platform user + Stripe SetupIntent.POST /api/control/tenants— provision the per-tenant database (called by the worker after payment confirmation).GET /api/control/tenants/:slug/status— poll provisioning state.
See also
- Source:
apps/api/src/control/signupandapps/marketing/src/app/signup. - Create your first tenant for what to do after sign-up completes.