Documentation Index
Fetch the complete documentation index at: https://qawolf-mktg-5566-document-qawolfci-sdk.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
All endpoints require aQAWOLF_API_KEY passed as a Bearer token.
Base URL
Endpoints
| Endpoint | Method | Description |
|---|---|---|
/api/webhooks/deploy_success | POST | Notify QA Wolf of a successful deployment to trigger a run. |
/api/webhooks/environment_terminated | POST | Notify QA Wolf that an ephemeral environment has been terminated. |
/api/v0/ci-greenlight/{root-run-id} | GET | Poll for the outcome of a run to gate a pipeline. |
/api/v0/run-inputs-executables-signed-urls | GET + PUT | Generate a signed URL and upload an executable file. |