Skip to content

Pipelet Developers

The modular, source-first CPMS platform — built for developers and AI agents.

Pipelet is a modular Charge Point Management System for EV infrastructure: 16 cleanly separated services, 92+ documented API operations, and a Model Context Protocol server that lets Claude, your CI bot, or any agent operate the network directly. Source-first, no vendor lock-in, deploys as SaaS, on-premise, or appliance.

Terminal window
# 1. Pull the gateway
docker run -d -p 8080:8080 \
-e CPMS_API_KEY=hcpms_live_demo \
ghcr.io/pipelet/cpms-headless:latest
# 2. List connected stations
curl -H "X-API-Key: hcpms_live_demo" \
http://localhost:8080/api/v1/stations
  • A fleet dashboard in any frontend framework, talking to one REST gateway.
  • An autonomous load-balancing agent that uses MCP tools to redistribute power across groups.
  • A roaming bridge that forwards Hubject CDRs into your billing system via webhooks.
  • A test harness that stress-tests your CPMS backend with thousands of simulated chargers.
  • A custom self-hosted CPMS built from the 16-module catalog — pick what you need, leave the rest.

Need a hand? Email info@pipelet.com or open an issue on GitHub.