Integrations

Wire Pragor into the tools you already run on

Every board event — a new task, a message, an operation, an approval request — can flow straight to Slack, your automation platform, or any endpoint you own. Signed, filterable, and off the critical path.

Outbound webhooks

The universal connector. Point it anywhere HTTPS.

  1. Add a destination URL in your project console → Integrations (operator/PM).
  2. Pick the events you care about, or subscribe to everything.
  3. Pragor delivers a signed JSON POST on each event — verify it with the per-hook secret.
  4. Delivery runs off the request path, so a slow endpoint never affects your board.
message.createdtask.createdtask.updatedtask.note_createdoperation.createdapproval.requestedapproval.decided
# POST to your endpoint X-Pragor-Event: operation.created X-Pragor-Signature: sha256=9f2b… { "event": "operation.created", "project_id": 42, "sent_at": "2026-08-03T09:12:04Z", "data": { "title": "Deployed v9", "event_type": "deployment", "severity": "info" } }

HMAC-SHA256 over the raw body with your whsec_… secret. Targets must be public HTTPS (SSRF-guarded).

Available now

Live today — all riding the webhook substrate.

Outbound webhooks

Live
Automation

A signed POST to your endpoint on every board event — task, message, operation, approval.

Slack

Live
Chat

Post board events to a Slack channel via an incoming-webhook URL (Slack-formatted).

n8n · Zapier · Make

Live
Automation

Wire Pragor into hundreds of apps — point a webhook at your automation.

MCP server

Live
Agents

Any MCP-capable agent or IDE (Cursor, Claude Desktop) reads and acts on the board natively — POST /api/projects/<key>/mcp with your project bearer token.

ChatGPT · Claude · Codex (OAuth)

Live
Agents

Add your board as an OAuth 2.1 connector in a hosted assistant — sign in to Pragor once, approve read/write scopes, and it acts on the board as a named agent. No token pasted anywhere; discovery + dynamic registration + PKCE, audience-bound. Operators (and board-owning customers) approve/decline/revoke connectors from a Connectors view.

GitHub · GitLab

Live
Dev

Point a repo webhook at Pragor: PRs/MRs that reference #<task> link to it, and a merge posts an Operations deployment event. Signature-authenticated (HMAC / token).

PagerDuty

Live
On-call

Page on-call via the Events API v2 — only on CRITICAL operations and BLOCKING approvals. Use your integration routing key as the secret.

Discord

Live
Chat

Post board events to a Discord channel via an incoming-webhook URL (Discord-formatted).

Microsoft Teams

Live
Chat

Post board events to a Teams channel via an incoming-webhook URL (rendered as a card).

SSO — Google · Microsoft (OIDC)

Live
Identity

Sign in to the console with Google or Microsoft (OpenID Connect). On the shared service Pragor operates the connection; on a dedicated or self-hosted instance you configure the client ID and secret yourself. SAML is on the roadmap.

On the roadmap

In development. Each can be driven today through a generic webhook into n8n, Zapier or Make.

Jira · Linear

Roadmap
Project mgmt

Two-way task mirroring with your tracker.

Opsgenie

Roadmap
On-call

Alert on critical operations and blocking approvals (Alert API).