Skip to main content

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:
IntegrationConfiguration
AuthenticationShared or separate sessions
Data SyncReal-time or batch
WebhooksEvent subscriptions
Deep LinksCoreX ↔ 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