Essayez dans votre terminal
Quelques exemples de ce que vous pouvez faire
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
➜_
Commandes disponibles
Tout ce dont vous avez besoin pour gerer vos 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 settingsFonctionnalites
Zero-config setup
Auto-completion
Multiple environments
CI/CD ready
Cross-platform
Open source
Installation multi-plateforme
Fonctionne sur macOS, Linux et Windows
macOS
brew install apillmLinux
curl -fsSL ... | shWindows
npm install -g @apillmcontext/cli