---
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.


## AI-readable docs

Give our Bash API to your agent so it can use our docs: https://www.freestyle.sh/docs/bash

For example, give an agent this prompt:

````text
Help me create a vm using freestyle, use their docs api with

```bash
  curl https://www.freestyle.sh/docs/bash
```
````
