Weavz
Rootly

Rootly

Incident management, on-call, alerts, and retrospectives

14 tools
1 trigger

Tools

Name
validate_connection

Validate the Rootly API key by listing severities.

list_incidents

List Rootly incidents with JSON:API filters and pagination.

get_incident

Retrieve a Rootly incident by ID.

create_incident

Create a Rootly incident. Relationship IDs should be Rootly IDs from list helper actions.

update_incident

Update selected Rootly incident fields.

mitigate_incident

Mitigate Incident in Rootly by exact incident ID. Requires exact incident ID confirmation.

resolve_incident

Resolve Incident in Rootly by exact incident ID. Requires exact incident ID confirmation.

cancel_incident

Cancel Incident in Rootly by exact incident ID. Requires exact incident ID confirmation.

list_incident_events

List timeline events for a Rootly incident.

create_incident_event

Add a timeline event to a Rootly incident.

list_services

List Rootly services.

list_severities

List Rootly severities.

list_users

List Rootly users.

list_teams

List Rootly teams.

Triggers

Name
new_or_updated_incident

Poll Rootly for incidents updated since the previous poll.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('rootly', 'validate_connection', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'rootly',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Rootly 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 Rootly support?

Rootly supports 14 tools including Validate Connection, List Incidents, Get Incident, Create Incident, Update Incident, and more.

Can I use Rootly with AI agents?

Yes. Add Rootly 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 Rootly be used in stateful agent workflows?

Yes. Agents can combine Rootly 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 Rootly use?

Rootly uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Rootly integration cost?

The Rootly integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Rootly support?

Rootly supports 1 triggers including New or Updated Incident.

Connect Rootly in minutes

Get 20,000 free action executions every month. No credit card required.