Added 10 new endpoints this week:
POST /v1/convai/agent-testing/create - Create Agent Response Test - Create automated tests for your ElevenLabs agentsGET /v1/convai/agent-testing/{test_id} - Get Agent Response Test By Id - Retrieve specific test configurations and resultsPUT /v1/convai/agent-testing/{test_id} - Update Agent Response Test - Modify existing test setups and parametersDELETE /v1/convai/agent-testing/{test_id} - Delete Agent Response Test - Remove test configurations from your workspacePOST /v1/convai/agent-testing/summaries - Get Agent Response Test Summaries By Ids - Retrieve aggregated test results for multiple testsGET /v1/convai/agent-testing - List Agent Response Tests - Browse all available tests in your workspacePOST /v1/convai/agents/{agent_id}/run-tests - Run Tests On The Agent - Execute test suites against specific agentsGET /v1/convai/test-invocations/{test_invocation_id} - Get Test Invocation - Retrieve detailed test execution resultsPOST /v1/convai/test-invocations/{test_invocation_id}/resubmit - Resubmit Tests - Re-run failed test invocationsPATCH /v1/pronunciation-dictionaries/{pronunciation_dictionary_id} - Update Pronunciation Dictionary - Update existing pronunciation dictionaries with new rules or modifications