Overview
Use this guide for the shared connection details that apply to all external QA integration endpoints.
Base URL
All endpoints in this integrations section are relative to:
https://qa-app.getpanto.ai
Authentication
All /external/* endpoints use API key authentication through the X-PANTO-API-KEY header.
X-PANTO-API-KEY: your_api_key_here
Unauthorized Response
Invalid, expired, missing, or disabled-org keys return 401 Unauthorized with:
{
"error": "Invalid or expired API key"
}
Integration Notes
- Include the API key header on every external QA API request.
- Reuse this base URL and header format across upload, trigger, and test run lookup endpoints.