Developer API & Webhooks
Bring zone intelligence into systems you already run.
For operations and partners that want zone data inside their own stack — a REST API plus configurable outbound webhooks, with access controls and key management built in.
// GET zone health
GET /v1/sites/riverside/zones/Z-03
{
"zone": "Z-03",
"crop": "romaine",
"stage": "vegetative",
"health": 71,
"status": "watch",
"forecast": {
"issue": "nitrogen_deficiency",
"eta_days": 4,
"action": "raise N in feed; recheck 24h"
}
}// webhook · alert delivered
POST https://ops.example.com/hooks/mdn
{
"event": "predictive_alert",
"site": "riverside",
"zone": "Z-03",
"severity": "watch",
"eta_days": 4,
"channel": ["email", "sms"]
}Extensibility
Your data, in your systems.
REST API
Pull zone health scores, forecasts and alert data into your own internal systems or proprietary tooling.
Configurable webhooks
Push predictive alerts into the tools you already use — email, SMS gateway, or internal systems — beyond the native app.
Integrate without custom work
Larger operations connect zone data to their ERP or BI tooling without waiting on a custom integration project.
Example use cases: feeding zone health into an operation's own ERP, combining alerts with proprietary tooling, or routing predictive warnings into an existing incident channel.