> ## Documentation Index
> Fetch the complete documentation index at: https://penseapp.vercel.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Run agent tests in batch

> Run agent tests for every agent, or for a selected set.

## Usage

```python theme={null}
from calibrate import Calibrate, BatchRunRequest

client = Calibrate(
    api_key="your_api_key",
)

client.agent_tests.run_batch(
    request=BatchRunRequest(),
)
```

## API endpoint

See **POST /agent-tests/run** in the [API reference](/docs/api-reference/introduction) tab.
