Get Started
Welcome to Avido Docs π
Avido helps financial service teams ship reliable AI experiences β without slowing down innovation.
- Automated evaluations β Continuous monitoring gives you confidence in your performance and catches regressions as they happen
- No-code interface β SMEs can run tests directly from Avidoβs UI, placing responsibility where it belongs
- Synthetic data testing β Reduces time to value significantly, allowing for faster roll-out to production
- Powerful add-ons β Quickstart templates and RAG Optimizer save you time when building applications
Whether youβre building a support assistant, an autonomous agent, or a RAG pipeline, Avido gives you the safety net you need to move fast and sleep at night.
How Avido fits into your app
- Avido sends a webhook β When a test is triggered, Avido sends a POST request to your endpoint with synthetic input and a testId.
- You validate the request β Verify the webhook signature to ensure itβs really from Avido.
- Run your AI workflow β Process the synthetic input through your normal application flow.
- Log events along the way β Capture LLM calls, tool usage, retrievals, and other key steps.
- Send the trace to Avido β When your workflow completes, send the full event trace back to Avido.
- View evaluation results β Avido runs your configured evaluations and displays results in the dashboard.
Getting Started
-
Install an SDK
-
Setup a webhook endpoint in your application Learn more
-
Start tracing events in your application Learn more
-
Upload existing data to auto-populate tasks Learn more
-
Review your baseline performance in the dashboard
Prefer pure HTTP? All endpoints are documented here.
Core concepts
Concept | TL;DR |
---|---|
Tests | Automated runs of your workflow using synthetic input. |
Webhooks | Avido triggers a test with a POST. This allows us to do it automatically or through the UI. |
Traces | Ordered lists of events that reconstruct a conversation / agent run. |
Events | Atomic pieces of work (llm , tool , retriever , log ). |
Evaluations | Rules & metrics (naturalness, recall etc.) applied to traces. |
Dive deeper with the sidebar or jump straight to Traces to see how instrumentation works.
Need help?
- Slack β join via the ? Help menu in Avido.
- Email β support@avidoai.com
Happy building! β¨