Sandbox Sign in

Adeva Pro Public API

Raise debts, read your owned data, update branding, and receive lifecycle events as webhooks — built for both humans and autonomous agents.

Built for humans and agents. Autonomous agents should start at /llms.txt — a single-page index of hosts, scopes, endpoints, error codes, the webhook envelope, and our idempotency contract. Machine-readable spec lives at /openapi/v1.json.

Mint a key, make a call

From the dashboard, hit Create test key. Test keys start with ak_test_.

curl -H "Authorization: Bearer ak_test_…" \
     https://sandbox.adevapro.com.au/v1/debts?limit=3

Receive events

Configure a webhook URL on your side; we deliver Stripe-compatible signed JSON. Failed deliveries retry on 1m → 24h.

Adeva-Signature: t=1717000000,v1=<hex hmac-sha256>
Adeva-Event-Type: debt.created
Adeva-Delivery-Id: <guid>

Hosts

EnvironmentHostKey prefixWhere to mint
Productionapi.adevapro.com.auak_live_Client console → Developer → API keys
Sandboxsandbox.adevapro.com.auak_test_Self-serve from the dashboard