Live

OSS API keys

Self-serve API keys for the OSS platform. Raw keys are shown once and stored hashed at rest.

Self-serve test key

Creates an isolated OSS organization and a first test-mode API key. This does not use enterprise portal login.

Register

curl -X POST https://oss.seabridge.ai/api/v1/auth/register \
  -H "Content-Type: application/json" \
  -d '{"name":"Acme","email":"dev@example.com"}'

Production target

https://oss.seabridge.ai/api

Use `SEABRIDGE_BASE_URL` for local overrides.