Create Status Page
createStatusPageCreate a new empty status page by providing a title and URL slug. Use updateStatusPage to add description, theme, groups, and monitors.
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 |