Overview
Sign up, create an SDK key, then integrate with iOS, Android, Expo, or the OpenAPI client API.
Welcome to MotiSig
Motisig is an AI-powered push notification platform that helps you send the right message, to the right user, at the right time.
Get started
1. Sign up
Create an account at the MotiSig app and create your first project.
2. Create an SDK key
- Open Settings → API Keys in the app: API Keys.
- Create a new key and choose kind SDK (not admin).
- Copy the secret once; store it securely in your app or secrets manager.
You will use this value as X-API-Key together with X-Project-ID (see Authentication).
3. Choose how you integrate
| Path | When to use | Documentation |
|---|---|---|
| iOS | Native Swift / Xcode app | iOS SDK |
| Android | Native Kotlin / Android app | Android SDK |
| Expo & React Native | Expo or RN with expo-notifications | Expo & React Native |
| Manual / client API | Your own language or stack | Manual integration |
For custom clients, start from OpenAPI and the Manual integration guides.