Command Line Interface

ApiLLMContext in your terminal

Manage your APIs directly from the command line. One-command installation.

npm install -g @apillmcontext/cli

Requires Node.js 18+

Try it in your terminal

Some examples of what you can do

apillm — zsh
apillm add stripe
✓ API "stripe" added successfully
✓ Indexed 127 endpoints
✓ Embeddings generated (1024d)
apillm search "create payment"
Found 3 endpoints:
• POST /v1/payment_intents
• POST /v1/charges
• POST /v1/checkout/sessions
_

Available commands

Everything you need to manage your APIs

apillm loginAuthenticate with your account
apillm add <api>Add an API to your context
apillm search <query>Search across your APIs
apillm install <skill>Install a skill from marketplace
apillm listList all configured APIs
apillm configureConfigure CLI settings

Features

Zero-config setup
Auto-completion
Multiple environments
CI/CD ready
Cross-platform
Open source

Multi-platform installation

Works on macOS, Linux, and Windows

macOS

brew install apillm

Linux

curl -fsSL ... | sh

Windows

npm install -g @apillmcontext/cli

Ready to try?

Install the CLI and add your first API in 2 minutes.