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.
API Reference
Interactive reference for every external endpoint. Try requests against your own organisation, see code samples in multiple languages.
3 endpointsMCP Server
Connect Claude and other AI assistants directly to the platform via the Model Context Protocol.
In progressAPI Keys
Generate, scope, and rotate API keys for your integration. Org admins only.
Quick startAuthentication
How API key authentication works, scope model, security best practices for credentials.
Getting started
- Ask your org admin to generate an API key in Settings then API Keys.
- Pick the scopes you need:
read:employees,read:leave,read:performance. - Send
Authorization: Bearer <your-key>on every request. - 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.