Developers

Build on top of Your HR Toolkit. Read employee data, sync leave balances, and integrate with AI assistants. Designed for Australian SMBs and the tools they already use.

Getting started

  1. Ask your org admin to generate an API key in Settings then API Keys.
  2. Pick the scopes you need: read:employees, read:leave, read:performance.
  3. Send Authorization: Bearer <your-key> on every request.
  4. Try the live API in the API Reference.

Status and limitations

  • Read-only. The current API only exposes GET endpoints. Write operations (create/update/delete) aren't currently available via API key.
  • Rate limits. Generous defaults. If you hit a limit, contact support@yourhrtoolkit.com.au.
  • SDK. No official SDK yet. The API is small enough that any HTTP client (curl, fetch, requests, etc.) is straightforward.
  • Webhooks. Not yet exposed via the public API. On the roadmap.