1
2
3
4
5
6
7
8
9
10
11
12
13
14
15# The deployment under test. Include the /v1 prefix.
IRIS_BASE_URL=https://iris.equalify.uic.edu/v1
# A GitHub access token accepted by that deployment's /v1/auth. `iris login` prints
# one; see equalify-iris docs/API.md §1. Every endpoint this harness touches
# requires it, and sessions are scoped to the token's user — so a campaign run with
# one token is visible and closeable only with that token.
IRIS_TOKEN=
# Optional: overrides for the $/MTok table in src/pricing.mjs, as a JSON object
# keyed by normalized model id, e.g.
# {"claude-sonnet-4-6": {"input": 3, "output": 15, "source": "aws-invoice", "checked": "2026-08-17"}}
# Passed with --rates rates.json rather than read from here; this line is a pointer.
# IRIS_BENCH_RATES=rates.json