template demo — cropblockBuy this template →
Documentation

Getting Started.
No Fluff.

Sign up. Connect your farms. Import your data. Turn on alerts. You're live in under an hour.

GUIDE // TIMELINE

Four Steps to Live.

01

Sign Up

Create your account. No credit card. No salesperson. You get a workspace URL and an API key. Takes 30 seconds.

MODULE STATUS: NOMINAL
02

Connect Farms

Add your farms one by one. Name, type, scale. Takes 2 minutes per farm. You can import in bulk later.

MODULE STATUS: NOMINAL
03

Import Historical Data

Upload your last 12 months of data via CSV. Our template is in the spec below. We reconcile everything against your live data.

MODULE STATUS: NOMINAL
04

Activate Alerts

Set your thresholds — FCR, cost variance, mortality rate. Alerts fire the moment something drifts. Not after it costs you.

MODULE STATUS: NOMINAL
REFERENCE // REST API

API Integrations.

POST/api/farms
GET/api/farms/:id/metrics
POST/api/alerts
GET/api/reports
POST/api/import
GET/api/farms/:id/logs
curl_request_test.sh
curl -X POST https://api.cropblock.io/v1/farms \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "North Holding Farm",
    "type": "broiler",
    "scale": "2.4M birds/yr",
    "location": "Nebraska, US"
  }'
CONNECTORS // ERP SYSTEMS

Enterprise ERP Connect.

PRODUCTION READY

SAP Agriculture

Native RFC connections and batch file uploads.

PRODUCTION READY

Oracle Agri-ERP

REST endpoint sync with auto schemas mapping.

BETA ACCESS

John Deere Operations

Telemetry pull via Operations Center API.

PRODUCTION READY

Custom CSV Sync

Scheduled SFTP fetch and validation engine.

SPECIFICATION // SCHEMA

CSV Import Spec.

Required columns marked with *. Our validator validates format rules strictly.

date *REQUIRED
Format TypeYYYY-MM-DD
ConstraintStrict Validate
Example Value2026-03-15
farm_id *REQUIRED
Format Typestring
ConstraintStrict Validate
Example Valuefarm-nh-04
batchOPTIONAL
Format Typestring
ConstraintNullable
Example Valuebatch-7
metric *REQUIRED
Format Typestring
ConstraintStrict Validate
Example Valuefcr
value *REQUIRED
Format Typenumber
ConstraintStrict Validate
Example Value1.74
unitOPTIONAL
Format Typestring
ConstraintNullable
Example Valueratio
sample_import.csvUTF-8 ENCODED
date,farm_id,batch,metric,value,unit
2026-03-15,farm-nh-04,batch-7,fcr,1.74,ratio
2026-03-15,farm-nh-04,batch-7,mortality,1.2,percent
2026-03-15,farm-nh-04,batch-7,feed_cost,4820,usd

Full Documentation.

Complete API docs, integration guides, and troubleshooting. Replace this link with your full documentation URL.

Stop flying blind.
Start the trial.

14-day free trial. No credit card. No salesperson. You set it up in 48 hours or we do it for you.

Start Free Trial — No Card →