Complete guide to using the platform
OrdaAgro is a unified platform for digitalizing agriculture in Kazakhstan. It lets farmers manage the entire cycle, from crop selection to selling produce.
The documentation provides complete information about all platform features, the API, and integration solutions.
Create a new account using your email or phone number. Registration is free.
Specify your region, type of farm, and land area. Crop recommendations will become more accurate.
Mark the field boundaries on the map. The system automatically loads soil data.
Crop selection, monitoring, marketplace — all the tools are ready. If you need more help, contact our support team.
Registration on the OrdaAgro platform is free. During registration you provide the following details:
Verification: to sell on the marketplace or apply for a subsidy, you must complete verification by uploading a photo of your ID. Verification takes 1–2 business days.
The AI-based crop selection system recommends the most profitable crop for your land. The system considers the following factors:
As a result, the system shows an efficiency rating, projected yield, and an estimate of the required costs.
The satellite monitoring system uses Sentinel-2 data. Available indices:
Vegetation index — assessing plant health
Water index — determining moisture levels
Enhanced vegetation index — for dense vegetation
Land surface temperature — detecting anomalies
Data is updated every 5 days. If anomalies are detected, a push notification is sent.
On the OrdaAgro marketplace you can buy or sell agricultural produce, fertilizers, seeds, and equipment.
Posting a listing requires the «Farmer» or «Agribusiness» plan. Only verified users can sell.
Commission: 2% of the sale amount. Payment is processed through a secure escrow system.
The OrdaAgro API is a RESTful interface available with the «Agribusiness» plan. You can obtain your API key in «Settings» → «API».
GET /api/v1/fields
Authorization: Bearer {API_KEY}
Response:
{
"data": [
{
"id": 1,
"name": "Northern Field",
"area_ha": 120,
"crop": "Wheat",
"ndvi": 0.72
}
]
}
Available resources: /fields, /monitoring, /crops, /marketplace. Rate limit: 1000 requests per hour.