Understand which AI actions need approval, how autopilot should be configured, and where the safety boundary lives.
Approvals, Autopilot & Safety
Studio AI is designed to be permission-first. The assistant should be helpful by default, but it should not surprise you with writes, spending, or broad project edits.
The Default Model
By default, Studio AI should:
- Read and explain freely.
- Ask before making writes.
- Ask before calling billable providers when your policy requires it.
- Ask before higher-risk actions such as deletes, large event generation, or broad batch changes.
Risk Classes
| Risk | Typical actions | Expected behavior |
|---|---|---|
| R0 | Search, inspect, explain, validate | Usually no approval needed |
| R1 | Create records, update fields, import draft assets | Approval in permission-first mode |
| R2 | Large edits, event materialization, deletes, harder-to-reverse actions | Strong approval gate |
| R3 | Platform, destructive, or cross-project operations | Not exposed to public creator flows |
The key distinction is reversibility. If the action is easy to review and roll back, it belongs lower in the stack. If it can create broad downstream effects, it belongs higher.
Choosing When the Assistant Asks
Open the Copilot and use the two selectors at the top. They set when the assistant stops to ask you, separately for chat and for /build:
| Setting | What happens |
|---|---|
| Ask before every change | Every write pauses for a go-ahead, on every planning round. Slowest, most control. |
| Ask once per plan | You approve the plan once; after that reversible steps run on their own, and risky or destructive steps still stop and ask. |
| Ask only for risky changes | Reversible writes run without asking (they are all recorded and undoable); hard-to-reverse and destructive steps always ask. |
Chat starts on Ask only for risky changes. /build starts on Ask once per plan — the "Approve & build" press is that one approval.
What Always Asks, Whatever You Pick
Choosing a looser setting can never remove a prompt from this list:
- Deleting anything — an item, a map, a record of any kind.
- Any hard-to-reverse action (risk class R2 or R3).
- Painting terrain over tiles that already carry placed objects or tileset art. Painting over plain generated ground does not count.
- Placing or moving an object onto a tile where one already stands.
- Linking a new image onto a field that already has art.
- Undo itself.
Dry Run
Switch the Copilot to Dry run and it plans and reports without writing anything at all — and records nothing, so there is nothing to undo afterwards.
What Usually Triggers Approval
Expect approval prompts for:
- Creating or editing project records.
- Batch content generation.
- Asset generation or imports when billable providers are involved.
- Deleting or replacing project content.
- Tool runs that affect multiple entities or a large zone area.
- Explaining systems.
- Inspecting project state.
- Summarizing existing content.
- Running validation-only passes.
Autopilot
Autopilot is the opt-in mode where Studio AI can continue without pausing for every step, but only inside the limits you define.
Good autopilot controls include:
- Maximum allowed risk class.
- Allowed tool categories.
- Project scope or target entity scope.
- Spend or credit budget.
- Whether billable model calls are allowed.
- Whether deletes are allowed.
- R0 and R1 only.
- No deletes.
- No broad batch writes.
- Small budget cap.
- Current project only.
Reviewability
Studio AI should leave a paper trail for every meaningful run.
You should expect to see:
- The goal or prompt.
- The plan it followed.
- Which tools were called.
- Which records or assets changed.
- Validation or playtest results.
- Enough information to continue, refine, or undo the work.
Safety Boundary
There are two important boundaries:
1. Project boundary
Creator-facing AI tools are scoped to the authenticated user's project. The assistant should not be able to act on another user's project, the whole platform, or raw infrastructure through the public creator surface.
2. Platform boundary
Public Studio AI and Creator MCP are for editor and project-authoring tasks.
They do not expose:
- Billing mutation tools.
- Global admin tools.
- Raw database operations.
- Test reset and fixture tools.
- Deployment and infrastructure control meant for internal operations.
Good Operator Habits
You will get better results if you:
- Ask for a plan first on multi-entity tasks.
- Keep autopilot narrow until you trust the workflow.
- Let the assistant inspect the target before it edits.
- Review generated content before publishing.
- Save important house rules in project memory so future runs stay aligned.
Failure Modes To Watch For
Pause and review if you see:
- The assistant proposing changes outside the requested scope.
- Generic content that ignores your project style.
- Too many entities being touched in one run.
- Missing validation after a complex write.
- A billable media run without clear creative constraints.
Next: Providers & AI Credits.