create_scoped_app
Create new scoped applications in ServiceNow App Studio with unique scope prefixes following the x__ pattern. Define application name, version, description, vendor details, and activation status.
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) |