# SKIP_DOCS_ACCESS_KEY

**Kind:** Constant

**Source:** [`atloria-monorepo/apps/api/src/reader-access/skip-docs-access.decorator.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/reader-access/skip-docs-access.decorator.ts#L10)

Mark a route on PublicProjectController as EXEMPT from DocsAccessGuard's
project-level gate. Used only by the endpoints that GRANT access (a reader
with no token must be able to POST the password / redeem a link / request an
email code / start SSO) and by the ungated gate-screen branding endpoint.
Everything else on the controller is gated by default (fail-safe).
