Public API › Planning & Gantt
write call of the i40Pilot public API. Required scope: modules:write.
curl -X POST https://i40pilot.app/api/v1/tools/gantt_append_task \
-H "Authorization: Bearer sk-app-..." \
-H "Content-Type: application/json" \
-d '{ ... }'
| Name | Type | |
|---|---|---|
rows | array | optional |
status | string | optional |
end_time | string | optional |
priority | string | optional |
task_name | string | optional |
start_time | string | optional |
sched_project_id | string | required |
This call costs 1 credit.
GET /api/v1/tools returns the full catalogue with, for each tool, its input schema, its price and the scope it requires — the cost is known before the call, never after.