Skip to main content
This walkthrough adds a monitor and publishes a status page using your API token. First, set it as an environment variable:
1

Confirm the token works

You get back the workspace, the token’s role, and its capabilities.
2

Add a monitor

Creating a monitor also creates its public component. The first check runs on the next poll cycle (within about two minutes).
The target is fetched server-side on every poll, so private, loopback, and internal addresses are rejected. Public http(s) only.
3

Publish a status page

Your page is live at https://acme.sentivel.com.

Next steps

Browse the full API reference for every endpoint, field, and response, generated from the live OpenAPI spec at /api/v1/openapi.json.