App
Better Stack
Better Stack is a tool to provide reliable monitoring with voice calls and beautiful on-call scheduling. Configure everything in just 3 minutes, free plan included!
What your agent can do with Better Stack
Triggers and actions 3 triggers · 13 actions
- TriggerNew Monitor Status Change
Fires when a monitor's status changes (up/down). Poll GET https://uptime.betterstack.com/api/v2/monitors and detect status transitions, or use vendor status-change webhook if available.
- TriggerNew or Updated Incident
Triggers when new incidents are created, or when existing incidents are updated.
- TriggerOn-Call Contact Changed
Triggers when an on-call contact changes.
- ActionAcknowledge Incident
Acknowledges an incident.
- ActionAdd Heartbeat
Create a new heartbeat check. POST https://uptime.betterstack.com/api/v2/heartbeats
- ActionAdd Incident Comment
Adds a comment to an incident.
- ActionAdd Monitor
Create a new uptime monitor. POST https://uptime.betterstack.com/api/v2/monitors
- ActionCreate Incident
Creates an incident that notifies the team.
- ActionDelete Heartbeat
Remove a heartbeat check by id. DELETE https://uptime.betterstack.com/api/v2/heartbeats/{id}
- ActionDelete Monitor
Delete an uptime monitor by id. DELETE https://uptime.betterstack.com/api/v2/monitors/{id}
- ActionFind Incident
Finds an Incident.
- ActionFind On-Call Contact
Finds On-Call Contact. Supports time lookup.
- ActionGet Monitor
Retrieve a single monitor by id. GET https://uptime.betterstack.com/api/v2/monitors/{id}
- ActionList Monitors
List all uptime monitors. GET https://uptime.betterstack.com/api/v2/monitors (paginated)
- ActionResolve Incident
Resolves an incident.
- ActionUpdate Monitor
Update an existing monitor's settings. PATCH https://uptime.betterstack.com/api/v2/monitors/{id}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Better Stack API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.