# fixa docs ## Docs - [Agent](https://docs.fixa.dev/agent.md): the voice agent that calls your voice agent - [CloudEvaluator](https://docs.fixa.dev/cloud_evaluator.md): evaluates calls using the fixa-observe cloud service - [EvaluationResponse](https://docs.fixa.dev/evaluation_response.md): contains the results of evaluating a test call - [create alert](https://docs.fixa.dev/fixa-observe/endpoint/alerts/create-alert.md): create an alert - [delete alert](https://docs.fixa.dev/fixa-observe/endpoint/alerts/delete-alert.md): delete an alert - [get alert](https://docs.fixa.dev/fixa-observe/endpoint/alerts/get-alert.md): get an alert - [list alerts](https://docs.fixa.dev/fixa-observe/endpoint/alerts/list-alerts.md): list all alerts - [update alert](https://docs.fixa.dev/fixa-observe/endpoint/alerts/update-alert.md): update an alert - [get call](https://docs.fixa.dev/fixa-observe/endpoint/calls/get-call.md): get a call by id - [upload call](https://docs.fixa.dev/fixa-observe/endpoint/calls/upload-call.md): upload a call - [create evaluation](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/evaluations/create-evaluation.md): create an evaluation - [delete evaluation](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/evaluations/delete-evaluation.md): delete an evaluation - [get evaluation](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/evaluations/get-evaluation.md): get an evaluation - [list evaluations](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/evaluations/list-evaluations.md): list all evaluations - [update evaluation](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/evaluations/update-evaluation.md): get an evaluation - [create evaluation group](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/groups/create-group.md): create an evaluation group - [delete evaluation group](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/groups/delete-group.md): delete evaluation group - [get evaluation group](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/groups/get-group.md): list evaluation groups - [list evaluation groups](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/groups/list-groups.md): list evaluation groups - [update evaluation group](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/groups/update-group.md): update evaluation group - [create template](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/templates/create-template.md): create an evaluation template - [delete template](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/templates/delete-template.md): delete an evaluation template - [get template](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/templates/get-template.md): get an evaluation template - [list templates](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/templates/list-templates.md): list evaluation templates - [update template](https://docs.fixa.dev/fixa-observe/endpoint/evaluations/templates/update-template.md): update an evaluation template - [create search](https://docs.fixa.dev/fixa-observe/endpoint/searches/create-search.md): create a saved search - [delete search](https://docs.fixa.dev/fixa-observe/endpoint/searches/delete-search.md): delete a saved search - [get search](https://docs.fixa.dev/fixa-observe/endpoint/searches/get-search.md): get a saved search - [list searches](https://docs.fixa.dev/fixa-observe/endpoint/searches/list-searches.md): list all saved searches - [introduction](https://docs.fixa.dev/fixa-observe/introduction.md): welcome to fixa-observe - [introduction](https://docs.fixa.dev/introduction.md): welcome to fixa - a python package for testing and evaluating AI voice agents - [LocalEvaluator](https://docs.fixa.dev/local_evaluator.md): evaluates call transcripts locally using openai's gpt models - [quickstart](https://docs.fixa.dev/quickstart.md): run your first test with fixa - [Scenario](https://docs.fixa.dev/scenario.md): defines what the test agent should do when calling your voice agent - [Test](https://docs.fixa.dev/test.md): combines a scenario with an agent to create a test case - [TestResult](https://docs.fixa.dev/test_result.md): contains the results of running a test - [TestRunner](https://docs.fixa.dev/test_runner.md): executes tests by managing the test server and collecting results ## OpenAPI Specs - [openapi](https://docs.fixa.dev/fixa-observe/openapi.json)