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 # agent skills auto-install into Claude
# Code, Cursor, Codex, and Windsurf
mkdir my-project && cd my-project # project files live in this folderOpen a fresh session in any of those editors from that folder and ask for what
you want — "build a support workflow", "deploy a Stripe webhook", "send a
WhatsApp campaign". The agent picks the right jelou command and runs it.
Prefer the terminal? jelou --help browses the full command tree.
What you can do
- Build workflows — design, test, and ship project workflows end-to-end
- Build functions — serverless functions integrated into the Jelou ecosystem
- Test before shipping — record runs, trace step-by-step, search messages, and open a local test dashboard for your workflows
- Debug live conversations — list, grep, and walk one user's chat timeline; reset a user's cached state with a bot to retest cleanly
- Connect channels — wire projects to Web, 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"
"Why did this conversation go wrong yesterday at 3pm?"
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.