Get Your API Key
Every SDK integration needs a Bubbl API key. The key tells Bubbl which company workspace and campaigns the app should use.
Find the key
- Sign in to the Bubbl dashboard.
- Open your company workspace.
- Go to the developer or SDK configuration area.
- Copy your live SDK API key.
Use the API key Bubbl provides for your live company workspace.
Keep the key in app configuration
Store the key in normal app configuration for your platform. Do not hard-code different customer keys in reusable library code.
Examples:
- Android:
local.properties, Gradle build config, or your app's secure config system. - iOS: build settings,
.xcconfig, or your app's configuration layer. - Flutter:
--dart-defineor your app's config system. - React Native: your existing runtime config package.
Demo PIN bootstrap
Some Bubbl demo apps use a PIN to fetch an API key. That is a demo onboarding flow, not a required SDK feature.
If your Bubbl contact gives you a demo PIN, follow the demo-app instructions you were given. Otherwise, use the API key from your dashboard.