AIXBT intelligence from your terminal. Direct API commands and declarative recipe workflows.
npm install -g @aixbt/cliRequires Node.js 18 or later.
aixbt loginFour access modes: API key, x402 purchase pass, x402 pay-per-use, and delayed (free). See the docs for details.
| Command | Description |
|---|---|
login |
Authenticate with the AIXBT API |
logout |
Remove stored credentials |
whoami |
Show current authentication status |
projects |
Query tracked projects and momentum |
intel |
Query real-time detected intel |
chat |
Conversational analysis with aixbt |
grounding |
Market grounding snapshot (narratives, macro, geopolitics, tradfi) |
intel clusters |
Explore intel clusters |
intel categories |
List intel categories |
recipe |
Build and run analysis pipelines |
provider |
External data providers (CoinGecko, DeFiLlama, GoPlus, DexPaprika) |
Full documentation, recipe specification, and agent integration guide:
https://docs.aixbt.tech/builders/cli
git clone https://github.com/aixbt/cli.git
cd cli
pnpm install
pnpm build
pnpm testMIT