Public API › BI dashboards

Organiser les collections BI (menu latéral)

write call of the i40Pilot public API. Required scope: modules:write.

Calling it

curl -X POST https://oee-app-bolt.pages.dev/api/v1/tools/bi_collection_organize \
  -H "Authorization: Bearer sk-app-..." \
  -H "Content-Type: application/json" \
  -d '{ ... }'

Parameters

NameType
iconstringoptional
namestringoptional
colorstringoptional
actioncreate | update | assignrequired
positionintegeroptional
descriptionstringoptional
collectionIdstringoptional
dashboardIdsarrayoptional
parentCollectionIdstringoptional

Cost

This call costs 1 credit.

Discovery

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.

All API tools