White Labeling
Give customers a simple way to hand off their data to you
Airweave’s white labeling feature enables you to create multi-tenant integrations that maintain data isolation and security while providing a seamless experience for your users.
This allows you to give customers a simple way to hand off their data to you.
Overview
White labeling in Airweave allows you to:
- Manage OAuth2 flows for multiple tenants
- Maintain data isolation between tenants
Example Workflow
- Customer clicks “Connect to Service” in your app
- Airweave handles OAuth2 authorization
- Tokens are securely stored and linked to tenant
- Data sync begins automatically
- Your app queries data using tenant metadata
How It Works
Token Management
After the OAuth2 flow completes, Airweave:
-
Securely stores tokens:
- Access tokens for API authentication
- Refresh tokens for automatic token renewal
- Links tokens to your provided tenant metadata
-
Handles token lifecycle:
- Automatically refreshes expired access tokens
- Maintains uninterrupted synchronization
- Manages API authentication behind the scenes
Any questions about how this works exactly? Contact us and we’ll be happy to help!
Setting Up White Label Integration
1. White Label Configuration
First, create a white label configuration either through the UI or programmatically.
Option A: Using the Airweave UI

Option B: Using the SDK
2. Initiating OAuth2 Flow
Create a component that redirects users to the OAuth2 authorization screen:
3. Handling OAuth2 Callback
Create a callback handler component to process the OAuth2 response:
Data Synchronization
Once authentication is complete, Airweave:
-
Processes data efficiently:
- Runs incremental syncs to fetch only new/updated data
- Entities data for optimal processing
- Applies versioning and computes hashes for deduplication
-
Maintains tenant isolation:
- Uses your provided metadata (organization ID, user details) to isolate data
- Ensures secure multi-tenant operations
- Enables tenant-specific data enrichment
Architecture

The architecture diagram above illustrates how Airweave handles different authentication methods across multiple data sources:
- API Key Integration: Users (like User A) can connect services that use API key authentication (e.g., Slack)
- OAuth Integration: Users (like User B) can connect services that require OAuth authentication (e.g., Google Drive, Notion)
- Database Integration: Users (like User C) can connect directly to databases using JDBC credentials
All these connections are managed through Airweave’s white-labeling system, which:
- Securely stores and manages credentials
- Maintains strict tenant isolation
- Handles authentication renewals automatically
- Synchronizes data to your agent while preserving tenant context
This architecture ensures that regardless of the authentication method, all data is properly isolated and securely managed while providing a unified interface for your application.