Agent Studio Overview

Connect AI assistants to your business systems & content

View as Markdown

New to Agent Studio? Start Here

1

Build your first plugin

Follow Quickstart #1: Basic Task Agent to build a working plugin in minutes.

2

Understand the architecture

Read Assistants, Agents, & Plugins to understand how the pieces fit together.

3

Learn the Golden Rule

Read The Golden Rule before building anything complex β€” it’s the most important design pattern.

4

Build with the reference below

Use the Building Blocks Reference and Guides sections on this page to find specific docs as you build.

5

Test before you ship

Review Testing & Error Handling before publishing your plugin.

Agentic Frameworks

Agent Studio lets you connect AI assistants to your business systems & content. There are three Agentic Frameworks that you can build on.

These agentic frameworks are interoperable on the Moveworks platform, so you can build experiences that span multiple patterns.

Guides & Best Practices

Building Blocks Reference

Quick links to every Agent Studio building block.

Common tasks

Starting from an outcome and not sure which primitive to use? Start here.

I want to…Use
Call an APIHTTP Action
Orchestrate multiple actionsCompound Action
Call an LLM inlinegenerate_text_action / generate_structured_value_action
Send a message to a usernotify expression
Branch on a conditionswitch expression
Handle an API failuretry_catch / raise
Loop over a listfor expression
Run actions concurrentlyparallel expression
End a compound action and return datareturn expression
Look up a user by emailget_user_by_email
Look up many users at oncebatch_get_users_by_email
Request human approvalcreate_generic_approval_request
Send batch chat notificationsbatch_send_plaintext_chat_notification
Collect user inputSlots
Validate a slot valueValidation policy with DSL
Branch a conversation on an action resultDecision Policy
Display a knowledge article or formContent Activity
Handle large API responses (>7K tokens)Response Sizes / SDA

Actions

Compound Action Expressions

Conversation Process

Data & Configuration

Triggers

Samples

You can view hundreds of AI agents on our AI Agent Marketplace and import example templates to better understand how they are built.

Ready to get started?

Dive into our Quickstart Guides to start building your first plugins