Developers

Build on sovereign AI infrastructure

SUNDRIFT exposes its compliance-grade mortgage agents over a small REST API. Create a key, call an agent, ship. Every request runs in australia-southeast1 — your data never leaves Australia.

Quick start

  1. Create an API key. Open a project in the Console and generate a secret key (sk_live_…).
  2. Call an agent. POST your prompt to /v1/agents/run with that key.
  3. Go live. Pay-as-you-go in AUD — you're billed only on the tokens you use.
curl https://console.sundriftai.com.au/v1/agents/run \ -H "X-API-Key: sk_live_..." \ -H "Content-Type: application/json" \ -d '{"role_id":"DOCUMENT_COLLECTOR","input":"What documents does a PAYG applicant need?"}'

Core concepts

Agents

Address an agent by its role_id (e.g. DOCUMENT_COLLECTOR), or use AUTO to let VEGA route. Internal persona names are never exposed.

Authentication

Every request carries an X-API-Key header. Keys are HMAC-hashed at rest and scoped to a project.

Pricing

One flat AUD rate, pay-as-you-go — no tiers, seats, or minimums. See limits →

Sovereignty

Region-locked to australia-southeast1, with audit-grade logging on every call.

API reference → Open the Console Talk to us