Airpipe Connect links and controls EVs, chargers, heat pumps, AC, solar, batteries, smart appliances and lighting — through a single, normalized API.
POST /api/devices/charger_9f2a/command
{ "type": "set_current", "current_a": 16 }
200 OK
{
"id": "charger_9f2a",
"vendor": "easee",
"device_type": "charger",
"capabilities": ["set_current", "load_balancing"],
"state": { "power_w": 11040, "charging": true }
}
Integrating the world's leading energy & mobility brands
Every vendor is mapped to the same capabilities, commands and state — so you write your integration once and it works across the whole fleet.
Normalized capabilities, live state and first-class load balancing — the same shape for every vendor.
curl https://connect.airpipe.ai/api/devices \
-H "Authorization: Bearer sk_live_…"
[
{
"id": "charger_9f2a",
"vendor": "easee",
"device_type": "charger",
"name": "Garage",
"capabilities": [
"read_power", "read_energy",
"charge_control", "set_current",
"load_balancing"
],
"state": {
"power_w": 7360,
"connected": true,
"charging": true,
"online": true
}
}
]
Featured platforms, live today — with hundreds more in beta.
A secure, hosted linking flow — no credentials ever touch your servers.
The user picks their brand from the catalog.
OAuth with the vendor — tokens are vaulted, never exposed.
Devices appear on /api/devices, ready to read & control.
Add your API to Airpipe Connect and reach every energy app building on one integration.
Add your API →