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

Build on Watoko.

The autonomous intelligence platform for biology, exposed as developer primitives. REST APIs, webhooks, SDKs, and MCP tools — integrate field telemetry, market microstructure, biomolecular data, and 63+ autonomous agents into any application, on Earth or beyond.

We are building on the largest operational biological dataset of a continent — species, microbiomes, compounds, soil readings. The Watoko Archive Project is the foundation. That is a developer story.

One API, 4 engines

Access the full Watoko platform — and the biological intelligence APIs behind it — programmatically. RESTful endpoints, consistent response formats, and webhooks for every real-time event in the system.

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.

Example endpoints v1 · Public
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

The intelligence of life as AI tools

Expose Watoko's 63+ agents as Model Context Protocol (MCP) tools. Let any AI assistant access real-time field telemetry, market prices, weather forecasts, biomolecular data, and trade execution — the same primitives that power research stations and closed-loop habitats.

  • 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. Biological intelligence becomes composable — available to chatbots, copilots, autonomous agents, and any system that speaks MCP.

The intelligence record of complex environments

Anonymized, aggregated biological data spanning soil microbiome, crop genomics, climate exposure, market microstructure, and biomolecular signal — drawn from the Watoko Archive, born in Africa, built for Earth and space. From open public datasets to enterprise-grade research access for universities, biotech, and sovereign programs.

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 to biological data, custom data pipelines, dedicated support, and SLA guarantees. For companies building products on the Watoko Archive.

What developers are building

Not just agricultural data. The largest operational biological dataset of a continent — species, microbiomes, compounds, soil readings — available through biological intelligence APIs backed by the Watoko Archive.

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 on the autonomous intelligence platform for biology. Free tier available for development and testing — from a fintech prototype to a sovereign research program.

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.