Skip to main content
For most use cases, @qawolf/ci-sdk is recommended over direct endpoint access.

Authentication

All endpoints require a QAWOLF_API_KEY passed as a Bearer token.
Authorization: Bearer $QAWOLF_API_KEY
To find your API key, open the Workspace Name dropdown in QA Wolf and go to Workspace Settings → Integrations → API Access.

Base URL

https://app.qawolf.com

Endpoints

EndpointMethodDescription
/api/webhooks/deploy_successPOSTNotify QA Wolf of a successful deployment to trigger a run.
/api/webhooks/environment_terminatedPOSTNotify QA Wolf that an ephemeral environment has been terminated.
/api/v0/ci-greenlight/{root-run-id}GETPoll for the outcome of a run to gate a pipeline.
/api/v0/run-inputs-executables-signed-urlsGET + PUTGenerate a signed URL and upload an executable file.
Last modified on June 4, 2026