Task Templates
Create template
Create a task template (own or global).
POST
Authentication
Requires a key with thetasks:write scope.
Request body
1–200 characters.
One of
planting, irrigation, fertilization, pest_control, harvesting, soil_management, maintenance, planning, inspection, other.Up to 2,000 characters.
Bind to a specific farm.
null (or omitted) = farm-agnostic.One of
low, medium, high, urgent.Free text (e.g.
"2h").Default assignee for tasks created from this template.
When
true, the template is visible to all users.Response
Returns the created template wrapped underdata.
Errors
| Status | When |
|---|---|
400 VALIDATION_ERROR | Body validation failed |
401 | Missing, malformed, expired, or revoked API key |
403 INSUFFICIENT_SCOPE | Key lacks tasks:write scope |
429 RATE_LIMIT_EXCEEDED | Per-user rate limit reached |
5xx | Server error |