↳Documentation / Overview
Start with a clean request path.
Everything you need to issue a key, send a first request and understand the response contract.
curl https://api.kilnwire.example/v1/transfers \
+ -H "Authorization: Bearer kw_live_••••" \
+ -H "Content-Type: application/json" \
+ -d '{"amount": 4800, "currency": "usd"}'Create a workspace
Choose a region and invite the engineers who own your public surface.
Issue a sandbox key
Keys are scoped by environment, resource and action from the first request.
Make the call
Use an official SDK or the API directly, then inspect its complete trace.