Weavz
Opsgenie

Opsgenie

Incident management, alerts, schedules, teams, and services by Atlassian

13 tools
1 trigger
Use withChatGPTClaudeClaude CodeCursorCodexMCP clientsSetup guide

Tools

Name
create_alert

Create a new Opsgenie alert for incident response.

list_alerts

List Opsgenie alerts with official query, search, and pagination parameters.

get_alert

Get details for one Opsgenie alert.

acknowledge_alert

Explicitly acknowledge an Opsgenie alert.

close_alert

Explicitly close an Opsgenie alert.

get_alert_request_status

Get the async request status returned by create, acknowledge, or close alert actions.

list_teams

List Opsgenie teams.

get_team

Get one Opsgenie team by ID or name.

list_schedules

List Opsgenie schedules.

get_schedule

Get one Opsgenie schedule by ID or name.

get_on_calls

Get current on-call participants for a specific Opsgenie schedule.

list_services

List Opsgenie services.

get_service

Get one Opsgenie service by ID.

Triggers

Name
new_alert

Triggers when an Opsgenie webhook integration sends a new alert event to Weavz.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

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

Opsgenie supports 13 tools including Create Alert, List Alerts, Get Alert, Acknowledge Alert, Close Alert, and more.

Can I use Opsgenie with AI agents?

Yes. Add Opsgenie 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 Opsgenie to ChatGPT or Claude?

Open the Weavz connector setup, sign in, choose a workspace, and add Opsgenie as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Opsgenie tools exposed by that workspace.

Does Opsgenie 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 Opsgenie work, and execute Code Mode workflows from a terminal.

What can I ask an AI agent to do with Opsgenie?

Opsgenie exposes 13 tools, including Create Alert, List Alerts, Get Alert, Acknowledge Alert, Close Alert, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.

Can Opsgenie be used in stateful agent workflows?

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

Opsgenie uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Opsgenie integration cost?

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

What triggers does Opsgenie support?

Opsgenie supports 1 triggers including New Alert.

Connect Opsgenie in minutes

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