@jelou/cli
v1.69.1
Published
Build AI agents on the Jelou platform — from your terminal or your AI editor.
Readme
@jelou/cli
Build AI agents for WhatsApp 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
Requirements: Node.js 18+ and npm. For the prompt route, an AI editor — Claude Code, Cursor, Codex, or Windsurf.
Install with a prompt
Open Claude Code, Cursor, Codex, or Windsurf and paste this. The agent does the rest:
Install the Jelou CLI: run
npm install -g @jelou/cli, verify it withjelou --version, then ask me for my Jelou API key (from https://apps.jelou.ai/settings/api-keys) and runjelou login --token <key>to authenticate. Finally runjelou agent installso the Jelou agent skills are installed into this editor — then you can build, test, and ship Jelou workflows for me from here.
Install manually
npm install -g @jelou/cli # requires Node.js 18+
jelou login # paste your API key; skills auto-installVerify with jelou --version. Prefer to keep your key out of the chat history?
The manual route reads it from a masked prompt.
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
Repository layout
This repo is a small monorepo: the Deno CLI lives at the root (mod.ts,
src/), the shared API-client layer is packages/api (@jelou/api), and
packages/mcp-server is a separate Node service — a vendor-hosted MCP server
that exposes Jelou tools to MCP clients. See
packages/mcp-server/README.md.
License
Copyright 2026 Jelou Inc. All rights reserved. See LICENSE.
Your use is also subject to the Jelou Terms and Conditions.
