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

# Introduction to Astera Studio

## What is Astera Studio?

Astera Studio is an AI agent framework built for enterprise teams. It gives you everything you need to build AI agents that actually work in production — not just in a demo.

Think of it as the complete stack for agent-building: your data connections, the AI layer, a place to share what you build with the rest of the organization, and the governance and monitoring that production systems require. All of it assembled in one place, built on top of Astera's data infrastructure foundation.

## Why Studio Exists

Most AI projects follow the same arc: a promising pilot, months of effort, and then — nothing. The agent never makes it to production.

The reason is almost never the AI model. Every organization has access to powerful models. The problem is everything the model needs to run reliably at scale:

* Data that is clean, connected, and trusted
* A framework to build on — so real users don't break what looked finished in a demo
* A way to share what one person built so the whole organization can use it
* Governance that security and compliance teams will actually approve
* Automation that runs without a human initiating every job
* Monitoring that tells you what broke and why

Only 5% of enterprise AI pilots ever reach full production. Studio is built specifically to close that gap.

## What You Can Do With Studio

### Connect your data

Before an AI agent can be useful, it needs to know your data — not just the world's data. Studio connects to databases, APIs, cloud storage, and local files. Data is cleaned and transformed through Astera's ETL engine before it ever reaches the model. Bad input equals bad output; Studio solves this at the root.

### Build AI agents and skills

The workspace is where you build. Create skills — instruction documents that encode your organization's domain knowledge, conventions, and context — and combine them with data connections and tools to build agents that do real work. The AI has access to your systems, not just general knowledge.

### Publish to the catalog

When an agent or skill is ready, publish it to the catalog. Anyone in the organization can then discover it, run it, and trust that it behaves exactly as the creator intended. What one person builds becomes a company asset — not a file that lives on someone's laptop.

### Automate without supervision

A production agent runs on its own. Studio's automation engine lets you set schedules, configure webhooks, and connect event-based triggers — so agents run when they need to run, whether or not anyone is at their desk.

### Govern and monitor everything

Role-based access, audit trails, and secure sharing are built in — not bolted on afterward. Every agent run generates execution logs and job traces so you can see exactly what happened. Data never goes directly to the AI; it passes through the ETL engine first. API credentials never enter the chat.

## The Nine Components

An AI framework is not a single feature. It is a stack of capabilities that must all be in place for an agent to go from idea to production. Studio delivers all nine:

<table data-header-hidden><thead><tr><th valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">Data Connectivity</td><td valign="top">Connect to any source: databases, APIs, cloud files, local files. The agent knows your data, not just the world's.</td></tr><tr><td valign="top">Data Preparation</td><td valign="top">Clean, transform, and validate data before it reaches the model. Built on Astera's proven ETL engine.</td></tr><tr><td valign="top">Model Layer</td><td valign="top">Model-agnostic. Connect GPT-4, Claude, Gemini, Llama, or any open-source model. Switch without rebuilding agents.</td></tr><tr><td valign="top">Tools &#x26; Connectors</td><td valign="top">MCP-based connectors give agents the ability to act — query systems, trigger actions, call APIs — not just respond.</td></tr><tr><td valign="top">Skills &#x26; Memory</td><td valign="top">Reusable instruction documents that encode your organization's conventions, domain knowledge, and context.</td></tr><tr><td valign="top">Catalog &#x26; Sharing</td><td valign="top">Publish agents, skills, dashboards, and workflows. Build once, use everywhere, governed and versioned.</td></tr><tr><td valign="top">Automation Engine</td><td valign="top">Schedules, triggers, and webhooks. Agents run without human initiation — always, on the cadence the business needs.</td></tr><tr><td valign="top">Governance Layer</td><td valign="top">Role-based access, audit trails, and secure sharing. The controls that let security and compliance teams say yes.</td></tr><tr><td valign="top">Monitoring &#x26; Logs</td><td valign="top">Full execution logs, job traces, and real-time monitoring. Observability is what separates a prototype from a trusted system.</td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://documentation.astera.com/astera-studio/getting-started/introduction-to-astera-studio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
