OneUptime · Capability
OneUptime API
OneUptime API. 15 operations. Lead operation: Create a new OneUptime project. Self-contained Naftiko capability covering one Oneuptime business surface.
What You Can Do
POST
Createproject
— Create a new OneUptime project
/v1/projects
GET
Getproject
— Get project details
/v1/projects/{projectid}
PUT
Updateproject
— Update project settings
/v1/projects/{projectid}
GET
Listalerts
— List alerts
/v1/projects/{projectid}/alerts
GET
Listincidents
— List incidents in a project
/v1/projects/{projectid}/incidents
POST
Createincident
— Create a new incident
/v1/projects/{projectid}/incidents
GET
Listmonitors
— List monitors
/v1/projects/{projectid}/monitors
POST
Createmonitor
— Create a new monitor
/v1/projects/{projectid}/monitors
GET
Listoncallpolicies
— List on-call duty policies and escalation rules
/v1/projects/{projectid}/on-call-policies
GET
Listprobes
— List custom probes for a project
/v1/projects/{projectid}/probes
POST
Createprobe
— Deploy a new monitoring probe
/v1/projects/{projectid}/probes
GET
Getprobe
— Get probe details
/v1/projects/{projectid}/probes/{probeid}
PUT
Updateprobe
— Update probe configuration
/v1/projects/{projectid}/probes/{probeid}
DELETE
Deleteprobe
— Remove a probe
/v1/projects/{projectid}/probes/{probeid}
POST
Createworkflow
— Create a workflow for automated incident response
/v1/projects/{projectid}/workflows
MCP Tools
create-new-oneuptime-project
Create a new OneUptime project
get-project-details
Get project details
read-only
idempotent
update-project-settings
Update project settings
idempotent
list-alerts
List alerts
read-only
idempotent
list-incidents-project
List incidents in a project
read-only
idempotent
create-new-incident
Create a new incident
list-monitors
List monitors
read-only
idempotent
create-new-monitor
Create a new monitor
list-call-duty-policies-and
List on-call duty policies and escalation rules
read-only
idempotent
list-custom-probes-project
List custom probes for a project
read-only
idempotent
deploy-new-monitoring-probe
Deploy a new monitoring probe
get-probe-details
Get probe details
read-only
idempotent
update-probe-configuration
Update probe configuration
idempotent
remove-probe
Remove a probe
idempotent
create-workflow-automated-incident-response
Create a workflow for automated incident response