> ## 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.

# Changelog

> API and documentation changes for Fluide Connect integrators.

# Changelog

Subscribe to updates via RSS: append `/rss.xml` to this page URL.

<Update label="July 2026" description="Sandbox URL" rss={{ title: "July 2026 — Sandbox URL", description: "Sandbox API host moved to test.api.fluidehr.com." }}>
  ## Integrations

  * Sandbox base URL is now **`https://test.api.fluidehr.com`** (replaces `sandbox.fluidehr.com`)
  * Set `FLUIDE_BASE_URL` or `NEXT_PUBLIC_FLUIDE_API_URL` to the new host for token exchange and product API calls
  * Re-export OpenAPI when the gateway is live: `NEXT_PUBLIC_FLUIDE_API_URL=https://test.api.fluidehr.com node export-openapi.mjs`
</Update>

<Update label="June 2025" description="Beta docs pipeline" rss={{ title: "June 2025 — Beta docs pipeline", description: "Staging gateway, OpenAPI export, Utils product, and API change diff tooling." }}>
  ## Documentation platform

  * API reference exports from `https://sandbox.fluidehr.com/api/v1/docs/*`
  * Product overview pages before endpoint lists (Auth, HR, Payroll, Pay, Books, Utils)
  * cURL and Node.js examples in the API playground
  * OpenAPI diff script: `node scripts/diff-openapi.mjs`

  ## Utils API

  * Added **Utils** product docs and API reference (`/api/v1/app/*` via gateway)

  ## Integrations

  * Sandbox base URL: `https://sandbox.fluidehr.com`
  * API reference code samples: cURL, Node.js, Python, Java, and PHP (`x-codeSamples`)
  * Authorization docs assume an existing developer account (no sign-up walkthrough)
</Update>
