Skip to content

Authentication

Authenticate every Testzilla API and MCP request with an API key.

Send your key in the x-api-key header. Keys are created in the web app under account settings, stored only as a hash on our side, and shown to you once at creation.

Terminal window
curl https://api.testzilla.ai/v1/projects \
-H "x-api-key: $TESTZILLA_API_KEY"
EnvironmentBase URL
Productionhttps://api.testzilla.ai/v1
Developmenthttps://api-dev.testzilla.ai/v1