Growee for Developers

Build with the Growee API

Programmatic access to your whole workspace - employees, leave, time tracking, projects, invoicing, CRM and more - with scoped API keys and a first-class MCP server for AI agents.

Terminal
curl "https://your-company.growee.net/api/restify/employees?perPage=5" \
  -H "Authorization: Bearer <your-api-key>" \
  -H "Accept: application/json"

Every workspace gets its own subdomain - auth is a single header.

One API for the whole workspace

REST endpoints for every core Growee module, with consistent pagination, filtering and validation across all of them.

  • Employees
  • Organization
  • Leave
  • Time Tracking
  • Projects
  • Clients
  • Invoicing
  • Expenses
  • CRM
  • Hiring
  • Documents
  • Performance
  • Assets
  • Knowledge Base
  • Custom Fields
  • API Keys
Browse all endpoints

Built for AI agents, not just scripts

Growee ships a Model Context Protocol server. Connect Claude Code, Claude Desktop or ChatGPT to your workspace and let agents log time, request leave or pull reports - governed by the same permissions as your users.

Connect an AI agent