1. Configuring Custom Domains & Secure Emails
Connect your custom corporate URL and establish cryptographic email signatures.
To deliver a seamless B2B experience, you can map your custom subdomains (e.g., app.yourbrand.com) directly to our global multi-tenant edge gateway. All subdomains automatically receive dynamic SSL certificates provided by Let's Encrypt with automated renewal cycles.
Additionally, ensure all outgoing transactional notifications (e.g., welcome emails, transfer receipts) route securely under your domain by adding our SPF and DKIM TXT authentication records.
2. Programmatic Branding API Reference
Automate custom branding profiles dynamically via standard REST operations.
You can update tenant configurations, asset URL pointers, and CSS theme parameters in real-time. Use the B2B administrative endpoint below with your highly secure organization API key.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "OrganizationBrandingRequest",
"type": "object",
"properties": {
"custom_domain": {
"type": "string",
"format": "hostname"
},
"brand_config": {
"type": "object",
"properties": {
"company_name": { "type": "string" },
"primary_color": { "type": "string", "pattern": "^#[0-9a-fA-F]{6}$" },
"logo_url": { "type": "string", "format": "uri" },
"favicon_url": { "type": "string", "format": "uri" }
},
"required": ["company_name", "primary_color"]
}
},
"required": ["custom_domain", "brand_config"]
}3. Apple & Google Play Store Publishing Handshake
Set up native store profiles and compile fully customized mobile applications.
To publish white-labeled native mobile apps, you must establish an authoritative developer handshake with our compiler pipeline. This allows our servers to automate signing, testing, and uploading bundles securely.
1. Developer Enrollments: Register your organization under the Apple Developer Enterprise program and Google Play Console.
2. Push Notification Certifications: Generate Apple Push Notification service (.p8) keys and FCM Service Account files to route mobile alerts.
3. Provisioning Profile Handshake: Share secure API credentials or keys to authorize our compilation engine to upload releases on your behalf.
4. Deployment Verification & Compliance
Audit and validate the sandbox and production branding configurations.
Before transitioning to production, use our built-in DNS and assets validation checker to verify SPF alignments, DKIM headers, custom bundle schemas, and secure asset sizes.