> For the complete documentation index, see [llms.txt](https://doc.wearepatchworks.com/product-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.wearepatchworks.com/product-documentation/ai/patchworks-ai-studio.md).

# Patchworks AI Studio

A set of intelligent agents built directly into Patchworks, designed to do the heavy lifting of integration for you.

### What is AI Studio? <a href="#what-is" id="what-is"></a>

AI Studio is Patchworks' AI layer - a suite of agents that understand your integration context and help you build, run and operate integrations faster. Instead of manually constructing flows or mapping schemas field by field, you can simply describe what you need in plain English and AI Studio handles the rest.

The agents in AI Studio have access to your connectors, your data structures and your existing flows. That context is what makes them genuinely useful - they're not general-purpose AI tools, they're purpose-built for integration work on Patchworks.

{% hint style="info" %}
AI Studio is available on all plans. Token usage is tracked per company and shown on the Agents page. See [Token usage](#token-usage) for more detail.
{% endhint %}

<figure><img src="/files/EhTpPacaEDGAKaHdW0Ly" alt=""><figcaption></figcaption></figure>

### Agents <a href="#agents" id="agents"></a>

AI Studio is organised around agents. Each agent has a specific focus and a set of capabilities. There are two types:

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><p><strong>Platform Agents</strong></p><p>Agents built and maintained by Patchworks. The Implementation Agent is live today, with more agents on the roadmap.<br></p></td><td></td><td><a href="/files/LmedTrhgYm0mKR1IhUoC">/files/LmedTrhgYm0mKR1IhUoC</a></td><td><a href="/pages/E1GjmCHWoiOvXdE2Y73J">/pages/E1GjmCHWoiOvXdE2Y73J</a></td></tr><tr><td><p><strong>Custom Agents</strong> </p><p>Build your own agents using prompts, tools and guardrails - connected to your systems and running on Patchworks infrastructure.</p></td><td>( Coming Soon )</td><td><a href="/files/gzjwZJuDzW91HrudCkhY">/files/gzjwZJuDzW91HrudCkhY</a></td><td></td></tr></tbody></table>

### Token usage <a href="#token-usage" id="token-usage"></a>

Every company has a monthly token allowance for AI Studio. You can see your current usage in the top-right of the Agents page. Token consumption varies by agent and task complexity - building a multi-step flow with mapping will use more tokens than a simple single-step flow.

{% hint style="warning" %}
Token limits are enforced per company. If you reach your monthly limit, AI Studio features will be temporarily unavailable until the next billing cycle or if you buy additional tokens. Contact your account manager to discuss increasing your allowance.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://doc.wearepatchworks.com/product-documentation/ai/patchworks-ai-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.
