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 GUI | Growth Engine API | |
|---|---|---|
| What | Ready-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 in | Your users; you register them and mint each a session token | Your backend, using a tenant API key |
| Docs | Embedding the GUI | API 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
- Getting started: obtain a tenant and API key, register users, mint a session token.
- Growth Lab workspace: browse, edit, and create flows in the GUI.
- Concepts: tenants, users, verified addresses, flows, sources.