Skip to main content

Eixam Docs

Developer documentation for the Eixam platform

lib/main.dart
// Initialize the SDK once at startup
final sdk = await EixamConnectSdk.bootstrap(
EixamBootstrapConfig(
appId: 'partner-app',
environment: EixamEnvironment.production,
// Build this required value from your app localization resources.
notificationTexts: localizedNotificationTexts,
),
);

Choose your integration

📱

Flutter SDK

Available

Integrate Eixam into your Flutter app. Covers BLE pairing, SOS, telemetry, emergency contacts, OTA firmware updates, regional radio configuration, and Protection Mode.

Flutter SDK docs
⚙️

REST API

Available

Integrate from backend services or platforms without a native SDK using HTTP and MQTT. Mobile and web clients should obtain signed identity from your backend; never ship the app secret in client code.

REST API docs
🖥️

Backend API

Available

Manage app-wide users, devices, and telemetry from your server with app-scoped credentials and explicit API scopes.

Backend API docs