Command Line Interface

ApiLLMContext dans votre terminal

Gerez vos APIs directement depuis la ligne de commande. Installation en une commande.

npm install -g @apillmcontext/cli

Necessite Node.js 18+

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)
apillm search "create payment"
Found 3 endpoints:
• 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 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

Fonctionnalites

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 apillm

Linux

curl -fsSL ... | sh

Windows

npm install -g @apillmcontext/cli

Pret a essayer ?

Installez le CLI et ajoutez votre premiere API en 2 minutes.