Next Gen
Farm Management

Revolutionary, data-driven decision platform that empowers farmers to make informed decisions, optimize planning and boost yields, all while promoting sustainable farming practices. Accessible through our app or existing farm software.

FUNDED BY
Innofounder logo
Beyond Beta Logo
AWS Activate Logo
FOR SOFTWARE PROVIDERS

Intelligent add-ons for your AgTech

Easily add intelligence to your scheduling functionality by integrating our REST APIs. Synchronise fields, tasks, employees and machines and get ai-based suggestions for when to do what.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
curl --location 'https://api.karl.farm/beta/ai/scores'
--header 'X-API-KEY: <API Key>'
--header 'Consumer-ID: <Consumer ID>'
--header 'Enterprise-ID: <Enterprise ID>'
--data '{  
  "field_info": {    
    "id": "58338a5735ca4f023b9f1847"  
  },  
  "task_info": {    
    "attributes": {      
      "task": "seeding",      
      "crop": "barley"    
    },    
    "time": {      
      "start": 1675520253,      
      "duration": 360
    }  
  }
}'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const webflow = new Webflow({ token: api_token });

// Promise <Webhook>
const webhook = webflow.createWebhook({
   siteId: '562ac0395358780a1f5e6fbd',
   triggerType: 'form_submission',
   url: 'https://api.mydomain.com/webhook',
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const webflow = new Webflow({ token: api_token });

// Promise <Item>
const item = webflow.patchItem({
   collectionId: '580e63fc8c9a982ac9b8b745',
   itemId: '58338a5735ca4f023b9f1847',
   fields: {
      'name': 'Patched Exciting blog post title',
      'slug': 'exciting-post',
      '_archived': false,
      '_draft': false,
      'color': '#4353FF',
   }
});
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
const webflow = new Webflow({ token: api_token });

// Promise <Item>
const item = webflow.updateItem({
   collectionId: '580e63fc8c9a982ac9b8b745',
   itemId: '58338a5735ca4f023b9f1847',
   fields: {
      'name': 'Updated Exciting blog post title',
      'slug': 'exciting-post',
      '_archived': false,
      '_draft': false,
      'color': '#a98080',
      'author': '580e640c8c9a982ac9b8b778',
      'post-body': '<p>Blog post contents...</p>',
      'post-summary': 'Summary of exciting blog post',
      'main-image': 'http://somesite.com/image20.jpg',
   }
});
JOBS

We are hiring soon!

Recent funding enables us to hire in Q3/Q4 2023. Stay tuned for the open positions!