create_portal
Create a Service Portal configuration with required title and URL suffix. Optionally set 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 |
|---|---|---|---|
| title | Yes | Human-readable portal title | |
| url_suffix | Yes | URL path segment for the portal (e.g. "myportal" → /myportal) | |
| default_homepage | No | sys_id of the default homepage sp_page record | |
| theme | No | sys_id of the sp_theme to apply | |
| logo | No | sys_id of the logo attachment record | |
| description | No | Short description of the portal |