Skip to main content

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.

For most use cases, @qawolf/ci-sdk is the 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 May 28, 2026