Skip to Content
Overview

Growth Engine

Growth Engine is the headless service behind Growth Lab: it stores your Flows (tile-based crop-monitoring algorithms), runs them on a schedule against your Sources (fields, sensors, weather stations, or anything with a hint), evaluates triggers, sends alerts, and notifies your systems through signed webhooks.

You can use it two ways, or both:

Growth Lab GUIGrowth Engine API
WhatReady-made Flow builder & monitoring UI you embed in your product via <iframe>REST API + webhooks for building your own UI or automating everything
Who signs inYour users; you register them and mint each a session tokenYour backend, using a tenant API key
DocsEmbedding the GUIAPI overview

Status: early development. This documentation is kept in sync with the code as features land. Pages marked Planned describe the intended contract and may change before release. Anything marked Available is implemented and covered by the published OpenAPI document.

How it fits together

Next steps