JSPM

  • Created
  • Published
  • Downloads 874
  • Score
    100M100P100Q115419F
  • License SEE LICENSE IN LICENSE

Build AI agents on the Jelou platform — from your terminal or your AI editor.

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

    npm version weekly downloads license node

    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/cli

    Verify 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 production

    What 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 wizard

    Profiles

    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 override

    Documentation

    License

    Copyright 2026 Jelou Inc. All rights reserved. See LICENSE.

    Your use is also subject to the Jelou Terms and Conditions.