Required Permission:
Overview
Studio Agents are a coding-based agent type in Elementum that build automations, agents, and flows through conversation. Describe what you need in natural language, and the Studio Agent writes the TypeScript that assembles the flow inside your app—lowering the barrier to creating complex workflows without hand-building every stage, decision point, and automation. Studio Agents live on the Flows page of your app and stay available whenever you’re building or iterating on a workflow. The agent handles the underlying code while you review the generated flow in a live Preview pane, refine it in the chat, and publish when it looks right.Studio Agents run on Anthropic Claude models. Configure an Anthropic AI provider and select a supported Claude model (for example, Claude 4.5 Sonnet) before starting a Studio Agent session. See AI Models for model capabilities.
Prerequisites
Before you can use a Studio Agent, make sure your organization has:- An Anthropic AI provider configured in Organization Settings.
- At least one Claude LLM service available to the app where you plan to build the flow. See AI Services for setup steps.
- App Administrator access on the app whose flow you want to build.
Start a Studio Agent session
- Open your app and click Flows in the left navigation menu.
- In the natural language chat at the top of the Flows page, describe the workflow you want to build. Explain the stages, decision points, and automations you’d like included.
- Click the Send icon to hand the request off to the Studio Agent.
- Follow along in the chat pop-up as the agent writes the TypeScript that builds the flow. Click any action in the chat to see more details about what the agent did.
- Use the Preview pane to verify the workflow is being built as expected.
- If something doesn’t look right, keep chatting with the agent to refine the flow. The agent maintains context across the session, so you can iterate stage by stage or make broad changes in a single message.
- Click Publish when the flow is ready.
Prompt templates
Below the chat on the Flows page, Elementum surfaces pre-built prompt templates you can use as a starting point instead of writing a prompt from scratch. Examples include:- Expense approval — Multi-stage approval workflow with reviewer routing and status updates.
- Customer onboarding — Sequenced steps for kicking off a new customer, gathering intake data, and triggering follow-up tasks.
- Incident triage — Intake, classification, and escalation of incoming issues.
Resume a session
In-progress builds are saved automatically as you chat with the agent. To pick a session back up later:- Open the Flows page in your app.
- Scroll to Studio Agent Sessions to see drafts that haven’t been published yet.
- Select the session you want to continue. The chat, preview, and all prior context are restored so you can keep iterating with the agent.
After you publish
Published flows are fully editable by hand. Use the flow editor to:- Rename or reorder stages the agent created.
- Add or remove automations, approval steps, or assignment rules.
- Wire the flow into other parts of your app—for example, managed views, Elements, or record layouts.
Related documentation
Anthropic Setup
Configure the Anthropic AI provider that powers Studio Agents
AI Models
Compare Claude models and choose the right one for Studio Agents
Building Agents
Create and configure conversational agents in your app
Automations
Learn how the automations Studio Agents build fit into your app