Skip to main content
Conductor exposes a lightweight HTTP surface for external automation.

Trigger a task over HTTP

Endpoint summary

  • POST /api/webhook/task
  • POST /api/webhook/github
  • GET /api/webhook/status
  • GET /api/webhook/health

Standalone webhook server

If you only need the webhook listener:

Security

Use WEBHOOK_SECRET for GitHub HMAC verification and keep the listener behind a trusted network path when possible.
Last modified on March 6, 2026