What it is
A Python tool for automating the full TypeSafe (Jev / System One) account lifecycle: apply, confirm email, wait for approval, register, create API key, and store in a ledger. It uses pure HTTP with no browser, and can batch-produce accounts.
How it uses Jev
The tool does not use Jev for decision-making. It automates the process of obtaining API keys for Jev. The only interaction with Jev is in verify_keys.py, which makes a real inference call to api.typesafe.ai to validate the keys, but the README does not specify which primitives are used in that call.
Technique worth stealing
Two-phase delivery: batch apply, then watch/resume for downstream steps, handling the external approval delay.
Try it
Run tools/run_e2e.py --doctor, then --mode apply, --mode watch, and verify_keys.py.
Evidence
Each line is one question put to Jev about the README. ≥ 0.60 reads as yes, ≤ 0.40 as no; in between Jev is not making a call.
- Jev-centricunclear0.41
- Shows a System One patternunclear0.60
- Handles uncertaintyno0.03
- Measuredyes0.99
- Runnableyes0.90
- Worth recommendingno0.32
- Model replicano0.04
- Problem scopescore on a 0–2 scale0.95
- About Jevyes0.96
Signals by Jev jev-1.13.0, card written by DeepSeek V4.1 Flash from the README on 20 Sept 2026.