Agency Program
The Flowqen Agency Program is built for web design agencies, freelancers, and consultants who manage forms for multiple clients. You get white-label branding, a central dashboard to manage all your clients, and custom domain support — so your clients never see Flowqen.
Acme Digital is a web design studio with 15 small-business clients. Each client gets a contact form, a quote-request form, and sometimes a feedback survey.
With the Agency Program, Acme manages all 15 clients from a single dashboard. Every form says “Powered by Acme Digital” instead of Flowqen. Notification emails come from “Acme Digital”. Clients are none the wiser.
What You Get
Centralized Client Management
See all clients, their forms, and submission counts in one place. Invite new clients by email.
White-Label Branding
Replace "Flowqen" with your agency name on all client-facing pages, emails, and widgets.
Custom Domain
Serve forms from your own subdomain (e.g., forms.youragency.com) instead of flowqen.com.
Aggregate Analytics
See total forms, submissions, and revenue across all clients at a glance.
Getting Started
Setting up takes about 2 minutes. You need an existing Flowqen account with at least one organization (team).
Create an organization (if you haven't already)
Go to Dashboard → Teamand create a new organization for your agency. Name it something like “Acme Digital”.
Activate the Agency Program
Go to Dashboard → Agency. You'll see a list of your organizations. Click “Activate Agency” on the one you want to use. This converts your org into an agency account.
Invite clients
From the Clientstab, enter a client's email and click Invite. They'll be linked to your agency. Each client must have a Flowqen account (free or paid).
Set up branding
Switch to the Branding tab. Enter your agency name and optionally your custom domain. Hit Saveand you're done.
Agency Dashboard
Access your agency dashboard at Dashboard → Agency. It has three tabs:
15
Total Clients
43
Total Forms
2,847
Submissions (30d)
API Reference
Activate Agency
/api/agency/activate{ "orgId": "org_abc123" }
Converts an existing organization into an agency account. You must be the org owner.
Get Agency Dashboard
/api/agency/dashboardReturns agency stats, client list, and organization details. Requires authentication.
{"agency": {"id": "org_abc123","name": "Acme Digital","isAgency": true,"whitelabelName": "Acme Digital","customDomain": "forms.acmedigital.com"},"clients": [{"id": "usr_xyz","name": "Sunrise Bakery","email": "hello@sunrisebakery.com","formCount": 3,"submissionCount": 412}],"stats": {"totalClients": 15,"totalForms": 43,"totalSubmissions": 2847}}
Invite a Client
/api/agency/invite{ "email": "hello@newclient.com" }
The invited user must already have a Flowqen account. They'll be added to your agency organization as a member.