Recipes
Each recipe below is a complete, runnable script — not a fragment. Copy it, swap in your own vessel/equipment IDs and destination-system credentials, and it should work with minimal changes. All four use the same auth and envelope patterns covered in Quickstart; read that first if you haven't.
Sync maintenance to an ERP
Nightly cursor-paginated pull of completed maintenance events into an external finance/ERP system.
New expense to Slack
Poll for new expenses and post a formatted alert to a Slack channel — a webhook-style pattern usable today, before webhook delivery ships.
Document library to a DMS
Mirror a vessel's document library into an external document-management system, incrementally.
Fleet expense reconciliation
Walk every expense across an entire fleet with cursor pagination and produce a reconciliation report.
All four recipes are written for Node (primary) with a curl equivalent for the first request of each pattern, so you can sanity-check auth and shape before writing any code.
