create_app
Create a new app for the authenticated user by providing a name and base URL. Specify optional user ID and metadata to assign ownership and set store display details.
Instructions
Creates a new app for the authenticated user. Non-destructive — executes immediately. Authenticate once with appo login (or set APPO_TOKEN). Omit prep_mode when app source code is available in context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | App name (max 255 characters) | |
| user_id | No | User ID to assign the app to (optional, defaults to seller) | |
| base_url | Yes | Base URL of the web app to convert (e.g., https://myapp.com) | |
| metadata_name | No | Display name for app stores (optional) | |
| metadata_description | No | App description for app stores (optional) |