ZeqSmartGrid
Smart city power grid management. Zeqond-synchronized load balancing across distributed generation, demand response, and storage with R(t) frequency regulation.
| Endpoint | POST /api/infra/smart-grid |
| Auth | api-key |
| Rate limit | 15/min |
| Category | infrastructure |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
gridTopology | object | Yes | Grid node graph with generation/load data. |
renewableForecast | object | No | { solar_kW, wind_kW, hours_ahead } |
storageCapacity_kWh | number | No | Total battery storage available. |
Returns
{ loadAllocation, frequencyDeviation_Hz, renewablePenetration_pct, storagePlan, zeqond }
Example
curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"gridTopology": {},
"renewableForecast": {},
"storageCapacity_kWh": 0
}' \
"https://zeqsdk.com/api/infra/smart-grid"
This protocol is a named building block — one of the operations you
compose inside a state contract. Call it directly with
the request above, or invoke it from a contract that fires on your machine's
clock. Browse the whole library at GET /api/protocols; fetch this one at
GET /api/protocols/zeq-smart-grid.