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)
✓ Indexed 127 endpoints
✓ Embeddings generated (1024d)
➜apillm search "create payment"
Found 3 endpoints:
• POST /v1/payment_intents
• POST /v1/charges
• POST /v1/checkout/sessions
• POST /v1/payment_intents
• POST /v1/charges
• POST /v1/checkout/sessions
➜_
Available commands
Everything you need to manage your APIs
apillm loginAuthenticate with your accountapillm add <api>Add an API to your contextapillm search <query>Search across your APIsapillm install <skill>Install a skill from marketplaceapillm listList all configured APIsapillm configureConfigure CLI settingsFeatures
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 apillmLinux
curl -fsSL ... | shWindows
npm install -g @apillmcontext/cli