create_scoped_app
Create a scoped application in ServiceNow App Studio by defining a unique scope prefix (e.g., x_myvendor_myapp). Provide name and scope; optional version, descriptions, vendor, and activation.
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 |
|---|---|---|---|
| logo | No | App logo attachment sys_id (optional) | |
| name | Yes | Human-readable application name | |
| scope | Yes | Unique scope prefix, e.g. "x_myco_myapp". Must start with "x_". | |
| active | No | Activate the app immediately (default: true) | |
| vendor | No | Vendor or author name | |
| version | No | Application version string (e.g. "1.0.0"). Defaults to "1.0.0". | |
| description | No | Full description of the application | |
| short_description | No | Short description shown in the app list |