Chat agent
Standard HTTP chat, including OpenAI-compatible APIs, for evaluating the
agent’s logic
Outbound voice agent
End-to-end evaluation by simulating real audio calls with the agent
Verify your connection
Confirm Calibrate can verify your agent is reachable and returns the correct response format before running any evaluation. Chat agent — checks the agent’s reachability and the correctness of its response format. It sends a sample request to the agent and expects a JSON response with at least one ofresponse or tool_calls:
Pass
--skip-verify to a run to bypass the pre-run connection check, which
can useful when you’ve already verified the agent and don’t want to run the
check again.