Skip to main content
Lucas Rollo
Community Manager
February 20, 2024
6. Delivered

Agentic Automation Engine 1.0

Related products:Agent Studio
  • February 20, 2024
  • 40 replies
  • 1222 views
Our new pro-code editor with typeahead and autocomplete so you can build Plugins fast.

 

Key Dates:

  • Preview: Feb 2025

What Is It:

This is the biggest launch for Creator Studio since we first released this platform. Traditional iPaaS & middleware was not built for developing integrations for AI agents. Using these tools with Creator Studio has held you back from building AI agents that your business needs.

No longer!

 

Features:

  • Native advanced actions! This is the most exciting upgrade. In CREST Classic, you could only execute a single HTTP call that returns JSON. Now you can do all of the following.
    • Compound actions. Chain actions together with loops, conditions, exception handling, data mappers, and more.
    • HTTP upgrades. You can integrate with JSON & XML-based APIs
    • Scripts. You can write APIthon (limited form of Python that’s LLM-safe).
    • Notifications. You can notify other users with rich chat cards & plain text.
    • LLMs. You can call LLMs with custom prompts to summarize text, generate text, write code, etc.
    • Approvals. You can collect approvals using any Moveworks Setup approval expression.
  • More advanced slots. You can build “queries” that have multiple inputs. You can specify different data types (string, number, date, even “User”!). You can also control the model-facing description to get data in the desired format.
  • Asynchronous execution. You’re no longer forced to return data from your API within 1 minute. 
  • Confirmation controls. You control whether or not the Copilot asks for confirmation before executing the action.
  • Citations. You can create citations for any data structure. It does not have to be a simple JSON object.

 

 

40 replies

asummers
Inspiring
August 30, 2024

Hi there,

What I’m looking to achieve is essentially two separate POST requests under one action.

Example:

User approves a request

  • PUSH is sent to update item to approved
  • PUSH is sent to comment in the ticket.

Is this going to be possible with this? 

Lucas Rollo
Community Manager
October 1, 2024

Hey Folks 👋 We just officially announced this feature.
You can check out the announcement post here.

Lucas Rollo
Community Manager
October 1, 2024

@asummers Something like this is possible in the new platform!

Ajay Merchia
Community Manager
October 2, 2024
The following idea has been merged into this idea:

All the votes have been transferred into this idea.
Ajay Merchia
Community Manager
October 16, 2024
2. On Roadmap5. Limited Preview
Ajay Merchia
Community Manager
October 16, 2024

We’re ready! Check it out here.

You can see instructions for getting access & we’ll share a self-nomination form shortly.

Lucas Rollo
Community Manager
February 5, 2025

🚀 Agentic Automation Engine is now in Preview!

Hey folks! I’m happy to announce that Agentic Automation Engine is now available to all customers through Creator Studio > “Plugins” tab.

Check out our new post for rollout details & key developer resources.

umaqsood
Employee
February 5, 2025
5. Limited Preview6. Delivered
Participating Frequently
March 13, 2025

Tried our first use case on new Plugin Workspace. We created an action that calls an API which returns a data set with a size of 78kB. Built the compound actions and the Plugin. Works like a charm, except it only returns 5 rows of response for every trigger/prompt. Is this a limitation or I am missing something. ?

Derrick
Inspiring
March 13, 2025
5. Limited Preview6. Delivered

@umaqsood now, can we make the editor fill the window instead of only being a limited number of lines?
 

very large amount of wasted space and far more difficult to troubleshoot.