Overview
The Searchable API provides programmatic access to all platform features, enabling custom integrations and automated workflows.API access is included with Custom contracts. Starter, Professional, and Agency plans rely on in-product workflows. See the API Reference once your API workspace is provisioned.
API Capabilities
Trigger Audits
Run audits programmatically
Fetch Data
Retrieve scores, issues, and metrics
Manage Prompts
Create and update prompts via API
Rate Limits
Custom plans start with generous baseline limits and can be tuned as needed:- Default allocation: 10,000 requests/hour, 100,000 requests/day, bursts up to 100 rps
- Scaling: Work with your success manager to expand quotas for heavy automation
- Monitoring: Usage dashboards in Settings → API show current consumption and throttling events
Common Use Cases
Automated Audits
Trigger audits on deployment:Custom Dashboards
Build internal dashboards:- Fetch latest scores
- Display trends
- Show priority issues
- Track team progress
Integration with CI/CD
- Run audits in GitHub Actions
- Block deploys if scores drop
- Automated PR comments with scores
- Slack notifications
Data Export
- Scheduled data exports
- Custom report generation
- Data warehouse integration
- Business intelligence tools
API Keys
Managing Keys
- Create multiple API keys
- Set expiration dates
- Scope permissions per key
- Rotate keys regularly
- Revoke compromised keys
Best Practices
Never commit API keys to version control
Use environment variables
Rotate keys quarterly
Use separate keys for dev/prod
Monitor API usage
Error Handling
Common error codes:400- Bad request (check parameters)401- Invalid API key403- Insufficient permissions429- Rate limit exceeded500- Server error (retry)
SDK & Libraries
Official SDKs:- JavaScript/TypeScript
- Python
- Ruby
- PHP
- Go
- Java
- .NET
Examples
Monitoring Dashboard
Automated Alerts
Rate Limit Optimization
- Cache responses where appropriate
- Batch requests when possible
- Implement exponential backoff and retry logic
- Monitor usage in dashboard
- Use efficient query patterns
Custom API Features
- Dedicated API infrastructure
- Custom rate limits
- Priority support
- SLA guarantees
- Custom endpoints