Configuration
Configure your Hybrid Service Model setup
Hybrid Configuration
Configure how CoreX and API work together in your Hybrid setup.
Configuration Areas
CoreX Configuration
Same as standalone CoreX:
- Branding and white-labeling
- Product selection
- Feature configuration
- Domain setup
API Configuration
Same as standalone API:
- Sandbox credentials
- Webhook setup
- Integration endpoints
Integration Points
Configure how CoreX and API connect:
| Integration | Configuration |
|---|---|
| Authentication | Shared or separate sessions |
| Data Sync | Real-time or batch |
| Webhooks | Event subscriptions |
| Deep Links | CoreX ↔ Custom app |
Session Management
Options for handling user sessions:
- Unified: Single session across CoreX and custom apps
- Separate: Independent sessions with SSO
- Handoff: Transfer session between systems
Data Consistency
Ensure data consistency between CoreX and API:
- Use webhooks to sync state
- Implement idempotency keys
- Handle race conditions
Best Practices
- Start with CoreX for core flows
- Add API integrations incrementally
- Test integration points thoroughly
- Monitor both systems together