Overview
Sign up, create an SDK key, then integrate with Web, 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).
2b. Allowed web domains (Web only)
If you integrate with the web SDK, add each origin where your site runs under Settings → API Keys → SDK → Allowed web domains and save. Browser Client API calls return 403 until at least one domain is configured. Native mobile SDKs (iOS, Android, Expo) are not domain-restricted. See Allowed web domains.
3. Choose how you integrate
| Path | When to use | Documentation |
|---|---|---|
| Web | Websites and SPAs (script tag or npm) | Web SDK |
| 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.