↳Documentation / Authentication
Keys that explain what they can do.
Create least-privilege credentials, rotate without downtime and inspect every use.
curl https://api.kilnwire.example/v1/transfers \
+ -H "Authorization: Bearer kw_live_••••" \
+ -H "Content-Type: application/json" \
+ -d '{"amount": 4800, "currency": "usd"}'Choose a scope
Select exact resources and actions instead of granting a broad workspace role.
Set an expiry
Short-lived server keys and restricted publishable keys remain visually distinct.
Rotate safely
Overlap keys during deployment and revoke the old credential after traffic moves.