💡

Webhooks

Push QCoreAI events to your own endpoint in real time

← Back to QCoreAI

QCoreAI sends signed POST requests to your URL for events like run.completed, agent.turn, and more. Secure with an HMAC-SHA256 secret — verified via the X-QCore-Signature header.

🔑 API Keys💡 Webhooks⚙️ Settings📊 Audit Log
Loading webhook config...
Payload format: JSON POST with { event, runId, sessionId, status, strategy, userInput, finalContent, totalCostUsd, finishedAt }. Respond with HTTP 2xx within 10s or the delivery is marked failed. You can retry failed deliveries from the Delivery log tab.