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"}'
01

Choose a scope

Select exact resources and actions instead of granting a broad workspace role.

02

Set an expiry

Short-lived server keys and restricted publishable keys remain visually distinct.

03

Rotate safely

Overlap keys during deployment and revoke the old credential after traffic moves.