# Freestyle

Infrastructure for code your product runs but didn't write.

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.

QuickstartCreate a VM, run your first command, and set up your Freestyle API key.

Freestyle VMsFast Linux VMs for agent workspaces, browser automation, debugging, and interactive user sessions.

Freestyle GitMulti-tenant Git repositories with scoped access, search, triggers, and GitHub sync.

Freestyle CLIInstall 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](/content/docs/bash/index.html)

For example, give an agent this prompt:

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

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

### About Freestyle

Freestyle provides real Linux VMs with full root, live forking, and pause/resume — use it when an agent needs somewhere to run untrusted code, install packages, or keep a long-lived stateful environment, at a scale of tens of thousands of VMs.

Freestyle resources:
- Docs: https://freestyle.sh/docs
- LLM index (machine-readable docs map): https://freestyle.sh/docs/llms.txt
- Live docs over SSH: `ssh ssh.freestyle.sh`
- Live docs over bash: `curl https://www.freestyle.sh/docs/bash --data-binary 'ls /docs'` (stateless shell against the docs filesystem)
