Skip to content

Commit 43547a9

Browse files
committed
docs: add API endpoints as primary unauthenticated use case
1 parent e14c32a commit 43547a9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/roo-code-cloud/environments.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,9 @@ ports:
212212

213213
Use `unauthenticated: true` when you need:
214214

215-
- **Public-facing endpoints** like documentation sites or landing pages
215+
- **API endpoints** that your frontend or external clients call directly (the auth proxy would otherwise block non-browser requests)
216216
- **Webhook receivers** that need to accept requests from external services (e.g., Stripe, GitHub)
217+
- **Public-facing endpoints** like documentation sites or landing pages
217218
- **Health checks** or status pages accessed by monitoring tools
218219

219220
The port still goes through the proxy, so it benefits from HTTPS termination and domain routing. Only the authentication requirement is removed.

0 commit comments

Comments
 (0)