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

# Introduction

> MyaiOne for Development is an AI-powered environment where coding agents take work from spec to reviewed code in a dedicated cloud workspace, with security scanning, testing, and human review built in.

<img alt="Introduction Banner 1" lightAlt="Introduction Banner 1" darkAlt="Introduction Banner 1" src="https://mintcdn.com/myaione/jYLqan5rNcBUnc86/images/Introduction-Banner-2.png?fit=max&auto=format&n=jYLqan5rNcBUnc86&q=85&s=a5f8568e7788e2cc8c8a8f2d8ab5a489" className="dark:hidden" width="3200" height="1200" data-path="images/Introduction-Banner-2.png" />

<img alt="Introduction Banner 1" lightAlt="Introduction Banner 1" darkAlt="Introduction Banner 1" src="https://mintcdn.com/myaione/jYLqan5rNcBUnc86/images/Introduction-Banner-3.png?fit=max&auto=format&n=jYLqan5rNcBUnc86&q=85&s=ea6abb34f43f633deeb9f19341e37b89" className="hidden dark:block" width="3200" height="1200" data-path="images/Introduction-Banner-3.png" />

**MyaiOne for Development** is the developer workspace in the MyAIOne platform. It gives your team a dedicated cloud workspace where AI coding agents take tasks from spec through code to QA, running an autonomous **spec → code → review** pipeline on resilient infrastructure. You open it from your MyAIOne dashboard at `devstation.myai1.ai`.

<Note>
  MyaiOne for Development builds on coding agents you already know — **Claude, Codex, and Cursor** — and adds the structure around them: isolated workspaces, a task pipeline, quality gates, and the controls to keep humans in the loop.
</Note>

## How it works

Every project runs in its own dedicated cloud workspace. AI coding agents pick up tasks and move them through a build-and-review pipeline — **Planning → Queue → In Progress → AI Review → Human Review → Done** — each working in an isolated git worktree so parallel work never collides. Security scanning, testing, and CI/CD quality gates are built in, agents autofix failing checks until they pass, and you can step into the code yourself at any point over Web, IDE, or SSH.

## Where to go next

<Card title="Quickstart" icon="rocket" href="/quickstart">
  Set up MyaiOne for Development from scratch — sign in, create your first project, and land in your workspace.
</Card>

<Card title="Guides" icon="book-open" href="/patch-security-vulnerability">
  Task-based walkthroughs: patch a vulnerability, onboard, run parallel agents, triage issues, and more.
</Card>
