Create Status Page
createStatusPageCreate a new empty status page by specifying a title and URL slug. Use this initial setup to establish a placeholder, then configure details like description and monitors with updateStatusPage.
Instructions
Creates a new (empty) status page with the given title and slug. After creating, call updateStatusPage to set the description, theme, groups, and monitors. Slug must be lowercase letters, digits, and dashes only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | URL slug (lowercase letters, digits, and dashes only) | |
| title | Yes | Display title of the status page |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| msg | No |