Create Project
projects.createCreate a project with an automatic status page and HTTP health check to monitor uptime for your new application or API endpoint.
Instructions
Create a StillOnline project with an automatic status page and initial HTTP URL check. Call this after deploying a new SaaS app, API, MCP backend, or AI agent health endpoint that needs uptime monitoring.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public HTTPS URL to monitor, usually an app URL, API health endpoint, or agent /health endpoint. | |
| name | Yes | Human-readable project name shown in StillOnline and on the generated status page. | |
| description | No | Optional short project description for dashboard context. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | StillOnline project object, including identifiers, display name, status page metadata, and plan-scoped fields returned by the REST API. |