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.
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.
Authentication
Create an API key with scoped permissions and make authenticated requests.
Quickstart
Make your first request and understand the response envelope in 5 minutes.
Pagination & Filtering
Page through lists, filter by field, search, sort and eager-load relationships.
MCP & AI Tools
Connect Claude, ChatGPT and other AI agents to Growee via the MCP server.
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
Guides
- QuickstartMake your first Growee API request in five minutes.
- AuthenticationCreate scoped API keys, send bearer tokens, and understand workspace resolution.
- Pagination, Filtering & SortingList conventions shared by every Growee endpoint - pages, filters, search, sorting and relationships.
- Reports & ExportsAggregated reports, analytics getters and file exports available through the Growee API.
- Errors & ValidationHTTP status codes, error shapes and validation messages returned by the Growee API.
- Rate LimitsRequest quotas for API keys and how to handle 429 responses.
- MCP & AI ToolsConnect Claude, ChatGPT and other AI agents to your Growee workspace via the built-in MCP server.
- Frequently Asked QuestionsCommon questions about the Growee API - versioning, IDs, environments, webhooks and more.
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.