Public product, API, MCP, and integration documentation for DoorOps.
This is a Mintlify site in its own repo. Engineering specs, SITREP, and internal plans stay in the DoorOps app repo under docs/. Do not copy those here.
| Surface | URL | Who it is for |
|---|---|---|
| This site | https://docs.doorops.com | Customers, integrators, AI agents |
| Marketing developer hub | https://doorops.com/developers | Prospects and a short path into these docs |
| Live OpenAPI UI | https://doorops.com/docs/api | Signed-in try-it against your tenant (Scramble) |
| Tenant MCP | https://{org}.doorops.com/mcp | Authenticated agents |
| Public marketing MCP | https://doorops.com/mcp | Product facts and enquiries, no login |
docs.doorops.com is the right home. Stripe, Twilio, Linear and GitHub all use docs.. Putting the full library on doorops.com/docs would fight Laravel Cloud (the app already uses /docs/api) and tenant wildcards.
Do not fold this into the DoorOps Laravel app. Docs would then ship on the same deploy as production jobs, and a docs typo would wait behind a PHP build.
- Connect this GitHub repo in the Mintlify dashboard.
- Custom domain:
docs.doorops.com. - DNS: CNAME
docsto the Mintlify host (notto.laravel.cloud). - Keep
docsin DoorOps reserved subdomains so a tenant cannot claim it.
Cloudflare is the DNS/CDN layer in front of that CNAME. It is not a second docs app.
npm i -g mint
mint devOpen http://localhost:3000.
From the DoorOps app repo:
php artisan scramble:export --path=/path/to/docs/api-reference/openapi.jsonThen set servers to https://{tenant}.doorops.com/api/v1 before committing. The interactive playground on doorops.com/docs/api is generated live from the app and stays the source of truth for "try it".
Public (this repo): how to use DoorOps, every customer-facing feature, REST API, MCP, CLI, webhooks, native connectors, and how to build your own integration when we do not have one.
Internal (app repo docs/): SITREP, ADRs, compliance drafts, staff platform runbooks, unreleased plans. Never publish those on docs.doorops.com.