Credentials for the published demo tenant. Tokens are stored as SHA-256 digests, so a leaked database backup yields nothing usable.
1 active of 1. Revoked keys stay listed — a deleted row answers “who had access, and until when?” with silence.
| Name | Key | Status | Actions |
|---|---|---|---|
| seeded demo key | 448a7776db3519… | Active |
Reads are open on this demo; every write needs a bearer token.
curl -X POST https://obol-ledger.vercel.app/api/v1/transfers \
-H "authorization: Bearer $OBOL_KEY" \
-H "content-type: application/json" \
-H "idempotency-key: $(uuidgen)" \
-d '{
"description": "Coffee beans",
"currency": "USD",
"fromAccountId": "acct_…",
"toAccountId": "acct_…",
"amount": "42.50"
}'