/v1 API. All updates are
additive and backwards-compatible; new endpoints, fields,
and event types can appear at any time.
The Kua developer platform is live.
- API keys — issue, scope, and rotate keys from Settings → API keys in
the dashboard. Keys support
employees:writeandpayroll:writescopes, plus*. - Public
/v1endpoints — payroll runs (list + create), employees (create), and the events timeline. - Webhooks — register endpoints, receive signed, retried, at-least-once event deliveries, and inspect delivery attempts. See webhooks.
- Test mode —
kua_test_…keys operate on isolated sandbox data that never moves real money and auto-purges after 14 days. - Official SDKs —
@kua/nodeandkuafor Python. - Docs — this site, with a live API reference playground.