Skip to Content
Sandbox

Sandbox (test environment)

kinmu_sk_test_ keys never operate against real data: their tenant is a sandbox company with synthetic data (demo employees, sample check-ins and absences) that is auto-provisioned when the addon is enabled. Use it to build and test your integration.

  • Resettable from the dashboard (my.kinmu.app → Developers).
  • Lower limits than production: 30 req/min and 5,000 req/month (see rate limits).

If a test key is used without a provisioned sandbox, the API responds 401 (fail-closed) — it never falls back to real data.

Use test keys for development and for your CI pipelines; reserve live keys for production. Everything else (endpoints, scopes, shapes) is identical between sandbox and production.

Last updated on