← Docs

Integrations

Push AIS data into the tools your team already uses — no glue code required.

Slack, Discord & Microsoft Teams

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.

Embeddable widget

A free live vessel counter for your site. Build one →

RSS feeds

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.

Zapier

No-code automation via Catch Hook or polling. Zapier guide →