Push AIS data into the tools your team already uses — no glue code required.
Create a webhook (Pro+) pointed at an incoming-webhook URL from any of these platforms. We auto-detect the destination and format the message for it — vessel entry/exit and dark-ship events arrive as native chat messages.
curl -X POST https://ais.binnacleai.com/v1/webhooks \
-H "X-API-Key: YOUR_KEY" -H "Content-Type: application/json" \
-d '{"url":"https://hooks.slack.com/services/T0/B0/XXXX","events":"arrival,dark"}'Works with hooks.slack.com, discord.com/api/webhooks, and *.webhook.office.com URLs. Any other URL receives the raw JSON payload with an X-AIS-Signature header.
A free live vessel counter for your site. Build one →
Each port publishes a feed of recent vessel activity at /ports/{port}/feed.xml — e.g. Dutch Harbor feed. Plug into Zapier, IFTTT, or any reader.
No-code automation via Catch Hook or polling. Zapier guide →