# What Is Agentic Studio?

Agentic Studio is IFS Loops' central platform for building, deploying, and managing digital workers. Whether you are installing a pre-built template from the Marketplace or assembling a custom worker from scratch, Agentic Studio provides the environment, tooling, and lifecycle management to take a digital worker from concept to production.&#x20;

Think of it as a control tower for automation: one place where teams configure how digital workers behave, test them safely before go-live, monitor their performance in real time, and continuously improve their outputs over time.&#x20;

### **The Four Pillars of This Release**&#x20;

The current release of Agentic Studio is built around four core areas:&#x20;

* Marketplace: a store of pre-packaged digital worker and skill templates, maintained and updated by the IFS Loops team.&#x20;
* Agentic Studio: the full development and management environment for digital workers, including installation, customization, testing, and monitoring.&#x20;
* FSM Digital Workers: purpose-built digital workers for Field Service Management workflows.&#x20;
* Connectors: integrations with IFS and related third-party applications that give digital workers access to real system data and actions.&#x20;

### **Who Uses Agentic Studio?**&#x20;

Agentic Studio is designed for enablement teams, solution architects, and business administrators responsible for deploying digital workers across an organization. You do not need to be a developer to get started, as many configuration tasks use a conversational interface. A working understanding of the product and processes you are automating will help you get the most from the platform.&#x20;

### **The Core Building Blocks**&#x20;

{% tabs %}
{% tab title="Workspaces" %}
**Workspaces**&#x20;

Workspaces let you segment digital workers by business area, site, or use case. Each workspace keeps its data, context, and learning separate, so insights from one part of the business do not bleed into another. For example, a manufacturer running two distinct sites can create two workspaces, one per site, to keep operations cleanly isolated. Up to five workspaces are supported per tenant.&#x20;
{% endtab %}

{% tab title="Environments" %}
**Environments: UAT and Production**&#x20;

Every workspace includes two environments. UAT (User Acceptance Testing) is where you make changes and validate behavior before anything reaches live operations. Production is where the digital worker handles real events. Changes always start in UAT and are promoted to Production only once they have been tested and published.&#x20;
{% endtab %}

{% tab title="Digital Workers " %}
**Digital Workers**&#x20;

A digital worker is the core unit of automation in Agentic Studio. It combines instructions (what to do and how to reason), skills (modular capabilities it can invoke), tools (actions it can take in external systems), and triggers (events that start it automatically) into a single, managed entity.&#x20;
{% endtab %}

{% tab title="Skills and Tools " %}
**Skills and Tools**&#x20;

Skills are reusable, modular capabilities that a digital worker can call when it detects the right intent. Tools give a digital worker the ability to take real actions, such as querying systems, creating records, and sending messages, by connecting to your business applications through connectors.&#x20;
{% endtab %}
{% endtabs %}

### **The Agent Development Life Cycle (ADLC)**&#x20;

Agentic Studio structures digital worker delivery through a five-stage lifecycle that mirrors software development practices:&#x20;

| Stage     | What Happens                                                                           |
| --------- | -------------------------------------------------------------------------------------- |
| Configure | Install or modify a digital worker: instructions, skills, tools, and triggers.         |
| Test      | Run sanity tests and evaluate outputs in the UAT environment.                          |
| Deploy    | Publish a versioned copy and promote it to Production.                                 |
| Monitor   | Track usage, events, and performance in real time.                                     |
| Learn     | Review evaluation scores, identify gaps, and iterate on instructions or configuration. |

### **Why This Matters**&#x20;

Traditional automation tools treat processes as static. Agentic Studio is built around the reality that processes change: systems are updated, requirements shift, and edge cases emerge. The ADLC, paired with versioning and evaluation tooling, gives teams the confidence to make those changes safely and predictably, without disrupting live operations.&#x20;

[*<mark style="color:$info;">Tip: Digital workers imported from the Marketplace are typically about 60% ready out of the box. Agentic Studio provides all the tools needed to close the remaining gap for your organization.</mark>* ](#user-content-fn-1)[^1]

[^1]:


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.theloops.io/agenticstudio/resource-library/explainers/what-is-agentic-studio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
