rady · the command line

Every RadMah AI capability, one terminal away.

Authenticate, generate data, simulate industrial plants, run MITRE ATT&CK ICS attacks, drive the autonomous data scientist, verify sealed evidence — all chatty, all colored, all from your shell.

rady command-line session — authenticate, mock, list jobs — animated terminal recording

Real terminal session, recorded with asciinema — what you see is what a customer sees.

Authenticate

One paste.
Credentials live in your OS keyring.

rady auth login prompts once, verifies against the endpoint, and persists the key in macOS Keychain / Windows Credential Manager / Linux Secret Service. Never plaintext on disk, never in an env var that shows up in process listings.

rady auth login — banner, endpoint info, verify spinner, logged-in confirmation
Design principle

The CLI is a thin wrapper around the SDK, which is a thin wrapper around REST. No engine code ever reaches a customer's machine through this package — engines run server-side, always.

Generate data

English in,
sealed rows out.

rady mock takes a prompt, fabricates a sealed contract seal, submits a job, waits, and writes the artefact to disk — one command. rady synthesize trains + samples from your own dataset across seven engines: the flagship engine, the parametric engine, the diffusion engine, TRC, the schema engine, FHIR bundles, CCTP physics.

rady mock — prompt, seal, submit, bytes written, evidence hint
Industrial simulation

Plants, protocols,
67 MITRE ATT&CK techniques.

rady scada simulate drives a Virtual SCADA run against any of 67 plant templates across six OT protocols (Modbus / DNP3 / S7 / OPC-UA / MQTT / BACnet). rady ics attack layers any of the 67 MITRE ATT&CK ICS techniques on top and delivers a labelled cyber-range bundle — pcap, ground-truth, sealed detection rules.

rady scada simulate — tank farm 4-hour run summary
Agentic Data Scientist

Plan → approve → execute.
With a human gate built in.

rady ads new takes an English goal, drafts a multi-step plan, then waits at an approval gate (HAGP) before touching credits. rady ads approve fires the gate; the executor self-heals on step failures and seals the evidence chain on completion.

rady ads new — project awaiting_approval with 6 planned steps
Chatty by design

Every command confirms progress, surfaces real errors, and points at the next useful command. Zero decorative chatter. Color-coded outcomes. Italic hints at the end of every action.

Cryptographic provenance

Verify every bundle.
Offline. No API key needed.

rady evidence verify runs fully offline — no network, no credentials, no server roundtrip. Recomputes the BLAKE3 integrity hash, verifies the optional Ed25519 signature against your trust root, and reports the Merkle root. Exit 0 on success, 1 on any mismatch. Scriptable into any CI pipeline.

rady evidence verify — integrity OK, Ed25519 verified
Your contracts, your plumbing

Seals, scenarios, webhooks,
14 data connectors.

rady sealslists every sealed contract you've sealed. rady scenarios fabricate turns English into a sealed contract in one call. rady webhooks test sends a signed HMAC-SHA256 delivery to your HTTPS endpoint and reports latency + response. rady connectors test pings any of 14 integrations end-to-end.

rady seals list — five recent sealed the sealed contracts with engine and mode
Credits + billing

Your month, on one screen.

rady usage shows plan, credits available, credits used this month, credits granted, and next renewal date. rady usage plans enumerates upgrade paths. rady keys manages API keys with plaintext shown ONCE on create — rotate, revoke, list-by-fingerprint.

rady usage — Sovereign plan, 1487 credits available
17 command groups

The whole platform, from your shell.

SDK + CLI access is provided under agreement. Email sales for credentials and installation.