A REST API and MCP server, plus Samsara and Zapier connections — build your own integration or connect an AI agent directly.
curl https://your-org.landscapt.com/api/v1/work-orders \
-H "Authorization: Bearer lsk_live_••••••••••••"
{
"data": [
{
"id": "wo_8f2c1a",
"asset": "F-250 Service Truck — Unit 3",
"status": "in_progress",
"meter_reading": 41250,
"parts": [{ "sku": "OIL-15W40", "qty": 6 }]
}
]
}