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

Create a workspace

Choose a region and invite the engineers who own your public surface.

02

Issue a sandbox key

Keys are scoped by environment, resource and action from the first request.

03

Make the call

Use an official SDK or the API directly, then inspect its complete trace.