This docs page hosts the private scope-request UI at /request-scopes. It requires a signed token in the URL and calls the form-handler API to validate and submit scope requests.
- Set environment variables (see below).
- Start the docs site:
yarn startSCOPE_REQUEST_API_BASE_URL(string, optional) Base URL for the form-handler API, e.g.http://localhost:3000.
- The page is not in navigation or sidebars and uses
noindexmeta. - A valid token is required; invalid/expired links show a friendly error state.