create_revenuecat_app
Create a new app in RevenueCat for iOS (App Store) or Android (Play Store).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
projectId | string | Yes | The project ID |
name | string | Yes | App name (e.g., "My App (iOS)") |
type | string | Yes | "app_store", "play_store", or "amazon" |
bundleId | string | Conditional | iOS bundle identifier (required for app_store) |
packageName | string | Conditional | Android package name (required for play_store) |
Automatic Credentials
For iOS apps, your App Store Connect credentials (private key, key ID, issuer ID) are automatically passed to RevenueCat for receipt validation.
Example Usage
Natural Language Promptstext
"Create a RevenueCat app for iOS""Add my Android app to RevenueCat""Set up RevenueCat for com.mycompany.myapp"
Response
{"success": true,"app": {"id": "app_abc123","name": "My App (iOS)","type": "app_store","bundle_id": "com.mycompany.myapp","created_at": "2024-01-15T10:30:00Z"}}