Actions
| Name | Description |
|---|---|
list_monitorsList all uptime monitors in your Better Stack account | List all uptime monitors in your Better Stack account |
create_monitorCreate a new uptime monitor | Create a new uptime monitor |
list_incidentsList all incidents | List all incidents |
get_incidentGet details of a specific incident | Get details of a specific incident |
custom_api_callMake a custom API call to Better Stack | Make a custom API call to Better Stack |
Triggers
| Name | Description |
|---|---|
new_incidentTriggers when a new incident is created, acknowledged, or resolved | Triggers when a new incident is created, acknowledged, or resolved |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'better-stack',
actionName: 'list_monitors',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Better Stack support?
Better Stack supports 5 actions including List Monitors, Create Monitor, List Incidents, Get Incident, Custom API Call.
Can I use Better Stack with AI agents?
Yes. Add Better Stack to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Better Stack use?
Better Stack uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Better Stack integration cost?
The Better Stack integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Better Stack support?
Better Stack supports 1 triggers including New Incident.
Connect Better Stack in 2 minutes
Get 1,000 free actions every month. No credit card required.