Documentation Index
Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Download the latest
Use the JWT Arize provides to download and extract the latest customer distribution archive (Helm chart,arize.sh, Terraform, bundled HTML docs, and examples).
Set your JWT in the shell (replace the placeholder). Do not paste a real secret into shared command history if your policy forbids it—use a password manager or your platform’s secret injection instead.
get_latest.sh first if your security team requires reviewing remote scripts):
cd into the directory it creates (for example arize-distribution-x.y.z—the script output shows the exact name).
Prefer a reviewed script? You can save
get_latest.sh to disk first (curl to a file), inspect it, then run it with bash ./get_latest.sh from a dedicated directory so unpack paths are predictable.Downloading an older release
If you need a specific version instead of the latest, download that tarball by version. SetJWT in your environment as in the previous section, then run:
Tools
See Prerequisites for the full workstation checklist (docker, helm, kubectl, curl, openssl, and your cloud CLI). No extra tools are required on this page beyond what you already use for GKE installs.
Extract layout
After extraction (whether fromget_latest.sh or a manual tarball), you should see something like:
docs/— Offline HTML documentation for this release (includes Advanced → Helm, operational guides, and troubleshooting). Opendocs/index.htmlin a browser.terraform/— Terraform modules andREADME.mdfor optional GKE and networking provisioning.examples/— Sample manifests for ingress and endpoints (for exampleexamples/endpoints/gcp/for Google Cloud load balancer patterns).
arize-operator-chart.tgz and arize.sh for installation. GCP ingress examples live under examples/endpoints/gcp/ (paths are relative to the extracted root).