---
title: "Freestyle"
description: "Infrastructure for code your product runs but didn't write."
url: "/docs"
---

Freestyle gives AI products the infrastructure to run and store code they did not write — fast Linux VMs for execution, and multi-tenant Git for storage.

- [Quickstart](https://www.freestyle.sh/docs/quickstart): Create a VM, run your first command, and set up your Freestyle API key.
- [Freestyle VMs](https://www.freestyle.sh/docs/vms): Fast Linux VMs for agent workspaces, browser automation, debugging, and interactive user sessions.
- [Freestyle Git](https://www.freestyle.sh/docs/git): Multi-tenant Git repositories with scoped access, search, triggers, and GitHub sync.
- [Freestyle CLI](https://www.freestyle.sh/docs/cli): Install the CLI and run terminal commands for local development and debugging.


## Machine-readable docs

These docs are available in formats that agents and command-line tools can read directly:

```text
https://www.freestyle.sh/docs/llms.txt
```

Every docs page also has a plain markdown sibling, such as `/docs/vms/ssh.md`. For a terminal docs browser:

```bash
ssh ssh.freestyle.sh
```
