Skip to main content

Integrations

Integrations connect Qodex to the places your team already reviews code, receives alerts, and manages test outcomes. Today, Qodex supports GitHub, Slack webhooks, generic webhooks, email digests, and project-level OpenAI BYOK. Additional issue trackers, observability tools, and LLM providers are planned.

Available today

GitHub

Install the GitHub App, link repositories, run PR reviews, and sync generated tests.

Slack webhook

Send scheduled run summaries to a Slack channel.

Generic webhook

POST run-completion JSON to your own endpoint.

Bring your own key

Use a project-owned OpenAI key for Qodex LLM calls.

Email digest

Email scheduled run results to project recipients.

What each integration helps with

Where to configure integrations

Open a Qodex project and go to Settings > Integrations. Some integrations, such as schedule notifications, also appear in the workflow where they are used. For example, Slack and email notification fields live on schedule policies because the notification behavior is schedule-specific.

Notification routing

Qodex uses the same run-completion dispatcher for Slack and generic webhooks.
  • If the webhook host is hooks.slack.com, Qodex sends a Slack-formatted message.
  • If the URL is anything else, Qodex sends a generic JSON payload.
  • Email recipients are stored separately on the schedule.
This lets you start with a Slack channel and later route the same run events into another system.

Planned integrations

The Settings panel may show planned connectors before they are wired end to end. Until those ship, use generic webhooks to connect Qodex to relay services or internal automation.

Next steps

GitHub

Connect repos and enable PR review.

Slack

Send test-run summaries to a channel.

Generic webhook

Send run results to any HTTPS endpoint.

Run tests on a schedule

Configure notification timing and recipients.