i40Pilot API — planning, BI and industrial data inside your product

The i40Pilot public API: drive Gantt plans, BI dashboards, spreadsheets, forms and calendars from your own code. Stateless critical path, natural-language writes, token-secured embeds. Priced in credits, announced per tool before the call.

A scheduling engine, not a CRUD

POST /api/v1/schedule/cpm computes a critical path without storing anything: durations, dependencies, float. POST /api/v1/schedule/dates applies working calendars. Both are stateless and free.

Write a plan in plain language

Typed writes exist — POST /api/v1/gantt/projects/:id/ops, twelve operations. Your code can also describe the intent instead: a criterion in English or French, and the engine resolves which tasks it means.

Embeds, not screenshots

A short token, scoped to one resource, and the real board renders inside your page — virtualised, editable when the token allows it. The API key stays on your server; only the embed token ever reaches a browser.

46 callable capabilities, 29 of them writes

Every tool announces its price and required scope in GET /api/v1/tools — the cost is known before the call, never after.

BI dashboards

Data connectors

Calendar

Files

Forms

Planning & Gantt

Visual generation

Spreadsheet

Getting started

Create a project, generate a key in the Developer Portal, then call GET /api/v1/tools to read the catalogue and its prices.

Create an account