Integrations
Configure connections, credentials, and actions that your AI assistant tests will use.
What’s in Integrations
The Integrations section contains everything you need to connect Lamdis to your systems:
- Environments: Define different configurations (dev, staging, prod) for running tests
- Variables: Store encrypted secrets like API keys and tokens
- Connections: Reusable authenticated HTTP endpoints for calling APIs
- Actions: Configurable operations for test request steps
- Action Bindings: Map actions to specific environments
Getting Started
- Create Variables for your API keys and secrets
- Set up Connections pointing to your assistant’s endpoint
- Configure Environments for each deployment stage
- Define Actions for any external API calls your tests need
How It All Fits Together
Variables (secrets)
↓
Connections (authenticated endpoints)
↓
Actions (reusable API operations)
↓
Action Bindings (environment-specific overrides)When you run tests, Lamdis resolves the appropriate bindings based on the selected environment, ensuring the right credentials and endpoints are used.
Last updated on