Build what energy businesses need next.
Everything you need to extend the Energy XRM—from APIs and SDKs to Apps, integrations, and agent-powered development.
Build with an agent that understands epilot.
Skills and an MCP server for Claude, Codex, and ChatGPT with live access to docs, APIs, and your org.
Apps
Extend epilot with Apps that plug into entity pages, journeys, portals, and flows — from custom tabs and blocks to server-side functions.
Build your first appDocumentation
Understand the Energy XRM: entities, journeys, workflows, automation, pricing, and everything else that runs an energy business.
Read the docsSDK
Typed TypeScript clients for every epilot API, generated from the OpenAPI specs and kept in sync with the platform.
Install the SDKAccelerate 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
npm install -g @epilot/cliExplore the platform
Dive into the building blocks of epilot