What you can customise
- Domain — app, login, public API (
/api/v1), and MCP use your verified domain. - Branding — app name, logos, favicon, colours, and authentication screens.
- Support details — the contact information shown to your customers.
- Plans and pricing — customer-facing plans, included minutes, limits, and add-ons.
- Billing — customer checkout, subscriptions, top-ups, and invoices through your connected billing account.
- Currency — the display currency your customers see; stored prices remain in EUR and convert at a platform-managed rate.
- Custom SMTP server — send transactional email to your customers through your own mail provider instead of the platform default.
- Mail template — the welcome email sent right after a customer creates an account; leave fields blank to use the default text.
- Email notifications — which transactional emails go out to your customers.
- Signup webhook — an HTTP callback fired when someone signs up on your domain.
- Bot protection — an optional Cloudflare Turnstile challenge on your signup form, available once your custom domain is verified.
- Retention limits — the min/max range your customers can choose for their own data retention, separate from the default retention period you set on each plan.
Customer workspaces
When a person registers on your white-label domain, Famulor creates a separate customer workspace owned by that person. The customer does not become a member of your reseller workspace. This separation keeps customer resources, billing, credits, and team access independent. Manage customers from the Tenant Admin area or use the White Label API for your own onboarding and support workflows. Open a single customer under Users to reach two override tools, both scoped to that one customer only:- Custom User Appearance hides specific navigation pages or product features from that customer, independent of your global white-label branding and navigation.
- Custom User Limits overrides individual plan-limit values — such as the number of assistants, campaigns, or team members — for that one workspace. An override here takes priority over whatever the customer’s subscribed plan specifies.
Cross-customer history and live monitoring
Your admin console has its own History and Live monitoring views that aggregate every customer workspace into one place, so support and quality checks do not mean opening each workspace in turn. They are separate from the single-workspace History and Live monitoring your customers use inside the product. Admin History lists calls, email, and messaging conversations from every customer workspace in one grid, with a Workspace column identifying which customer each conversation belongs to, and opens the same detail views as the customer-facing History. Admin Live monitoring shows the active calls across all your customer workspaces. On any of them you can listen in, whisper to the assistant, take over the conversation, or hang up — the same controls as a single workspace’s own Live monitoring — alongside response-latency percentiles from the last 24 hours. This view is gated by your own reseller plan’s Live monitoring capability, not by any individual customer’s plan.Connect a custom domain
Open Tenant Admin → Settings and add the full hostname you want to use.- Publish the ownership TXT record shown in the setup.
- Publish the recommended A or CNAME record for routing.
- Wait for DNS propagation, then choose Check DNS.
GET, POST, and DELETE /api/v1/custom-domain, POST /api/v1/custom-domain/verify, and the matching MCP tools.
Free accounts
You can allow free registration and define the default customer limits and pay-as-you-go minute price. New customer workspaces receive those defaults until they choose a paid plan. You can also set Welcome credits for new customers under Tenant Admin → Default Limits → Billing Configuration. The recommended starting value is 800 credits. Each new customer receives the configured amount once as non-expiring wallet credits funded from your reseller wallet. Enter 0 to turn automatic grants off; disabling free accounts pauses grants without removing your saved amount. If your wallet cannot cover the full amount, the customer signup still succeeds with 0 welcome credits. The missed grant is not applied later automatically. The customer list and detail view show an action to transfer the originally requested amount manually after you fund your wallet. Changes affect only customers created after you save; existing customers never receive a retroactive grant. UseGET or PATCH /api/v1/platform/welcome-credits for the same setting, or the MCP tools get_platform_welcome_credit_settings and update_platform_welcome_credit_settings in the platform toolset. Customer registration and detail responses include the public welcome-credit status and the requested and granted amounts.
User view
Authorised reseller admins can open User view for one of their own customers to reproduce that customer’s dashboard experience. A persistent banner identifies the customer and provides a clear return to the admin area. Each session is recorded in the audit history. Use User view only for legitimate support and administration, and follow your organisation’s access policy.Prompt templates
Create workspace prompt and flow templates in the Tenant Admin area. They are available to your reseller team and customer workspaces according to the visibility you choose. End users can select a template while creating an assistant or from the system-prompt card, preview it, and apply a copy. Later template changes do not overwrite an existing assistant. The customer-visible catalog is also available throughGET /api/v1/prompt-templates and the MCP list_prompt_templates tool.