Platform Integrations Case Studies Pricing Blog Contact Sign In
Integrations

Works with the grid stack you already run.

Ampgrove connects to your existing SCADA, EMS, and data infrastructure. No forklift replacements. We ship standard connectors for common utility platforms and maintain a documented REST API for custom integrations.

Integration Catalog

Pre-built connectors for the platforms your team runs today.

Each connector handles the protocol translation, data normalization, and timestamp alignment that makes utility data pipelines painful to build from scratch.

GridSense SCADA

Full interval data read, real-time telemetry polling, and alarm state monitoring via standard ICCP/DNP3 translation layer.

SCADA

NovaStar EMS

Energy management system connector with load history export, feeder map import, and bidirectional dispatch recommendation feedback loop.

EMS

ClearPath DMS

Distribution management system integration for feeder topology ingestion, switch state monitoring, and outage correlation during forecasting.

DMS

WeatherSync API

High-resolution numerical weather prediction feed: hourly temperature, humidity, solar irradiance, and wind speed at the feeder's geographic centroid.

Weather

Email + SMS Alerting

Direct integration with your existing email infrastructure and SMS gateway for threshold-triggered alert delivery without adding a new notification platform.

Notifications

REST API

Full-featured REST API for custom integrations, embedding Ampgrove forecasts in your own operator console, or connecting to internal data warehouse pipelines.

API
REST API

A documented API for custom integration and data access.

Authentication uses Bearer tokens scoped per operator seat. All endpoints return JSON. Forecast data is available at 15-minute intervals or aggregated to hourly or daily summaries. Webhooks push threshold events to your endpoint in real time.

  • Bearer token authentication per seat
  • Forecast, feeder-state, and alert endpoints
  • Webhook support for real-time threshold events
  • OpenAPI 3.0 spec available on request
ampgrove-api: forecast request
GET /v1/forecast
  ?feeder_id=F-007
  &horizon=4h
  &resolution=30m
Authorization: Bearer <token>

// Response 200 OK
{
  "feeder_id": "F-007",
  "as_of": "2026-06-11T14:00:00Z",
  "horizon": "4h",
  "intervals": [
    {
      "t": "2026-06-11T14:30:00Z",
      "mw_p50": 88.4,
      "mw_p10": 82.1,
      "mw_p90": 94.7
    },
    ...
  ],
  "threshold_mw": 90.0,
  "alert_expected_at": "2026-06-11T15:30:00Z"
}
Deployment

Cloud-hosted SaaS or on-prem agent for OT-isolated environments.

Most utility pilots run on Ampgrove's cloud-hosted SaaS deployment. For environments where OT network data cannot leave the premises, the on-prem agent model is available on the Scale tier.

Default

Cloud-Hosted SaaS

Ampgrove hosts the forecast engine and operator console. SCADA data transits over an encrypted connection to our data ingestion layer. Forecast output and recommendations are served back via the web console and API. Suitable for IT-connected environments and pilot deployments.

  • Available on Monitor and Operate tiers
  • TLS 1.3 encrypted transit
  • Data isolated per utility tenant
Scale Tier

On-Prem Agent

For utilities with strict OT network segmentation requirements, the Ampgrove on-prem agent runs inside your environment. Interval data never leaves your network. The forecast engine and operator console run on customer-provided infrastructure. Implementation includes dedicated engineering support.

  • Data stays inside your network
  • Compatible with air-gapped OT environments
  • Dedicated implementation engineer

Need a custom connector? Talk to our team.

If your grid stack isn't in the catalog, we scope custom integration work as part of the pilot engagement. Tell us what you're running and we'll tell you how long it takes.