New Read the founder's letter: "For All of Humanity"
Developers

Build on Watoko.

Agricultural intelligence as infrastructure. REST APIs, webhooks, SDKs, and MCP tools — integrate farm data, market intelligence, and financial services into any application.

One API, four products

Access the full Watoko platform programmatically. RESTful endpoints, consistent response formats, and comprehensive webhooks for real-time events.

REST API

JSON-based REST API with OAuth 2.0 authentication. Rate-limited, versioned, and designed for production use from day one.

Webhooks

Real-time event notifications for farm alerts, trade executions, payment completions, and agent decisions. HMAC-signed payloads.

SDKs

Official client libraries for Python, JavaScript/TypeScript, and Go. Type-safe, well-documented, and built for developer experience.

GET /v1/farms/{farm_id}/health
GET /v1/markets/prices?crop=maize®ion=east-africa
POST /v1/trades
GET /v1/lots/{lot_id}/passport
POST /v1/payments/disburse

Agricultural intelligence as AI tools

Expose Watoko's capabilities as Model Context Protocol (MCP) tools. Let any AI assistant access real-time farm data, market prices, weather forecasts, and trade execution.

  • Farm health queries — soil moisture, crop status, pest alerts in natural language
  • Market intelligence — real-time prices, historical trends, trade opportunities
  • Weather forecasting — hyperlocal 72-hour forecasts for any registered farm
  • Compliance checking — EUDR status, data passport generation on demand
  • Payment execution — trigger mobile money disbursements with approval flows

Why MCP

MCP turns Watoko into a tool that any AI agent can use. Agricultural intelligence becomes composable — available to chatbots, copilots, autonomous agents, and any system that speaks MCP.

The most comprehensive agricultural dataset in Africa

Anonymized, aggregated data available through tiered access. From open public datasets to enterprise-grade research access.

Public Tier

Aggregated regional data: crop prices, weather summaries, yield indices. Free for research and development use.

Partner Tier

Granular anonymized farm data, soil analytics, and market microstructure. For approved research institutions and development organizations.

Enterprise Tier

Full API access, custom data pipelines, dedicated support, and SLA guarantees. For companies building products on Watoko data.

What developers are building

Agricultural Lending

Banks and fintechs using farm performance data and credit scores to underwrite agricultural loans — collateral-free, based on real yield data.

Supply Chain Platforms

Traceability systems pulling lot passports, quality scores, and compliance documentation through the API for end-to-end supply chain visibility.

Climate & Insurance

Insurers building parametric products using Watoko's plot-level risk models, weather data, and satellite imagery for granular agricultural insurance.

Get farm health in 3 lines

Python watoko-sdk
from watoko import Watoko

client = Watoko(api_key="wk_live_...")

# Get real-time health for a farm
health = client.farms.get_health("farm_abc123")

print(health.soil_moisture)    # 34.2%
print(health.ndvi_score)       # 0.72 (healthy)
print(health.pest_risk)        # "low"
print(health.next_action)      # "Irrigate plot B — soil below threshold"

# Get market prices
prices = client.markets.prices(crop="maize", region="east-africa")

for p in prices:
    print(f"{p.market}: {p.currency} {p.price}/{p.unit}")

Get API access.

Start building with agricultural intelligence. Free tier available for development and testing.

Request API access

Get API access.

Tell us what you're building and we'll get you set up with the right access tier.

"Watoko's API gave us the agricultural data layer we needed to launch our lending product in 3 months instead of 18."
— Fintech CTO

Thank you!

We'll be in touch within 24 hours with your API credentials.