Skip to content

CLI verbs

Terminal window
ahamie create | dev | build | deploy
| ui add
| publish | install
| login | logout
| run | eval | factory run | triggers list
| db migrate | db studio
| secrets set | secrets list
| doctor
Terminal window
ahamie create my-brain

Delegates to pnpm create ahamie.

Terminal window
ahamie dev [--port 3000] [--proxy-port 7787]

Boots the proxy as a child process, prints the listen URL, generates a per-launch bearer token in AHAMIE_PROXY_TOKEN if unset.

Terminal window
ahamie build

Delegates to tsup.

Terminal window
ahamie deploy

v1: Helm chart. v2: Terraform.

Terminal window
ahamie ui add agent-run-tree run-console approval-inbox

Calls pnpm exec shadcn add with the registered Ahamie primitive.

Terminal window
ahamie publish --manifest ./src/manifests/my-app.ts
ahamie install --hash <sha256>

Local registry today; @ahamie/marketplace at v2.

Better-Auth machine-token flow (v1 implements PKCE device flow).

Terminal window
ahamie run --id daily-summary [--shadow]

Manually invoke an automation. --shadow records but does not dispatch deliveries.

Terminal window
ahamie eval --suite summarizer.suite
ahamie eval --file ./src/evals/custom.suite.ts

Loads the suite, runs both partitions, exits non-zero on failure.

Terminal window
ahamie factory run --file ./src/factories/summarizer.factory.ts

Runs the software-factory outer loop with a tabu list across iterations.

Terminal window
ahamie triggers list

Lists every registered trigger family in the current process (built-ins + connector augmentations).

Terminal window
ahamie db migrate [--url postgres://…]
ahamie db studio
Terminal window
ahamie secrets set --name slack-prod-webhook --purpose connector --org $ORG_ID
ahamie secrets list --org $ORG_ID
Terminal window
ahamie doctor

Preflight checks: missing eval suites, default-allow egress, unrotated credentials, missing ahamie.config.ts, etc.