create_scoped_app
Create a new scoped application in ServiceNow App Studio with a unique scope prefix. Provide the app name, scope, vendor, and other details to register it.
Instructions
Create a new scoped application in App Studio (requires WRITE_ENABLED=true). The scope prefix must be unique and follow the pattern x__.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable application name | |
| scope | Yes | Unique scope prefix, e.g. "x_myco_myapp". Must start with "x_". | |
| version | No | Application version string (e.g. "1.0.0"). Defaults to "1.0.0". | |
| short_description | No | Short description shown in the app list | |
| description | No | Full description of the application | |
| vendor | No | Vendor or author name | |
| active | No | Activate the app immediately (default: true) | |
| logo | No | App logo attachment sys_id (optional) |