create_portal
Creates a new Service Portal with specified title, URL suffix, homepage, theme, logo, and description. Requires write permissions.
Instructions
Create a new Service Portal configuration (requires WRITE_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logo | No | sys_id of the logo attachment record | |
| theme | No | sys_id of the sp_theme to apply | |
| title | Yes | Human-readable portal title | |
| url_suffix | Yes | URL path segment for the portal (e.g. "myportal" → /myportal) | |
| description | No | Short description of the portal | |
| default_homepage | No | sys_id of the default homepage sp_page record |