Getting Started
To begin using the Roam SDK, you'll first need access to the Roam Dashboard and your SDK keys.
Accessing the Dashboard
Login to the dashboard at: https://dashboard.roam.ai/login

Note: Your dashboard credentials will be provided by the Roam team. If you don’t have access yet, please contact your account manager or email us at [email protected].
Create a New Project
Log in using your credentials.
Click “Create Project” and enter a project name.

Select your platform(s):
Android: Enter your app’s package name
iOS: Enter your app’s bundle ID

Set Integration Method to
Manual
.

Your project is now successfully created.

You can add both Android and iOS under the same project by clicking the ➕ icon in the project details screen.

Make sure the Package Name (Android) and Bundle ID (iOS) match your actual app. The SDK keys are tightly linked to these identifiers. If they are incorrect, the SDK will not initialize.
Get Your SDK Keys
Once your project is created, go to the Settings tab.

Copy your publishable key
. Use this key during SDK initialization in your app.

Last updated
Was this helpful?