https://ai.tuturuuu.com. It is a registered satellite app and uses the same
workspace session, permissions, settings, and billing context as other Tuturuuu
apps.
Rollout controls
AI Studio is disabled by default. Access requires all of the following:- the root global Studio policy is enabled;
- the workspace policy resolves to enabled;
- the requested model is enabled globally and granted to the workspace;
- the caller or AI-only key has the required Studio permission and model scope; and
- the workspace has enough AI credits and is within its request and budget limits.
AI-only keys
Studio keys use thettr_ai_ prefix. The plaintext key is revealed once; only
its SHA-256 digest is stored. A key is a workspace service credential, not a
human session, and it cannot authorize non-AI Tuturuuu APIs.
Keys can be limited by environment, model, expiry, request rate, and credit
budget. Rotate or revoke a key immediately when its value may have been
exposed. Never write plaintext keys to logs, database columns, issue trackers,
or committed configuration.
Metering lifecycle
Every model call follows one transactionally guarded lifecycle:- authenticate the session or AI-only key;
- resolve the global, workspace, plan, and key policy intersection;
- reserve the maximum permitted credits;
- execute the provider call;
- persist the run and trace metadata; and
- settle exact provider usage and release unused credits.