Sign in to your Injaz Cowork account
Add API keys for any providers you want to use. Keys are stored encrypted per-user (AES-256-GCM).
A CLI agent that classifies, plans, executes, and verifies — using 8 specialized model roles instead of one big agentic loop. Domain-aware verification, parallel DAG execution, and user-approved self-healing.
Understand · Clarify · Plan (3 modes) · Pre-check · Execute · Domain-verify · Final-verify · Memory.
Independent steps run concurrently in waves. 3-5× faster than sequential agents.
Each domain ships its own runtime + final verifier prompts. Per-step semantic checks.
On failure, candidate fixes are gathered from memory + skills. Apply, edit, or halt.
Light hats use Haiku, heavy ones use Opus. ~30-40% the cost of Opus-everywhere.
Adding a new domain = 4 markdown files. No TypeScript changes required.
# 1. install git clone <repo> injazcowork && cd injazcowork npm install && npm run build export ANTHROPIC_API_KEY=... # 2. small task — direct exec node bin/injaz "check disk usage on this server" # 3. medium task — auto-planned node bin/injaz "set up nginx with a default config and start it" # 4. cross-domain plan with DAG visualization node bin/injaz --mermaid "deploy app to localhost:3000, then go to it in a browser" # 5. high-assurance prod operation node bin/injaz --assure full --yes "deploy v2 to production"