Skip to main content
The Docket API lets you integrate Docket into your workflows by creating tests, triggering runs, and managing reusable modules programmatically. Base URL:
https://api.docketqa.com

Authentication

All API requests require an X-API-KEY header. You can find your API key in your Docket account CI/CD tab.
curl -X GET https://api.docketqa.com/test_blueprint/list \
  -H "X-API-KEY: your-api-key"
Keep your API key secret. Do not expose it in client-side code or public repositories.

Endpoints