create_uib_page
Create a new UI Builder page and register its route in a ServiceNow application. Requires a page title and URL path; optional layout and parent app.
Instructions
Create a new UI Builder page with route registration. [Write]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Parent UX app sys_id | |
| path | Yes | URL path segment | |
| title | Yes | Page title | |
| layout | No | Layout type: single, sidebar, tabbed (default single) |