Auth and Access
docs.thinkstream.ai is an internal authenticated documentation surface.
V0 Direction
The docs app will call the Thinkstream backend for /api/docs/session.
Access should allow:
admindocs_readerdocs_editor
docs_editor implies docs_reader. Admin remains an override.
Scaffold Behavior
This repository includes proxy.ts, but auth enforcement is off until THINKSTREAM_DOCS_REQUIRE_AUTH=true and THINKSTREAM_API_BASE_URL are configured.
That keeps the first Vercel build unblocked while preserving the intended request boundary.
Last updated on