> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluidehr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Integrate Fluide APIs into your product using developer API keys.

# Fluide Connect

Fluide Connect is the developer documentation hub for integrating the **Fluide Suite** APIs into your product.

## Services covered

| Product API | Purpose                                       |
| ----------- | --------------------------------------------- |
| Auth        | Developer onboarding and credentials          |
| HR          | Employee and HR operations                    |
| Payroll     | Payroll runs and payslips                     |
| Pay         | Wallets, transactions, provider payments      |
| Books       | Accounting, journals, invoicing               |
| Utils       | Notifications, files, and document generation |

## How to use this site

<CardGroup cols={2}>
  <Card title="Get started" icon="rocket" href="/getting-started/authorization">
    Authenticate with your API credentials and make your first request in Sandbox.
  </Card>

  <Card title="How-to guides" icon="book-open" href="/guides">
    Task-oriented integration guides for partner onboarding, HR, payroll, and cross-product playbooks.
  </Card>

  <Card title="Multi-tenancy" icon="building" href="/getting-started/multi-tenancy">
    Organization tenants vs partner workspaces and acting-client headers.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference">
    Browse endpoints and schemas per product.
  </Card>
</CardGroup>

## Environments

Use the **sandbox** API (`https://test.api.fluidehr.com`) for docs export and the interactive playground. Production URL will be announced at GA.

See [environments](/getting-started/environments).

## Browse every endpoint

Open the **[API reference](/api-reference)** tab in the sidebar. Endpoints are generated from `openapi/*.json` (Auth, HR, Payroll, Pay, Books) with an interactive playground.
