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

# Cloud Deployment

> Deploy agents to managed cloud platforms — Paperclip, Mastra Cloud, Vercel EVE.

Ship your agent not just as a change, but as a **running agent** on a managed cloud platform. The
same loop that applies an approved fix to your repo can deploy the agent to its host and keep
watching it against your traces.

## Deployment platforms

<CardGroup cols={2}>
  <Card title="Paperclip" icon="https://mintcdn.com/architech/lNudYrm3oSHgdKIT/icons/paperclip.svg?fit=max&auto=format&n=lNudYrm3oSHgdKIT&q=85&s=f51e28c831fd33fd96eb3b0b89475199" width="24" height="24" data-path="icons/paperclip.svg">
    Mutagent's managed-agents platform — deploy and run your agents for you.
  </Card>

  <Card title="Mastra Cloud" icon="https://mintcdn.com/architech/lNudYrm3oSHgdKIT/icons/mastra.svg?fit=max&auto=format&n=lNudYrm3oSHgdKIT&q=85&s=2d00320b9f65c0746c918429f37f572a" width="430" height="267" data-path="icons/mastra.svg">
    Deploy Mastra-based agents to Mastra's hosted runtime.
  </Card>

  <Card title="Vercel EVE" icon="https://mintcdn.com/architech/lNudYrm3oSHgdKIT/icons/vercel.svg?fit=max&auto=format&n=lNudYrm3oSHgdKIT&q=85&s=f3f7f3c296c64a6f594a020b5400e367" width="1155" height="1000" data-path="icons/vercel.svg">
    Deploy agents to Vercel EVE, Vercel's managed agent runtime.
  </Card>

  <Card title="Claude managed agents" icon="https://mintcdn.com/architech/lNudYrm3oSHgdKIT/icons/anthropic.svg?fit=max&auto=format&n=lNudYrm3oSHgdKIT&q=85&s=e3870ceaac2a9e3395fc2303ba034bd7" width="24" height="24" data-path="icons/anthropic.svg">
    Deploy agents built on the Claude Agent SDK to a managed host.
  </Card>
</CardGroup>

## How it fits the loop

The shape doesn't change: Evaluate scores the agent, Diagnose root-causes the failure, Optimize
applies the approved fix — and then, instead of stopping at a merged PR, the loop ships the agent to
its host and keeps watching it against your traces.

<Tip>
  Everything you can do with a deploy target you can already do locally: run the loop against your
  own repo today with [Helix](/helix/what-is-helix). Cloud deployment takes the same loop to a
  managed platform.
</Tip>
