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

# Deployment

## Web (Vercel)

* Project root: `apps/web`
* Env: `NEXT_PUBLIC_API_BASE_URL`, `NEXT_PUBLIC_DOCS_URL`

## API (Railway)

* Project root: `apps/api`
* Healthcheck: `/v1/health`
* Env: `DATABASE_URL`, `PUBLIC_BASE_URL`, storage vars

## Docs (Mintlify)

* Project root: `apps/docs`
* Custom domain: `docs.<domain>`
