Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jelou/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@jelou/cli
Build AI agents on the Jelou platform from your terminal —
or just ask your AI editor. Agent skills auto-install into Claude Code, Cursor,
Codex, and Windsurf on jelou login.
Install
npm install -g @jelou/cliVerify with jelou --version.
Sign up
Don't have a Jelou account yet? Create one free — takes a minute.
Quickstart
jelou login # authenticate; agent skills auto-install
mkdir my-fn && cd my-fn
jelou functions init # scaffold a function
jelou functions dev # local dev server with hot reload
jelou functions deploy # ship to productionWhat you can do
- Build workflows — design, test, and ship Brain workflows end-to-end
- Build functions — serverless functions integrated into the Jelou ecosystem
- Connect channels — wire brains to Web Widget, WhatsApp, Facebook, Instagram
- Manage WhatsApp — bots, outbound templates, and bulk campaigns
- Manage databases — provision and operate Jelou-managed databases
- Browse the marketplace — connect 3,000+ integrations including payments and KYC
- Manage secrets — organization-level environment variables
Run jelou --help for the full command tree.
Use it from your AI editor
jelou ships agent skills that auto-install on jelou login. Open a fresh
session in Claude Code, Cursor, Codex, or Windsurf and just ask:
"Build a customer support workflow"
"Deploy a function that handles Stripe webhooks"
"Send a WhatsApp campaign to my Black Friday list"
"Provision a database for analytics"
"Install the Stripe integration"
The matching jelou command runs for you — agents pick the right flags from
context.
Manage skills any time:
jelou agent install # interactive wizardProfiles
Switch between accounts and environments without re-logging in.
jelou login # interactive — creates a profile
jelou login --profile staging # add another profile
jelou auth list # show profiles
jelou auth switch staging # change active profile
jelou functions deploy --profile production # one-shot overrideDocumentation
- docs.jelou.ai — full reference, guides, and tutorials
- jelou.ai — Jelou platform
- CHANGELOG.md — release notes and version history
License
Copyright 2026 Jelou Inc. All rights reserved. See LICENSE.
Your use is also subject to the Jelou Terms and Conditions.