Build on SeaIT

A REST API for boats, members, berths and more — scoped to the harbors you're authorized for.

Get a key
A harbor admin authorizes you, then you create an API key from the portal.
Call the API
Authenticate with a Bearer token and do CRUD on your harbor's data.
Secure by default
Keys are scoped to one harbor with read or read-write access, enforced in the database.
Quickstart
Every request takes your API key as a Bearer token.
curl https://seait.no/api/v1/boats \
  -H "Authorization: Bearer seait_live_..."