Leaf now supports CNHI FieldOps as a new provider. CNHI FieldOps is CNH Industrial's current API platform, replacing the legacy API that Leaf integrates with as the "CNHI" provider. Both providers are fully supported — existing CNHI connections continue working unchanged.
What is CNHI FieldOps?
CNH Industrial has released FieldOps as their next-generation API. It runs on new infrastructure, uses an Auth0-based identity system, and requires new developer credentials. The data available through Leaf — field boundaries, machine files, and field operations — is the same.
FieldOps also introduces webhook support. Instead of Leaf polling CNH for changes on a schedule, CNH pushes change notifications to Leaf when new data is available. This reduces the delay between when a grower uploads data and when it appears in your application.
What this means for you
New customers: Use CNHI FieldOps for new integrations. Register at develop.cnh.com and follow the connection tutorial.
Existing CNHI customers: Your current integration is unaffected. When you're ready, migrate at your own pace using the migration guide. Both providers can run in parallel on the same Leaf user — no growers are disrupted during the transition. CNHI will maintain the legacy AFS Connect through the end of 2026.
Magic Link / Leaf Link users: CNHI FieldOps is available as a widget provider. Register your FieldOps app keys with Leaf and add CNHIFieldOps to your allowedProviders.
Key differences at a glance
| Aspect | CNHI (AFS Connect) | CNHI FieldOps |
|---|---|---|
| Leaf credential path | cnhi-credentials |
cnhi-field-ops-credentials |
| OAuth helper endpoints | /get_url, /get_token |
/fieldops/get_url, /fieldops/get_token |
| Widget provider name | CNHI |
CNHIFieldOps |
| Subscription keys | Legacy keys | New keys required |
| Data sync | Polling | Webhooks |
Getting started
- CNHI FieldOps provider guide — Credentials schema, endpoints, and troubleshooting.
- Connection tutorial — Step-by-step walkthrough for new integrations.
- Migration guide — For customers moving from the legacy CNHI provider.
- API reference — Full endpoint reference for all provider credentials.