Integrations
Preclinical supports testing AI agents across multiple voice and chat platforms.
Supported Providers
| Provider | Transport | Status |
|---|---|---|
| Vapi | HTTP API | Supported |
| LiveKit | WebRTC | Supported |
| Pipecat | WebRTC | Supported |
| OpenAI | HTTP API | Supported |
| Browser | Browser Use Cloud | Supported |
Adding an Integration
- Click Agents in the sidebar
- Click New Agent
- Choose your provider from the dropdown
- Enter the required configuration (API keys, endpoints, etc.)
- Click Test to verify the integration works
- Save the integration
Security
Warning
API keys are stored securely and never exposed to the frontend. They are only used server-side during test execution.
Best practices:
- Use environment-specific API keys (test vs production)
- Rotate keys periodically
- Use scoped keys with minimum required permissions