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