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

# Vendors

> Per-vendor Connect reference documentation

Vendor-specific Connect documentation appears here as integrations ship.

## Adding a vendor (internal)

Engineers onboarding a new Connect vendor should follow the **11-step playbook** in `qualifi-connectors/apps/standard-integration/docs/humanly-connect-vendor-playbook.md`:

1. Handlers in `controllers/{vendor}/` (business logic)
2. Mount `/qsi/{vendor}/*` for direct customers
3. Copy `connect/_template/` → `connect/{vendor}/` for meta-routes + dual-mount
4. Document here and in cURL examples

Key rule: **one handler implementation, two URL prefixes** (`/qsi/*` and `/connect/*`).

## Available today

| Vendor   | Namespace         | Notes                                                                               |
| -------- | ----------------- | ----------------------------------------------------------------------------------- |
| **Stub** | `/connect/stub/*` | Non-production smoke testing only. See [Getting started](/connect/getting-started). |

## Planned

| Vendor                | Status                                |
| --------------------- | ------------------------------------- |
| Workday               | Phase 2 (PLAT-85) — meta-routes + E2E |
| UKG, BambooHR, others | Future vendor projects                |

<Tip>
  Every vendor implements the same [meta-routes](/connect/standardized-vendor-endpoints) contract before adding data routes.
</Tip>
