Skip to main content
epilot CLI

Accelerate development with the epilot CLI.

Scaffold and deploy Apps, call any API operation, and manage environments from one command-line tool. Install it globally or just run it with npx.

  • Zero setupRun everything through npx. No SDK wiring, no boilerplate, no config files to get started.
  • Manifest-driven appsScaffold components and functions, validate locally, and deploy — the manifest stays in sync.
  • Built for scripts and agentsJSON output, non-interactive mode, and JSONata transforms make it a natural tool for CI and LLM agents.

Scaffold, extend, and deploy an epilot App

# Create a new app project
$ npx epilot app init my-app

# Add a component to it
$ epilot app add-component meter-readings --type CUSTOM_CAPABILITY

# Deploy to your organization
$ epilot app deploy
Installnpm install -g @epilot/cli