Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.manglai.io/llms.txt

Use this file to discover all available pages before exploring further.

Available Tools

ToolEndpointDescription
get_employeesGET /api/v1/employeesEmployee list
get_employeeGET /api/v1/employees/{id}Single employee

Usage Examples

"How many employees does my company have?"
→ get_employees({ companyId: "uuid" })

"Give me the details of employee ID X"
→ get_employee({ id: "employee-uuid" })

Common Parameters

get_employees

ParameterTypeDescription
companyIdstringCompany ID (required)
pageintegerPage number
limitintegerResults per page