{
  "name": "FieldPulse",
  "description": "Global precision agriculture intelligence API. Synthesizes satellite NDVI, Open-Meteo soil and weather data, USDA WASDE, FAO, and EPPO into actionable intelligence for growers, traders, agronomists, and AI agents. 10 endpoints covering crop health, yield forecasting, weather risk, soil intelligence, pest/disease alerts, irrigation scheduling, commodity outlook, input costs, planting windows, and seasonal briefs. Pay-per-query via x402 USDC micropayments on Base mainnet. Covers any crop at any lat/lon globally — wheat, corn, rice, soybeans, coffee, cocoa, cotton, palm oil, sugarcane, cassava, and more. Responds in any language via ?lang= parameter.",
  "url": "https://fieldpulse.vercel.app",
  "version": "1.0.0",
  "capabilities": [
    "crop-health-assessment", "ndvi-satellite-context", "yield-forecasting",
    "weather-risk-analysis", "frost-risk", "heat-stress-detection",
    "soil-moisture-monitoring", "evapotranspiration-et0",
    "pest-disease-alerts", "ipm-guidance", "eppo-database",
    "irrigation-scheduling", "water-budget",
    "commodity-market-outlook", "wasde-synthesis", "fao-data",
    "input-cost-intelligence", "fertilizer-prices",
    "planting-window-optimizer", "frost-date-analysis",
    "seasonal-brief", "production-forecast",
    "multilingual", "global-coverage"
  ],
  "supported_crops": [
    "wheat", "corn/maize", "rice", "soybeans", "cotton", "coffee", "cocoa",
    "barley", "canola/rapeseed", "sugarcane", "sugar-beet", "palm-oil",
    "potato", "tomato", "cassava", "millet", "sorghum", "sunflower",
    "chickpea", "lentil", "groundnut/peanut", "banana", "citrus"
  ],
  "global_coverage": {
    "americas": ["US", "Brazil", "Argentina", "Canada", "Mexico", "Colombia", "Peru"],
    "europe": ["EU-27", "Ukraine", "Russia", "UK", "Turkey"],
    "asia": ["India", "China", "Indonesia", "Vietnam", "Thailand", "Philippines", "Pakistan", "Bangladesh"],
    "africa": ["Ethiopia", "Kenya", "Nigeria", "Ghana", "Ivory Coast", "Tanzania", "Zambia", "South Africa"],
    "oceania": ["Australia", "New Zealand"]
  },
  "data_sources": [
    "Open-Meteo — soil moisture, soil temperature, ET0 evapotranspiration, 7-day forecast (free, global)",
    "Sentinel-2 / GEOGLAM — NDVI and vegetation index context via Tavily synthesis",
    "USDA WASDE — monthly global supply/demand estimates",
    "FAO GIEWS — Global Information and Early Warning System",
    "EPPO Global Database — pest and disease intelligence",
    "FAO IPPC — International Plant Protection Convention alerts",
    "CME/CBOT/LIFFE — commodity futures context",
    "FAO Food Price Index"
  ],
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "USDC",
    "contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "payTo": "0x50ab2018c06c6E4eAA9BA52057Eb55eD284912fc",
    "pricing": {
      "crop-health": "$0.10",
      "yield-forecast": "$0.15",
      "weather-risk": "$0.08",
      "soil-intel": "$0.08",
      "pest-disease": "$0.10",
      "irrigation": "$0.08",
      "commodity-outlook": "$0.10",
      "input-cost": "$0.08",
      "planting-window": "$0.05",
      "season-brief": "$0.20"
    }
  },
  "endpoints": [
    { "path": "/api/crop-health", "method": "GET", "description": "Satellite NDVI + soil moisture crop health assessment for any crop/location", "price_usd": 0.10, "agent_polling": "daily" },
    { "path": "/api/yield-forecast", "method": "GET", "description": "USDA WASDE + FAO yield and production forecast with price implications", "price_usd": 0.15, "agent_polling": "weekly" },
    { "path": "/api/weather-risk", "method": "GET", "description": "7-14 day crop-specific weather risk with critical action windows", "price_usd": 0.08, "agent_polling": "daily" },
    { "path": "/api/soil-intel", "method": "GET", "description": "Live soil moisture, temperature, and ET0 evapotranspiration data", "price_usd": 0.08, "agent_polling": "daily" },
    { "path": "/api/pest-disease", "method": "GET", "description": "EPPO + FAO pest/disease outbreak alerts with IPM treatment guidance", "price_usd": 0.10, "agent_polling": "on-demand" },
    { "path": "/api/irrigation", "method": "GET", "description": "ET0-based irrigation decision and water budget scheduling", "price_usd": 0.08, "agent_polling": "daily" },
    { "path": "/api/commodity-outlook", "method": "GET", "description": "WASDE + FAO commodity market outlook with grower decision guidance", "price_usd": 0.10, "agent_polling": "weekly" },
    { "path": "/api/input-cost", "method": "GET", "description": "Fertilizer, seed, and crop protection cost benchmarks with breakeven", "price_usd": 0.08, "agent_polling": "monthly" },
    { "path": "/api/planting-window", "method": "GET", "description": "Optimal planting date optimizer based on soil temp and frost dates", "price_usd": 0.05, "agent_polling": "on-demand" },
    { "path": "/api/season-brief", "method": "GET", "description": "Full seasonal intelligence brief — production, weather, market, action items", "price_usd": 0.20, "agent_polling": "weekly" }
  ],
  "agentic_use_cases": [
    "Farm management agent polling daily soil and weather data to trigger automated irrigation decisions",
    "Commodity trading agent monitoring weekly yield forecasts and season briefs for position sizing",
    "Crop insurance underwriting agent assessing field-level weather and pest risk",
    "Agricultural supply chain agent tracking input costs to optimize procurement timing",
    "Sustainable agriculture compliance agent monitoring soil health and water usage",
    "Emerging market agricultural investment agent using satellite data to assess production risk"
  ],
  "openapi": "https://fieldpulse.vercel.app/openapi.json",
  "llms_txt": "https://fieldpulse.vercel.app/llms.txt",
  "network": "https://fieldpulse.vercel.app/.well-known/agent.json",
  "contact": "info@theaslangroupllc.com"
}
