The energy device API

One API for every energy device.

Airpipe Connect links and controls EVs, chargers, heat pumps, AC, solar, batteries, smart appliances and lighting — through a single, normalized API.

1,000+ integrations brands 10 categories
POST /api/devices/{id}/command
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

How it works

From integration to control in four steps.

One API, every device

Ten device categories.
One normalized model.

Every vendor is mapped to the same capabilities, commands and state — so you write your integration once and it works across the whole fleet.

Connect API /api/devices EV & Charger Heat pump Solar Battery Appliances Lighting
API preview

A response you can actually build on.

Normalized capabilities, live state and first-class load balancing — the same shape for every vendor.

connect.airpipe.ai
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
    }
  }
]
Read the docs →
Supported hardware

Thousands of models. Ten categories.

Featured platforms, live today — with hundreds more in beta.

Link flow

Users connect their own devices in seconds.

A secure, hosted linking flow — no credentials ever touch your servers.

1

Choose device

The user picks their brand from the catalog.

2

Authorize securely

OAuth with the vendor — tokens are vaulted, never exposed.

3

Connected

Devices appear on /api/devices, ready to read & control.

🔗 Link a device
Tesla
Fleet API
Volvo
Energy API v2
E
Easee
Cloud API + SignalR
Authorize with vendor →

Are you a device maker?

Add your API to Airpipe Connect and reach every energy app building on one integration.

Add your API →