← Back to home

Documentation

The product is intentionally simple: one CLI, six backends, a workflow, and a marketplace. Pick a topic to jump in.

5-minute quickstart
# 1. install
$ npm install -g @agenit/cli

# 2. activate with the JWT we email you
$ agenit activate ~/Downloads/licence.jwt

# 3. pick a backend (Gemini CLI is the easy default)
$ npm install -g @google/gemini-cli && gemini auth login

# 4. point at a repo and walk the V-Model
$ cd my-project && agenit
[my-project] flow> /run requirements/CRS.pdf
   → /swe1  requirements.md
   → /swe2  decisions.md
   → /swe3  decisions.md
   → /swe4  source + @req tags
   → /swe5  tests/
   → /swe6  traceability.json    ✓