Quickstart
Test your agents in minutes with Coval.
Schedule a demo
Robust simulation & evaluation for your AI agents
API Reference
Integrate Coval into your pipeline seamlessly through our API
In this quickstart you will learn how to:
- Create Account
- Create API Key
- Run first evaluation using a Transcript
Create Account
Set up a Coval account. If you don’t have one, sign up here
Create API Key
API credentials (You can find these in your Coval dashboard) On the navigation bar left, click on your organisation > Manage > Manage API Keys
Run First Evaluation
To start evaluating your AI agent’s performance, you can push a transcript to Coval using our monitoring API. Here’s how to do it:
For detailed information on the /eval/transcript
endpoint and its usage, please refer to our Monitoring API documentation.
- Prepare your transcript data in JSON format.
- Include your API key in the request header for authentication.
- Send a POST request to the
/eval/transcript
endpoint.
Here is a basic example with python:
Here’s a basic example using curl:
Was this page helpful?