> ## Documentation Index
> Fetch the complete documentation index at: https://docs.architect.new/llms.txt
> Use this file to discover all available pages before exploring further.

# v2.1.0 — July 27, 2026

> GitAgent, MCP server connections, a faster and more stable harness, per-app database isolation, and app renaming.

A big one — build **git-native agents**, connect **any MCP server**, and get stronger data isolation, a faster build engine, and easier app management.

## New

**Build with GitAgent (Beta).** Architect can now create **git-native agents** — an agent whose identity, rules, skills, and memory live as versioned files in a GitHub repo you own, instead of a hosted Lyzr agent. While planning a new app, just tick the optional **"Build this using GitAgent"** option. → [GitAgent (Beta)](/build/git-agents)

<Frame>
  <img src="https://mintcdn.com/lyzr-636197f6/Y_iX42Af_R1E8U1t/images/GitAgent/gitAgent_question.png?fit=max&auto=format&n=Y_iX42Af_R1E8U1t&q=85&s=f5a0d2dc7780b1b5708b47ed52ee1382" alt="The optional 'Build this using GitAgent' choice in Architect's planning flow" width="1366" height="544" data-path="images/GitAgent/gitAgent_question.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/lyzr-636197f6/Dhmr8VIz0cu3cXtu/images/GitAgent/gitAgent_details.png?fit=max&auto=format&n=Dhmr8VIz0cu3cXtu&q=85&s=53e043db8cd97ff8d9dc1aa145ae2a5c" alt="A GitAgent's detail panel in Architect showing its Soul, Rules, and Duties" width="2930" height="1680" data-path="images/GitAgent/gitAgent_details.png" />
</Frame>

**Connect MCP servers.** Bring any **Model Context Protocol (MCP)** server into your app — connect it once in Lyzr Studio (or add one right from the build chat) and your agents can use its tools. Great for capabilities that aren't in the built-in integrations list, like DeepWiki or Parallel Search. → [Connecting MCP Servers](/integrations/custom-tools/mcp-servers)

<Frame>
  <img src="https://mintcdn.com/lyzr-636197f6/TxR2Y--nh27i3lr2/images/MCP/mcp-5.png?fit=max&auto=format&n=TxR2Y--nh27i3lr2&q=85&s=5e2455c863614e143ca84bc6fb167df7" alt="Naming a connected MCP server in an Architect build prompt" width="2930" height="1670" data-path="images/MCP/mcp-5.png" />
</Frame>

**Rename your app.** You can now rename an app for easier identification — click the **pencil icon** next to the app name, type a clear, descriptive name, and hit **Save**, so it's simple to find and recognize in **My Apps**.

<Frame>
  <img src="https://mintcdn.com/lyzr-636197f6/TxR2Y--nh27i3lr2/images/app-rename.png?fit=max&auto=format&n=TxR2Y--nh27i3lr2&q=85&s=33643008c8bab817fdbc3c237d1be4e7" alt="Rename app popover next to the app name in the Architect build view" width="2936" height="1756" data-path="images/app-rename.png" />
</Frame>

## Improvements

**Faster, more stable builds.** The in-sandbox harness — the engine that writes your app — got significant **speed and stability** improvements. Builds respond quicker and run with fewer interruptions.

## Security

**Per-app database isolation.** Each app now gets its **own dedicated database**. Your data access is scoped to a single app, so records from one app can never be reached by another — a stronger boundary around every app's data. → [Database & Authentication](/build/database-auth)

<Frame>
  <img src="https://mintcdn.com/lyzr-636197f6/VOZPONDAmwlkiGTh/images/database/database.png?fit=max&auto=format&n=VOZPONDAmwlkiGTh&q=85&s=d080cdd8fa35e9e16bcbbd06443c3f69" alt="Each Architect app gets its own isolated database" width="2934" height="1654" data-path="images/database/database.png" />
</Frame>
