Better Stack
Uptime monitoring, incident management, on-call, and status workflows.
Tools
| Name | Description |
|---|---|
validate_connectionValidate Better Stack Uptime API access by listing monitors. | Validate Better Stack Uptime API access by listing monitors. |
list_monitorsList Better Stack uptime monitors. | List Better Stack uptime monitors. |
get_monitorRetrieve one Better Stack monitor. | Retrieve one Better Stack monitor. |
create_monitorCreate a Better Stack uptime monitor. | Create a Better Stack uptime monitor. |
update_monitorUpdate selected Better Stack monitor fields. | Update selected Better Stack monitor fields. |
delete_monitorDelete a Better Stack uptime monitor by exact ID. | Delete a Better Stack uptime monitor by exact ID. |
list_incidentsList Better Stack incidents with v3 filters. | List Better Stack incidents with v3 filters. |
get_incidentGet a Better Stack incident. | Get a Better Stack incident. |
create_incidentCreate a Better Stack incident and alert the current on-call person. | Create a Better Stack incident and alert the current on-call person. |
acknowledge_incidentAcknowledge Incident a Better Stack incident by exact ID. | Acknowledge Incident a Better Stack incident by exact ID. |
resolve_incidentResolve Incident a Better Stack incident by exact ID. | Resolve Incident a Better Stack incident by exact ID. |
reopen_incidentReopen Incident a Better Stack incident by exact ID. | Reopen Incident a Better Stack incident by exact ID. |
escalate_incidentEscalate a Better Stack incident to a user, team, schedule, policy, or organization. | Escalate a Better Stack incident to a user, team, schedule, policy, or organization. |
list_incident_timelineList timeline events for a Better Stack incident. | List timeline events for a Better Stack incident. |
delete_incidentPermanently delete a Better Stack incident by exact ID. | Permanently delete a Better Stack incident by exact ID. |
Triggers
| Name | Description |
|---|---|
outgoing_webhookReceive Better Stack outgoing webhook payloads from a manually configured incident, monitor, or on-call contact webhook. | Receive Better Stack outgoing webhook payloads from a manually configured incident, monitor, or on-call contact webhook. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('better-stack', 'validate_connection', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'better-stack',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Better Stack to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Better Stack support?
Better Stack supports 15 tools including Validate Connection, List Monitors, Get Monitor, Create Monitor, Update Monitor, and more.
Can I use Better Stack with AI agents?
Yes. Add Better Stack to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Better Stack to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Better Stack as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Better Stack tools exposed by that workspace.
Does Better Stack work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Better Stack work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Better Stack?
Better Stack exposes 15 tools, including Validate Connection, List Monitors, Get Monitor, Create Monitor, Update Monitor, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Better Stack be used in stateful agent workflows?
Yes. Agents can combine Better Stack tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Better Stack use?
Better Stack uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Better Stack integration cost?
The Better Stack integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Better Stack support?
Better Stack supports 1 triggers including Outgoing Webhook.
Connect Better Stack in minutes
Get 20,000 free action executions every month. No credit card required.