Documentation Index Fetch the complete documentation index at: https://docs.parable.work/llms.txt
Use this file to discover all available pages before exploring further.
What You'll Need Credential Description Email Your TestRail email API Token Generated from user settings Base URL TestRail instance URL (e.g., https://yourcompany.testrail.io)
Overview Connect to TestRail for test case management and quality metrics.
Test Cases Cases, sections, suites
Results Runs, results, statistics
Prerequisites Administrator access required. You need privileges in to complete this setup.If you don’t have admin access, contact your administrator to:
Create the API credentials on your behalf, OR
Grant you temporary admin access to complete the setup
TestRail user account with API access enabled
Admin access for full data visibility
Setup Guide
Access User Settings
Log in to TestRail
Click your name in the top right → My Settings
Enable API Key
Go to the API Keys section
Check Enable API if not already enabled
Click Add Key or Generate Key
Name: Parable Integration
Copy your now! This is the only time it will be displayed. Store it in a secure password manager before closing this page.
Note Instance URL
Your TestRail URL format: https://yourcompany.testrail.io
Verify Your Setup Test Authentication
List Projects
curl -u "your-email:YOUR_API_KEY" \
"https://yourcompany.testrail.io/index.php?/api/v2/get_user_by_email&email=your-email"
Success! If you received a 200 OK response with valid data, your credentials are configured correctly. You can now proceed to configure this connector in Parable.
Rate Limits: enforces rate limits of .Parable handles rate limiting automatically with exponential backoff, but initial syncs of large datasets may take longer due to these limits.
Troubleshooting Error Meaning Solution 401 UnauthorizedInvalid credentials Verify email and API key 403 ForbiddenAPI not enabled Enable API in user settings 404 Not FoundWrong endpoint Check URL and API version
Additional Resources
TestRail API Official API documentation