Install
The CLI is our primary surface built with coding agents in mind. Everything you can do through the web UI, an agent can drive via `datagen`
Requires Python 3.13 or newer.
Install
pip install datagen-cliAuthenticate
datagen auth loginFollow the prompts to authenticate with your TLDC account.
Verify
datagen auth statusYou should see your email, active organization, and role. If you see an error, rerun datagen auth login.
Switching organizations
If you belong to more than one, list your memberships and switch:
datagen auth org --list
datagen auth org --use <org-slug>Next: make your first taskset. The full CLI surface is documented under CLI reference.