Getting Started
Freestyle is infrastructure for code you didn't write. Whether it's for your users or your AI agents, managing code you didn't write presents unique challenges that traditional infrastructure wasn't designed to solve.
Freestyle Git
Multi-tenant Git hosting with identity management, automation triggers, and GitHub sync
Freestyle VMs
Virtual machines optimized for running untrusted code, browser testing, and agent driven development workflows
Freestyle Serverless Deployments
Serverless functions and web hosting on our lightweight TypeScript runtime
Freestyle Serverless Runs
Run single use code in our lightweight TypeScript runtime
Get an API Key
Get your API key from the Freestyle Dashboard. Store it in an environment variable named FREESTYLE_API_KEY so our SDKs can automatically detect it.
Install the SDK
npm i freestyle-sandboxespnpm i freestyle-sandboxesbun i freestyle-sandboxesyarn add freestyle-sandboxespip install freestyleOtherwise, see the API Reference for direct HTTP usage.
Add to Your Editor
Cursor
VSCode
Claude Code
claude mcp add --transport http freestyle-docs https://docs.freestyle.sh/api/mcp/mcpClaude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"freestyle-docs": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://docs.freestyle.sh/api/mcp/mcp"]
}
}
}Talk to Us
Questions or need help? Join our Discord server.