Opsgenie
Incident management, alerts, schedules, teams, and services by Atlassian
Tools
| Name | Description |
|---|---|
create_alertCreate a new Opsgenie alert for incident response. | Create a new Opsgenie alert for incident response. |
list_alertsList Opsgenie alerts with official query, search, and pagination parameters. | List Opsgenie alerts with official query, search, and pagination parameters. |
get_alertGet details for one Opsgenie alert. | Get details for one Opsgenie alert. |
acknowledge_alertExplicitly acknowledge an Opsgenie alert. | Explicitly acknowledge an Opsgenie alert. |
close_alertExplicitly close an Opsgenie alert. | Explicitly close an Opsgenie alert. |
get_alert_request_statusGet the async request status returned by create, acknowledge, or close alert actions. | Get the async request status returned by create, acknowledge, or close alert actions. |
list_teamsList Opsgenie teams. | List Opsgenie teams. |
get_teamGet one Opsgenie team by ID or name. | Get one Opsgenie team by ID or name. |
list_schedulesList Opsgenie schedules. | List Opsgenie schedules. |
get_scheduleGet one Opsgenie schedule by ID or name. | Get one Opsgenie schedule by ID or name. |
get_on_callsGet current on-call participants for a specific Opsgenie schedule. | Get current on-call participants for a specific Opsgenie schedule. |
list_servicesList Opsgenie services. | List Opsgenie services. |
get_serviceGet one Opsgenie service by ID. | Get one Opsgenie service by ID. |
Triggers
| Name | Description |
|---|---|
new_alertTriggers when an Opsgenie webhook integration sends a new alert event to Weavz. | Triggers when an Opsgenie webhook integration sends a new alert event to Weavz. |
Quick Start
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.