White-Label Agency Portal & Team Management
Set up custom branded client portals, manage team permissions, and configure white-label domains.
White-Label Agency Portal & Team Management — Official Video Tutorial
Watch this 3-minute video walkthrough to learn setup, parameters, and workflow best practices.
Overview
The Agency module lets you white-label the entire MAPSCRAPX platform under your brand. Host on your custom domain, set your logo and colors, and invite clients to their own branded portal.
Features
• Custom domain hosting (portal.youragency.com) • Brand color and logo theming • Client seat management and permissions • Team role-based access control • Activity audit logs • Document sharing
Who Should Use This Tool
Requirements & Specifications
Required Input Fields
| Field Name | Purpose | Required | Example Value | Validation & Tips |
|---|---|---|---|---|
| Custom Domain / Subdomain | CNAME host for white-label portal | Required | portal.apexseo.com | Valid FQDN domain syntax Point CNAME record to cname.mapscrapx.com |
| Agency Logo PNG | Header and portal logo image | Required | logo.png (300x100px) | Image file < 2MB Transparent PNG with dark/light mode variants |
| Primary Brand Color | Hex color code for portal buttons & accents | Optional | #2563eb | Valid 6-digit hex code Matches your agency brand palette |
Output Data Schema
| Output Property | Data Type | Description | Sample Value |
|---|---|---|---|
| cname_status | string | DNS SSL certificate verification state | active |
| portal_url | string | Fully custom white-label portal entry domain | https://portal.apexseo.com |
| active_client_seats | number | Count of active client login credentials | 42 |
End-to-End Workflow
Add CNAME Record
Create CNAME record 'portal' -> cname.mapscrapx.com in Cloudflare/GoDaddy
Configure Custom Domain
Enter 'portal.apexseo.com' in Settings -> Agency -> Custom Domain
Upload Logo & Colors
Upload agency logo and select brand color presets
Invite Clients & Team
Send custom portal magic link invites to clients
Troubleshooting Guide
0 credits for white-label custom domain hosting
Unlimited client seats on Professional, Agency, and Enterprise plans
Standard 1,000 API requests per minute
Use Cloudflare for fast CNAME DNS propagation and global CDN caching.
REST API Reference
curl -X POST https://api.mapscrapx.com/v1/agency/domain/verify \
-H "Authorization: Bearer ms_live_secret_key_88921" \
-H "Content-Type: application/json" \
-d '{"custom_domain": "portal.apexseo.com"}'{
"status": "verified",
"custom_domain": "portal.apexseo.com",
"ssl_active": true,
"cname_target": "cname.mapscrapx.com"
}Frequently Asked Questions (15)
Click to expandA custom branded client dashboard hosted on your agency's domain (e.g. portal.youragency.com) with your logo, colors, and zero MAPSCRAPX mentions.