# DevStation Docs ## Docs - [Access your workspace your way — Web, IDE, or SSH](https://docs.myaione.com/access-your-workspace-your-way-web-ide-or-ssh.md): Sometimes you want to work in the code yourself — run a command, edit a file, debug interactively — rather than only directing agents. MyaiOne for Developmention gives each project a cloud workspace you can reach three ways: a terminal and VS Code right in your browser, or over SSH from your own mac… - [Introduction](https://docs.myaione.com/index.md): DevStation is MyaiOne's developer workspace — 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. - [Onboard to an unfamiliar codebase](https://docs.myaione.com/onboard-to-an-unfamiliar-codebase.md): Join a project you've never seen and get oriented in minutes — understand the stack, the structure, the team's hard-won lessons, and what's already in flight — by asking questions in plain language instead of reading the whole repository. - [Patch a security vulnerability end-to-end](https://docs.myaione.com/patch-a-security-vulnerability-end-to-end.md): Take a vulnerability that a scanner flagged in your dependencies and resolve it completely — from detection, through an AI-built fix in an isolated workspace, to a reviewed pull request — without leaving MyaiOne for Development. - [Quickstart](https://docs.myaione.com/quickstart.md): Set up MyaiOne for Development from scratch — sign in, create your first project with the Add Project wizard, and land in your workspace ready to work. - [Run parallel agents without collisions](https://docs.myaione.com/run-parallel-agents-without-collisions.md): Make progress on several independent tasks at the same time — MyaiOne for Development runs each one in its own isolated workspace, so multiple AI agents can work in parallel without overwriting each other's files or branches. - [Stand up testing from zero](https://docs.myaione.com/stand-up-testing-from-zero.md): Take a project with little or no test verification and get it to a place where the suite runs on demand, coverage is visible, the build is previewable, and failures are easy to diagnose — with an agent scaffolding the framework and writing the first tests for you. - [Triage your issue tracker autonomously](https://docs.myaione.com/triage-your-issue-tracker-autonomously.md): Connect your team's issue tracker — GitHub, GitLab, Jira, or Linear — pull its backlog into MyaiOne for Development, group the related issues, and let a server-side pipeline turn each into a reviewed pull request. GitHub is the worked example here; the others connect the same way.