> For the complete documentation index, see [llms.txt](/llms.txt).
> A full single-fetch corpus is available at [llms-full.txt](/llms-full.txt).
---
title: Ship
description: Ship your workflow to AGNT5 Cloud — agnt5 deploy, no Dockerfile, no registry.
page_type: tutorial
audience: both
last_verified: 2026-05-13
---

This is stage **2 of 5** of [the AGNT5 loop](/docs/get-started/loop.md). You'll take the workflow you ran in the [Quickstart](/docs/get-started/quickstart.md) and push it to a managed environment with `agnt5 deploy`.

```bash
agnt5 deploy
```

`agnt5 deploy` builds and uploads your project — no Docker, no Dockerfile, no registry. View the deployment in [Studio → Deployments](https://app.agnt5.com/deployments).

Deeper material on environments, rollback, and secrets is being filled in.
