MT2Data Platform

MT2 Data offers customized solutions to apply machine learning in the agricultural sector. Our platform connects your operations to leading agronomic data providers through a unified, secure API.

Products

Colmeia

Colmeia is the integration hub that connects your application to agricultural data providers. It exposes a unified REST API that normalises data from multiple providers behind a single authentication model.

Supported integrations:

  • John Deere — equipment, fields, and operations data
  • Syngenta Cropwise — properties, crops, and monitoring
  • Solinftec — data integration

All endpoints return a standardised JSON envelope:

{ "success": true,  "data": { /* ... */ } }
{ "success": false, "error": "<snake_case_code>" }

Base URL: https://colmeia.mt2data.cloud/api

Datalake Gateway

The MT2Data Datalake Gateway provides access to the platform's agronomic data lake via OAuth 2.0 Client Credentials. When using Colmeia, token management is handled automatically on your behalf.

Base URL: https://datalake.mt2data.cloud

Getting started

Access credentials and onboarding details are provided during the integration handoff with the MT2Data team. Once you have your credentials, refer to the product guides in this documentation to start making API calls.