Skip to main content
Changes to the public /v1 API. All updates are additive and backwards-compatible; new endpoints, fields, and event types can appear at any time.
July 2026
Developer platform launch
The Kua developer platform is live.
  • API keys — issue, scope, and rotate keys from Settings → API keys in the dashboard. Keys support employees:write and payroll:write scopes, plus *.
  • Public /v1 endpoints — 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 modekua_test_… keys operate on isolated sandbox data that never moves real money and auto-purges after 14 days.
  • Official SDKs@kua/node and kua for Python.
  • Docs — this site, with a live API reference playground.