Prerequisites
- An Antidote Cloud workspace. If you don’t have one yet, contact your account manager or sign up at the URL provided in your welcome email.
- The sign-in URL, owner email, and password your account manager sent you. The first owner account is bootstrapped during provisioning.
1. Sign in
Open the workspace URL in your browser and log in with the owner credentials from your welcome email. You land on the dataset table, which is empty on a fresh workspace. The first thing to do once you’re in:- Open Settings, Users and invite the rest of your team. Invitees receive a one-click acceptance link that drops them into the workspace with a password they set themselves.
- Open Settings, API keys and mint a key for programmatic access. You’ll use it below.
2. Scan your first dataset
- Images (mislabel scan)
- Text (anomaly + safety scan)
- Programmatic (curl)
- Click Upload dataset, Images.
- Either zip a folder where each subdirectory is a class
(
cat/,dog/, …) and drop the zip, or point Antidote at a repository URL. For private repositories, supply a token when prompted. - Once the dataset row appears, click Scan, Mislabel (fine).
- Watch progress stream in real time. Results land in the expanded row when the scan completes.
3. Triage and heal
When the scan completes, the dataset row expands to show:- A ranked list of suspect samples with score, given label, and predicted label.
- A threshold slider that filters which findings count as issues.
- Preview thumbnails for every row.
- The latent-space scatter plot (under View representation), useful for spotting clusters of related problems.
- Relabel mislabeled files.
- Drop outliers.
- Drop poisoned rows.
4. Try Runtime Security
To put the LLM-traffic firewall in front of a model, use the API key you minted in step 1.verdict of block or redact means the firewall caught a
problem. The full integration paths (reverse proxy, scan API,
tool-call scanning) are in the
Runtime Security overview.
Where to next
Data Integrity overview
Core concepts, severity scale, and the map of every feature.
Runtime Security overview
Endpoints, verdicts, thresholds, SDK examples for prompt and
response scanning.
Engines
The seven scanning engines and what each one finds.
API reference
OpenAPI-backed reference with try-it-out.

