Create Site
rybbit_create_siteCreate a new website or mobile app site in Rybbit. Provide domain (web) or package name (app) and organization ID to receive a siteId for tracking integration.
Instructions
Create a new site in Rybbit. Use type 'web' for websites (domain like 'example.com') or type 'app' for mobile apps (package name like 'com.example.app'). Returns the created site with its siteId for tracking integration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain of the site (e.g. 'example.com') or package name for apps (e.g. 'com.example.app') | |
| name | No | Display name for the site (defaults to domain) | |
| organizationId | Yes | Organization ID to add the site to. Use rybbit_list_sites to find organization IDs. | |
| type | No | Site type: 'web' for websites (default), 'app' for mobile apps |