Create Check
checks.createAdd a URL check to a StillOnline project for monitoring SaaS endpoints, API health, or autonomous agents. Specify the project and URL to probe.
Instructions
Add a URL check to an existing StillOnline project. Use this for additional SaaS endpoints, API health URLs, MCP backends, or autonomous agent health checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public URL to probe. Prefer HTTPS health endpoints that return 200 without authentication. | |
| name | No | Optional check label shown in the dashboard and status context. | |
| project_id | Yes | StillOnline project ID that should receive the new check. | |
| interval_seconds | No | Optional probe interval in seconds. Availability depends on the account plan. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check | Yes | StillOnline check object, including identifiers, URL, enabled state, interval, and latest probe status fields returned by the REST API. |