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.
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.
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.
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.
Every tool announces its price and required scope in GET /api/v1/tools — the cost is known before the call, never after.
bi_add_widget — Add a widget to a BI dashboard (1 credit)bi_apply_theme_preset — Apply an appearance preset to a dashboard (1 credit)bi_collection_organize — Organiser les collections BI (menu latéral) (1 credit)bi_create_dashboard — Create a BI dashboard (1 credit)bi_delete_widget — Delete a widget by natural-language criterion (1 credit minimum)bi_describe_dataset — Describe a BI dataset (free)bi_describe_widget_kinds — Describe BI widget kinds (free)bi_export_powerbi — Exporter vers Power BI (free)bi_get_dashboard — Read a BI dashboard (free)bi_run_dashboard_agent — Generate a BI dashboard (10 credits)bi_set_widget_appearance — Patch a single widget appearance (1 credit)bi_update_widget — Update a widget by natural-language criterion (1 credit minimum)dashboards_make_public — Partager publiquement un dashboard BI (1 credit)bi_add_computed_column — Add a computed column (1 credit)bi_bootstrap_datasets_from_source — Bootstrap Datasets from Source (1 credit)bi_create_dataset — Create a dataset (1 credit)bi_create_data_source — Create Data Source (1 credit)bi_create_data_source_from_template — Create Data Source from Template (1 credit)bi_introspect_schema — Introspect Data Source Schema (free)bi_list_computed_column_templates — List computed-column templates (free)bi_list_connectors — List connector types (free)bi_list_connector_templates — List Connector Templates (free)bi_list_datasets — List BI datasets (free)bi_list_sources — List data sources (free)bi_test_connection — Test Data Source Connection (free)calendar_create_event — Créer un événement (1 credit)calendar_create_events — Créer plusieurs événements (1 credit)calendar_delete_event — Supprimer un événement (1 credit)calendar_list_events — Lister les événements (free)calendar_update_event — Modifier un événement (1 credit)drive_create_upload_url — Create a file upload URL (1 credit)forms_append_field — Append a field to a form (1 credit)forms_update_fields — Update Form Fields (1 credit)gantt_append_task — Append a task to a Gantt plan (1 credit)gantt_delete_task — Delete Gantt task(s) by natural-language criterion (3 credits)gantt_update_data — Update Gantt task(s) by natural-language criterion (1 credit minimum)schedule.cpm — Chemin critique (CPM) (free)schedule.dates — Planification calendaire (dates) (free)infographic_generate — Generate Animated Infographic (18 credits)spreadsheet_append_rows — Append rows to a spreadsheet (1 credit)spreadsheet_create_workbook_from_file — Create workbook from a Drive file (3 credits minimum)spreadsheet_delete_rows_by_criterion — Delete rows from a spreadsheet by natural-language criterion (3 credits)spreadsheet_discover_sheets — Rechercher des feuilles par thème (free)spreadsheet_list_workbooks — List project spreadsheets (free)spreadsheet_read_context — Lire le contexte du tableur (free)spreadsheet_update_rows — Update rows in a spreadsheet by natural-language criterion (3 credits minimum)Create a project, generate a key in the Developer Portal, then call GET /api/v1/tools to read the catalogue and its prices.