Getting Started
This guide takes you from a blank org to running your first AI assistant test.
Prerequisites
- Lamdis account & org
- An AI assistant to test (chatbot, copilot, or agent)
- The assistant’s endpoint URL or API credentials
Step 1: Set Up Credentials
Store your secrets securely in Lamdis.
- Go to Integrations → Variables
- Add any API keys your assistant requires (e.g.,
MY_ASSISTANT_API_KEY) - Variables are encrypted at rest and referenced in connections
Step 2: Create a Connection
Connect to your assistant’s endpoint.
- Go to Integrations → Connections
- Click New Connection
- Configure:
- Label: A friendly name (e.g., “My Chatbot - Production”)
- Auth Type: API Key or OAuth2
- Credentials: Reference your variable (e.g.,
{{variables.MY_ASSISTANT_API_KEY}})
- Save the connection
Step 3: Create an Environment
Environments hold configuration for different deployment stages.
- Go to Integrations → Environments
- Click New Environment
- Name it (e.g., “Production” or “Staging”)
- Add any environment-specific variable overrides
Step 4: Create a Setup
Setups link environments and connections for test execution.
- Go to Testing → Setups
- Click New Setup
- Select your environment and connection
- Save the setup
Step 5: Create a Persona
Personas define simulated user behavior.
- Go to Testing → Personas
- Click New Persona
- Define:
- Name: e.g., “Confused Customer”
- Description: Background and behavior traits
- Save the persona
Step 6: Create a Test
Tests define conversation flows and evaluation criteria.
- Go to Testing → Tests
- Click New Test
- Add steps:
- User message: What the simulated user says
- Assistant check: Rubric for evaluating the response
- Save the test
Example Test Steps
- type: user
message: "I need help with my account"
- type: assistant_check
rubric: "Assistant should acknowledge the request and ask clarifying questions"
threshold: 0.75Step 7: Create a Suite and Run
Suites group tests for execution.
- Go to Testing → Suites
- Click New Suite
- Add your test to the suite
- Select your setup and persona
- Click Run Now
Step 8: View Results
- Go to Testing → Results
- Click on your run to see:
- Pass/fail status for each test
- Conversation transcripts
- Judge scores and reasoning
Next Steps
- Add more tests — Cover more scenarios
- Set up CI/CD — Automate test runs
- Explore Assurance — Compliance and evidence collection
- Use the AI Assistant — Get help configuring tests
Need Help?
- Check the Troubleshooting guide
- Review the FAQ
- Email support@lamdis.ai
Last updated on