incident.io
Incident response, on-call, alerts, follow-ups, and status workflows.
Tools
| Name | Description |
|---|---|
validate_connectionValidate the incident.io API key by reading incident severity configuration. | Validate the incident.io API key by reading incident severity configuration. |
list_incidentsList incidents with current incident.io V2 filters and cursor pagination. | List incidents with current incident.io V2 filters and cursor pagination. |
search_incidentsFind incidents by common operational filters such as status category, severity, type, mode, and date range. | Find incidents by common operational filters such as status category, severity, type, mode, and date range. |
get_incidentGet a single incident by full incident ID or numeric reference. | Get a single incident by full incident ID or numeric reference. |
list_severitiesList incident severity IDs for the organization. | List incident severity IDs for the organization. |
list_incident_statusesList incident status IDs and categories for the organization. | List incident status IDs and categories for the organization. |
list_incident_typesList incident type IDs for the organization. | List incident type IDs for the organization. |
list_usersList incident.io users, optionally filtered by email or Slack user ID. | List incident.io users, optionally filtered by email or Slack user ID. |
create_incidentCreate a new incident using incident.io Incidents V2. The API key must have create incident permission. | Create a new incident using incident.io Incidents V2. The API key must have create incident permission. |
edit_incidentEdit selected properties of an existing incident. Omitted fields are ignored by incident.io. | Edit selected properties of an existing incident. Omitted fields are ignored by incident.io. |
list_incident_updatesList incident updates for the organization or a specific incident. | List incident updates for the organization or a specific incident. |
list_actionsList incident.io action items, optionally for a specific incident. | List incident.io action items, optionally for a specific incident. |
get_actionGet a single incident.io action item. | Get a single incident.io action item. |
list_follow_upsList incident follow-ups, optionally filtered by incident, mode, or assignee team. | List incident follow-ups, optionally filtered by incident, mode, or assignee team. |
get_follow_upGet a single incident follow-up. | Get a single incident follow-up. |
Triggers
| Name | Description |
|---|---|
webhook_event_receivedReceive any incident.io webhook payload from a manually configured webhook endpoint. | Receive any incident.io webhook payload from a manually configured webhook endpoint. |
incident_createdReceive public or private incident created webhook events. | Receive public or private incident created webhook events. |
incident_updatedReceive public or private incident updated webhook events. | Receive public or private incident updated webhook events. |
incident_status_updatedReceive public incident status updated webhook events. | Receive public incident status updated webhook events. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('incident-io', 'validate_connection', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'incident-io',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect incident.io to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does incident.io support?
incident.io supports 15 tools including Validate Connection, List Incidents, Search Incidents, Get Incident, List Severities, and more.
Can I use incident.io with AI agents?
Yes. Add incident.io 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.
Can incident.io be used in stateful agent workflows?
Yes. Agents can combine incident.io 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 incident.io use?
incident.io uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the incident.io integration cost?
The incident.io integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does incident.io support?
incident.io supports 4 triggers including Webhook Event Received, Incident Created, Incident Updated, Incident Status Updated.
Connect incident.io in minutes
Get 20,000 free action executions every month. No credit card required.