Studio AI is built into the Web Studio and provides a set of AI-powered agents that can help you design Data Products, write and fix code, explain and edit Broadway flows, query interfaces, and more, all within the context of your open project.
Beyond this, Studio AI also provides infrastructure for managing and improving the AI elements that help you design and build your project: you can view and edit existing agents, create new ones, and manage the skills and tools they use, including built-in tools and MCP tools, which you can provision dynamically.
Studio AI also provides visibility into your AI activity through three dedicated views:
The AI Chat panel is docked on the right side of the Studio. To open it:
When you open AI Chat, what you see depends on whether you have previous sessions:
First launch - The panel shows a setup guide prompting you to enable AI features and configure an LLM provider.
Follow the steps in Enabling Studio AI below.
After setup, The welcome screen shows list of the available product agents, along with chat input at the bottom and an actions toolbar at the top

If AI features are disabled, you need to enable them and connect at least one LLM provider before the chat becomes active.
Enabling Studio AI can be done either by
Then: Check the Enable AI checkbox.
Once AI is enabled, you need to enter an API key for at least one LLM provider.

The left navigation lists all supported providers: Anthropic, OpenAI (Official and Custom Models), Google, Codex, Hugging Face, Ollama, Llamafile, and more.
When provisioned, the AI Chat panel will refresh and show the chat interface.
Note: Settings left navigation showing the full list of AI Feature sub-sections including Agent Settings, AI providers and models Settings and more.
Studio AI works through agents, each one is a specialized AI assistant focused on a specific area of project implementation. To address a specific agent, start your message with @ followed by the agent name.
After you address an agent once in a session, it becomes pinned and you do not need to prefix subsequent messages with @AgentName. The agent remains active for the rest of the session unless you switch.
A full description of all available agents is in the Studio AI Agents Reference.
You can attach files and selections to any message to help the agent give more accurate, targeted answers. The most common context shortcuts are:
#_f — attaches the currently open file.#selectedText — attaches the text currently highlighted in the editor.#file:path/to/file — attaches a specific file by path.For a complete guide to context, including drag-and-drop and the paperclip button, see Using the AI Chat.
For many tasks, especially for coding, the most effective approach is to have task plan:
For a full walkthrough of this workflow, see Plan-First Development with the Architect Agent.
Studio AI is built into the Web Studio and provides a set of AI-powered agents that can help you design Data Products, write and fix code, explain and edit Broadway flows, query interfaces, and more, all within the context of your open project.
Beyond this, Studio AI also provides infrastructure for managing and improving the AI elements that help you design and build your project: you can view and edit existing agents, create new ones, and manage the skills and tools they use, including built-in tools and MCP tools, which you can provision dynamically.
Studio AI also provides visibility into your AI activity through three dedicated views:
The AI Chat panel is docked on the right side of the Studio. To open it:
When you open AI Chat, what you see depends on whether you have previous sessions:
First launch - The panel shows a setup guide prompting you to enable AI features and configure an LLM provider.
Follow the steps in Enabling Studio AI below.
After setup, The welcome screen shows list of the available product agents, along with chat input at the bottom and an actions toolbar at the top

If AI features are disabled, you need to enable them and connect at least one LLM provider before the chat becomes active.
Enabling Studio AI can be done either by
Then: Check the Enable AI checkbox.
Once AI is enabled, you need to enter an API key for at least one LLM provider.

The left navigation lists all supported providers: Anthropic, OpenAI (Official and Custom Models), Google, Codex, Hugging Face, Ollama, Llamafile, and more.
When provisioned, the AI Chat panel will refresh and show the chat interface.
Note: Settings left navigation showing the full list of AI Feature sub-sections including Agent Settings, AI providers and models Settings and more.
Studio AI works through agents, each one is a specialized AI assistant focused on a specific area of project implementation. To address a specific agent, start your message with @ followed by the agent name.
After you address an agent once in a session, it becomes pinned and you do not need to prefix subsequent messages with @AgentName. The agent remains active for the rest of the session unless you switch.
A full description of all available agents is in the Studio AI Agents Reference.
You can attach files and selections to any message to help the agent give more accurate, targeted answers. The most common context shortcuts are:
#_f — attaches the currently open file.#selectedText — attaches the text currently highlighted in the editor.#file:path/to/file — attaches a specific file by path.For a complete guide to context, including drag-and-drop and the paperclip button, see Using the AI Chat.
For many tasks, especially for coding, the most effective approach is to have task plan:
For a full walkthrough of this workflow, see Plan-First Development with the Architect Agent.