Is Anvia Studio for production?
No. Studio is a trusted local development console, not a production operations dashboard or an application administration interface.
A person who can reach Studio may be able to run agents, invoke tools directly, approve tool calls, run or replay pipelines, and read sessions, prompts, results, logs, and traces. Those actions use the credentials and authority of the Studio process.
Studio does not provide built-in authentication, authorization, or TLS. In particular:
ui.protectShelldoes not authenticate a user or protect API routes.ui: falseremoves the browser shell but leaves runtime routes active.- Routing and redirect options change presentation, not access control.
- Tool approvals do not authorize access to the Studio server.
Run it on 127.0.0.1 with non-production credentials, test data, and the least tool authority required. If temporary remote access is unavoidable, protect the entire origin with trusted network controls, TLS, and authentication; that does not turn Studio into a supported production console.
For durable production traces, sessions, evaluation history, team access, and operational investigation, use Lens with an appropriately secured deployment. Read Studio security boundaries, lifecycle and cleanup, and Lens self-hosting before choosing where each product runs.