Deployment plan
Recommended first deployment
Section titled “Recommended first deployment”Use Cloudflare Pages for static hosting and Cloudflare Access for authentication.
Access model
Section titled “Access model”Allow only:
- Jericho internal operators.
- Approved trusted operator emails.
- Explicit test users.
Do not expose this site publicly.
Build settings
Section titled “Build settings”- Framework preset: Astro.
- Build command:
npm run build:trusted-operator. - Output directory:
sites/trusted-operator/dist. - Node version:
24.
Public AI surfaces
Section titled “Public AI surfaces”Disable or avoid public AI surfaces for this private site:
- No public MCP endpoint.
- No public
llms.txt. - No indexing by public search engines.
If agent access is needed later, use authenticated retrieval rather than publishing internal runbooks to the open web.