AGRO-AI Platform API private beta

Operational agriculture intelligence through a curated REST API. Access is provisioned per organization, with test and live projects gated separately.

The Platform API is in private beta and disabled by default. Endpoints are enabled per organization by AGRO-AI. Live projects, webhooks, billing, and public docs are each gated behind their own server flags.

Base URL & versioning

All requests are sent to the versioned base path /v1. Platform resources live under /v1/platform.

http
https://api.agroai-pilot.com/v1/platform

The public contract is generated by the API itself. The API reference renders directly from that contract, so it never drifts from the server.

Resource model

The API is resource-oriented. The curated public surface includes:

ResourcePurpose
providersConnect data providers, run syncs, validate credentials.
fields, sourcesRegister fields and the sources that feed them.
observationsIngest and query observations.
recommendationsRequest advisory, model-backed recommendations.
reports, jobsGenerate reports; track asynchronous work.
usage, request-logsRead metered usage and request history.

Recommendations and actions are advisory. The API does not actuate physical irrigation, and provider physical writes are disabled during the beta.

Conventions