Freestyle website screenshot

Freestyle

Freestyle is the infrastructure for code you didn't write — VMs and Git for AI agents. The platform provides Linux microVMs that boot in under 600ms with live-fork, pause-resume, and persistent snapshots; a multi-tenant Git service with branchable filesystems, GitHub Sync, full-text search, and webhook triggers; an Execute (Serverless Runs) API for ephemeral JavaScript/TypeScript code; a Web Deployments API for hosted Node.js apps and static sites; Cron schedules; custom Domains with wildcard SSL; an Identity service for scoped per-user and per-agent access tokens; and Observability logs. Freestyle is a direct sandbox option for AI app builders, background agents, code review bots, and long-running assistants — a usage-priced alternative to running Anthropic's hosted Code Execution tool or building bespoke microVM infrastructure on Firecracker, Modal, or E2B.

Freestyle publishes 11 APIs on the APIs.io network, including Auth API, Certs API, Cron API, and 8 more. Tagged areas include Artificial Intelligence, Agents, Sandboxes, VMs, and MicroVMs.

The Freestyle catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.

Freestyle’s developer surface includes authentication, developer portal, documentation, getting-started guide, signup flow, pricing, engineering blog, and 44 more developer resources.

60.3/100 strong ▬ flat Agent 30/100 agent ready saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemiumSelf serve⚡ Free to try
8 APIs 21 Features 10 Use Cases
Artificial IntelligenceAgentsSandboxesVMsMicroVMsGitCode ExecutionJavaScriptTypeScriptServerlessHostingDeveloper ToolsInfrastructure

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/freestyle-sh: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 11

Individual APIs this provider publishes, each with its own machine-readable definition.

Freestyle Auth API

The Auth API from Freestyle — 2 operation(s) for auth.

Freestyle Certs API

APIs for managing SSL certificates.

Freestyle Cron API

The Cron API from Freestyle — 5 operation(s) for cron.

Freestyle DNS API

APIs for managing DNS records.

Freestyle Domains API

APIs for managing domains. This is only relevant when you want to start to deploy to custom domains. Please read [this guide](https://github.com/freestyle-sh/sandbox_sdks/blob/m...

Freestyle Execute API

APIs for running code. Send the code using the [execute](#tag/execute/POST/execute/v1/execute) endpoint, and you'll get the output back. Works with any TypeScript or JavaScript ...

Freestyle Git API

APIs for managing git repositories and accessing git objects like commits, trees, blobs, tags, and refs.

Freestyle Identity API

APIs for managing identities and access tokens.

Freestyle Observability API

APIs for observability.

Freestyle VM API

APIs for managing lightweight virtual machines (VMs) to run your code in isolated environments.

Freestyle Web API

APIs for deploying websites. We handle node modules caching, scaling, certificates and the whole end to end process. Send the code using the [deploy](#tag/web/POST/web/v1/deploy...

Scroll for all 11

Postman Collections 11

Ready-to-run Postman collections for exercising this provider's APIs.

Scroll for all 11

Open Collections 20

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Freestyle Cron API

OPEN COLLECTION

Freestyle Domains API

OPEN COLLECTION

Freestyle Execute API

OPEN COLLECTION

Freestyle Git API

OPEN COLLECTION

Freestyle Identity API

OPEN COLLECTION

Freestyle Cron Auth API

OPEN COLLECTION

Freestyle Auth Cron API

OPEN COLLECTION

Freestyle VMs API

OPEN COLLECTION

Scroll for all 20

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Freestyle Sh Rate Limits

4 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Features 21

Notable capabilities this provider offers.

Linux microVMs that boot in under 600ms with restored memory snapshots
Live VM forking — clone a running VM into multiple copies in milliseconds
Pause and resume — hibernate idle VMs and pay nothing while paused
Snapshots (memory + disk) with persistent snapshot retention on Hobby+
Multi-tenant Git hosting with branchable filesystems for AI agents
GitHub bidirectional sync (pull, push, or both) per repository
Full-text search across files, commit messages, and diffs
Webhook triggers on commits and refs
Per-repo and per-VM identity permissions with scoped access tokens
Custom domains with verification, wildcard SSL, DNS record management, and deployment mappings
Serverless Runs (execute) for ephemeral JS/TS code execution
Serverless Deployments for hosted Node.js apps and static sites
Cron schedules with execution history and metrics timeline
Observability logs across VMs, deployments, runs, and identities
First-class language integrations — Node.js, Bun, Deno, Python, uv, Ruby, Java, PostgreSQL, OpenCode, Web Terminal
TypeScript and Python SDKs plus Vercel AI, LangGraph, and Mastra SDK adapters
rigkit CLI for local dev machines
SSH access to VMs
Bearer-token auth (Authorization header) for all REST APIs
Pricing per vCPU-hour, GiB-memory-hour, and GiB-storage-hour with daily free allowances
Plan tiers Free, Hobby ($50/mo + usage), Pro ($500/mo + usage), Enterprise

Scroll for all 21

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Freestyle Sh Context

0 classes · 13 properties

JSON-LD

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Freestyle API Rules

6 rules · 4 warnings 2 info

SPECTRAL

JSON Schema 2

Standalone JSON Schema definitions for this provider's data models.

Freestyle Repository

0 properties

JSON SCHEMA

Freestyle VM

0 properties

JSON SCHEMA

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Freestyle Sh Authentication

http · 1 scheme

SECURITY

Freestyle Sh Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Freestyle Sh Agentic Access

128 operations · 62 acting · 6 human-in-the-loop

128 operations · 62 acting

AGENTIC

Use Cases 10

What developers build with this provider.

AI app builders (Lovable, Bolt, V0 style) provisioning a sandbox VM per project with cloned source, dev servers, and *.style.dev preview domains
Background agents (Devin, Cursor Agent style) forking a base VM into parallel workers — one builds the API, one builds the UI, one writes tests
Code review bots (CodeRabbit, Greptile style) cloning a repo at a PR SHA, running lint/test, and posting a Claude-generated review
Long-running AI assistants (Claude, OpenClaw, Cowork style) using a persistent VM with 60s idle pause to keep per-user state at $0 cost between turns
LLM code-interpreter style — execute model-generated code safely in an isolated microVM with egress control
Sandboxed AI agent evals on ephemeral microVMs (one VM per eval run)
Multi-tenant SaaS where each end user gets their own Freestyle Git repo and isolated VM
Reinforcement learning on microVMs — fan out, train, fold in
Deep-research agents that spawn, suspend on idle, and resume on event
Hosted code playgrounds for educational and developer-tool products

Scroll for all 10

Integrations 12

Pre-built integrations with other platforms and tools.

Anthropic Claude — Code Execution tool, Managed Agents, Skills (Freestyle sandbox positioned as an alternative or complement to Anthropic's hosted code execution sandbox)
GitHub — bidirectional repo sync, GitHub Sync configuration per repo
Vercel AI SDK — first-party adapter in sandbox_sdks
LangGraph — first-party adapter in sandbox_sdks
Mastra — first-party adapter in sandbox_sdks
Node.js, Bun, Deno — first-class VM runtimes
Python (with uv), Ruby, Java — first-class VM runtimes
PostgreSQL — managed inside VMs
OpenCode — VM integration
Cloudstate — Freestyle's own JavaScript database runtime
Adorable — Freestyle's own open-source Lovable-style AI app builder
Astro, Next.js, SvelteKit, Solid Start, React Native, Expo, Vite — starter templates

Scroll for all 12

Solutions 4

Packaged solutions this provider offers.

VMs and Git for AI Agents — give agents real Linux VMs with a Git-backed branchable filesystem, replacing per-step container snapshots with full-machine VM snapshots
Multi-tenant App Hosting — every end user or AI project gets its own VM, repo, and custom domain
AI Code Sandboxing — safer alternative to running LLM-generated code in your own process, with egress control and microVM isolation
Background Agent Infrastructure — persistent VMs that pause when idle and resume on event for long-running agentic workloads

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 18

Reference material describing how the API behaves

Scroll for all 18

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 17

SDKs, sample code, and the tooling you integrate with

Scroll for all 17

Access & Security 2

Authentication, authorization, and security posture

Operate 3

Status, limits, changes, and where to get help

Commercial 4

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: freestyle-sh
url: https://raw.githubusercontent.com/api-evangelist/freestyle-sh/refs/heads/main/apis.yml
apis:
- aid: freestyle-sh:freestyle-sh-auth-api
  name: Freestyle Auth API
  description: The Auth API from Freestyle — 2 operation(s) for auth.
  humanURL: https://docs.freestyle.sh/v2/vms/about
  tags:
  - Authentication
  tags_raw:
  - Auth
  properties:
  - type: OpenAPI
    url: openapi/freestyle-sh-auth-api-openapi.yml
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/lifecycle
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/templates-snapshots
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/ssh-access
  - type: JSONSchema
    url: json-schema/freestyle-vm-schema.json
  - type: JSONLD
    url: json-ld/freestyle-sh-context.jsonld
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/repos
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/search
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/hooks
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/github-sync
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/advanced/database-api
  - type: JSONSchema
    url: json-schema/freestyle-repository-schema.json
  - type: Documentation
    url: https://docs.freestyle.sh/v2/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains/deploy-to-custom-domain
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/code-playground
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/egress
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/errors
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/cron-jobs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/nextjs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/vite
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/static
- aid: freestyle-sh:freestyle-sh-certs-api
  name: Freestyle Certs API
  description: APIs for managing SSL certificates.
  humanURL: https://docs.freestyle.sh/v2/vms/about
  tags:
  - Certs
  properties:
  - type: OpenAPI
    url: openapi/freestyle-sh-certs-api-openapi.yml
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/lifecycle
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/templates-snapshots
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/ssh-access
  - type: JSONSchema
    url: json-schema/freestyle-vm-schema.json
  - type: JSONLD
    url: json-ld/freestyle-sh-context.jsonld
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/repos
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/search
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/hooks
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/github-sync
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/advanced/database-api
  - type: JSONSchema
    url: json-schema/freestyle-repository-schema.json
  - type: Documentation
    url: https://docs.freestyle.sh/v2/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains/deploy-to-custom-domain
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/code-playground
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/egress
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/errors
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/cron-jobs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/nextjs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/vite
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/static
- aid: freestyle-sh:freestyle-sh-cron-api
  name: Freestyle Cron API
  description: The Cron API from Freestyle — 5 operation(s) for cron.
  humanURL: https://docs.freestyle.sh/v2/vms/about
  tags:
  - Cron
  properties:
  - type: OpenAPI
    url: openapi/freestyle-sh-cron-api-openapi.yml
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/lifecycle
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/templates-snapshots
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/ssh-access
  - type: JSONSchema
    url: json-schema/freestyle-vm-schema.json
  - type: JSONLD
    url: json-ld/freestyle-sh-context.jsonld
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/repos
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/search
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/hooks
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/github-sync
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/advanced/database-api
  - type: JSONSchema
    url: json-schema/freestyle-repository-schema.json
  - type: Documentation
    url: https://docs.freestyle.sh/v2/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains/deploy-to-custom-domain
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/code-playground
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/egress
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/errors
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/cron-jobs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/nextjs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/vite
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/static
- aid: freestyle-sh:freestyle-sh-dns-api
  name: Freestyle DNS API
  description: APIs for managing DNS records.
  humanURL: https://docs.freestyle.sh/v2/vms/about
  tags:
  - DNS
  properties:
  - type: OpenAPI
    url: openapi/freestyle-sh-dns-api-openapi.yml
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/lifecycle
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/templates-snapshots
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/ssh-access
  - type: JSONSchema
    url: json-schema/freestyle-vm-schema.json
  - type: JSONLD
    url: json-ld/freestyle-sh-context.jsonld
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/repos
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/search
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/hooks
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/github-sync
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/advanced/database-api
  - type: JSONSchema
    url: json-schema/freestyle-repository-schema.json
  - type: Documentation
    url: https://docs.freestyle.sh/v2/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains/deploy-to-custom-domain
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/code-playground
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/egress
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/errors
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/cron-jobs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/nextjs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/vite
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/static
- aid: freestyle-sh:freestyle-sh-domains-api
  name: Freestyle Domains API
  description: "APIs for managing domains. This is only relevant when you want to start to deploy to custom domains. \nPlease\
    \ read [this guide](https://github.com/freestyle-sh/sandbox_sdks/blob/main/docs/custom_domains.md) to understand how deployments\
    \ work with custom domains."
  humanURL: https://docs.freestyle.sh/v2/vms/about
  tags:
  - Domains
  properties:
  - type: OpenAPI
    url: openapi/freestyle-sh-domains-api-openapi.yml
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/lifecycle
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/templates-snapshots
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/ssh-access
  - type: JSONSchema
    url: json-schema/freestyle-vm-schema.json
  - type: JSONLD
    url: json-ld/freestyle-sh-context.jsonld
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/repos
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/search
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/hooks
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/github-sync
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/advanced/database-api
  - type: JSONSchema
    url: json-schema/freestyle-repository-schema.json
  - type: Documentation
    url: https://docs.freestyle.sh/v2/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains/deploy-to-custom-domain
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/code-playground
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/egress
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/errors
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/cron-jobs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/nextjs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/vite
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/static
- aid: freestyle-sh:freestyle-sh-execute-api
  name: Freestyle Execute API
  description: APIs for running code. Send the code using the [execute](#tag/execute/POST/execute/v1/execute) endpoint, and
    you'll get the output back. Works with any TypeScript or JavaScript code + handles any node modules and environment variables
    you want.
  humanURL: https://docs.freestyle.sh/v2/vms/about
  tags:
  - Execute
  properties:
  - type: OpenAPI
    url: openapi/freestyle-sh-execute-api-openapi.yml
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/lifecycle
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/templates-snapshots
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/ssh-access
  - type: JSONSchema
    url: json-schema/freestyle-vm-schema.json
  - type: JSONLD
    url: json-ld/freestyle-sh-context.jsonld
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/repos
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/search
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/hooks
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/github-sync
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/advanced/database-api
  - type: JSONSchema
    url: json-schema/freestyle-repository-schema.json
  - type: Documentation
    url: https://docs.freestyle.sh/v2/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains/deploy-to-custom-domain
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/code-playground
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/egress
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/errors
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/cron-jobs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/nextjs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/vite
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/static
- aid: freestyle-sh:freestyle-sh-git-api
  name: Freestyle Git API
  description: APIs for managing git repositories and accessing git objects like commits, trees, blobs, tags, and refs.
  humanURL: https://docs.freestyle.sh/v2/vms/about
  tags:
  - Git
  properties:
  - type: OpenAPI
    url: openapi/freestyle-sh-git-api-openapi.yml
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/lifecycle
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/templates-snapshots
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/ssh-access
  - type: JSONSchema
    url: json-schema/freestyle-vm-schema.json
  - type: JSONLD
    url: json-ld/freestyle-sh-context.jsonld
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/repos
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/search
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/hooks
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/github-sync
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/advanced/database-api
  - type: JSONSchema
    url: json-schema/freestyle-repository-schema.json
  - type: Documentation
    url: https://docs.freestyle.sh/v2/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains/deploy-to-custom-domain
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/code-playground
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/egress
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/errors
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/cron-jobs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/nextjs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/vite
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/static
- aid: freestyle-sh:freestyle-sh-identity-api
  name: Freestyle Identity API
  description: APIs for managing identities and access tokens.
  humanURL: https://docs.freestyle.sh/v2/vms/about
  tags:
  - Identity
  properties:
  - type: OpenAPI
    url: openapi/freestyle-sh-identity-api-openapi.yml
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/lifecycle
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/templates-snapshots
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/ssh-access
  - type: JSONSchema
    url: json-schema/freestyle-vm-schema.json
  - type: JSONLD
    url: json-ld/freestyle-sh-context.jsonld
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/repos
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/search
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/hooks
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/github-sync
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/advanced/database-api
  - type: JSONSchema
    url: json-schema/freestyle-repository-schema.json
  - type: Documentation
    url: https://docs.freestyle.sh/v2/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains/deploy-to-custom-domain
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/code-playground
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/egress
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/errors
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/cron-jobs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/nextjs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/vite
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/static
- aid: freestyle-sh:freestyle-sh-observability-api
  name: Freestyle Observability API
  description: APIs for observability.
  humanURL: https://docs.freestyle.sh/v2/vms/about
  tags:
  - Observability
  properties:
  - type: OpenAPI
    url: openapi/freestyle-sh-observability-api-openapi.yml
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/lifecycle
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/templates-snapshots
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/ssh-access
  - type: JSONSchema
    url: json-schema/freestyle-vm-schema.json
  - type: JSONLD
    url: json-ld/freestyle-sh-context.jsonld
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/repos
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/search
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/hooks
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/github-sync
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/advanced/database-api
  - type: JSONSchema
    url: json-schema/freestyle-repository-schema.json
  - type: Documentation
    url: https://docs.freestyle.sh/v2/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains/deploy-to-custom-domain
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/code-playground
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/egress
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/errors
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/cron-jobs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/nextjs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/vite
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/static
- aid: freestyle-sh:freestyle-sh-vm-api
  name: Freestyle VM API
  description: APIs for managing lightweight virtual machines (VMs) to run your code in isolated environments.
  humanURL: https://docs.freestyle.sh/v2/vms/about
  tags:
  - vm
  tags_raw:
  - VM
  properties:
  - type: OpenAPI
    url: openapi/freestyle-sh-vm-api-openapi.yml
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/lifecycle
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/templates-snapshots
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/ssh-access
  - type: JSONSchema
    url: json-schema/freestyle-vm-schema.json
  - type: JSONLD
    url: json-ld/freestyle-sh-context.jsonld
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/repos
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/search
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/hooks
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/github-sync
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/advanced/database-api
  - type: JSONSchema
    url: json-schema/freestyle-repository-schema.json
  - type: Documentation
    url: https://docs.freestyle.sh/v2/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains/deploy-to-custom-domain
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/code-playground
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/egress
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/errors
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/cron-jobs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/nextjs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/vite
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/static
- aid: freestyle-sh:freestyle-sh-web-api
  name: Freestyle Web API
  description: APIs for deploying websites. We handle node modules caching, scaling, certificates and the whole end to end
    process. Send the code using the [deploy](#tag/web/POST/web/v1/deploy) endpoint, and you'll get a full hosted website
    back. Works with any TypeScript or JavaScript codebase.
  humanURL: https://docs.freestyle.sh/v2/vms/about
  tags:
  - Web
  properties:
  - type: OpenAPI
    url: openapi/freestyle-sh-web-api-openapi.yml
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/lifecycle
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/templates-snapshots
  - type: Documentation
    url: https://docs.freestyle.sh/v2/vms/ssh-access
  - type: JSONSchema
    url: json-schema/freestyle-vm-schema.json
  - type: JSONLD
    url: json-ld/freestyle-sh-context.jsonld
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/repos
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/search
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/hooks
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/github-sync
  - type: Documentation
    url: https://docs.freestyle.sh/v2/git/advanced/database-api
  - type: JSONSchema
    url: json-schema/freestyle-repository-schema.json
  - type: Documentation
    url: https://docs.freestyle.sh/v2/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains
  - type: Documentation
    url: https://docs.freestyle.sh/v2/domains/deploy-to-custom-domain
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/code-playground
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/egress
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/runs/errors
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/about
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/configuration
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/cron-jobs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/nextjs
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/vite
  - type: Documentation
    url: https://docs.freestyle.sh/v2/serverless/deployments/guides/static
name: Freestyle
tags:
- Artificial Intelligence
- Agents
- Sandboxes
- VMs
- MicroVMs
- Git
- Code Execution
- JavaScript
- TypeScript
- Serverless
- Hosting
- Developer Tools
- Infrastructure
tags_raw:
- AI
- Agents
- Sandboxes
- VMs
- MicroVMs
- Git
- Code Execution
- JavaScript
- TypeScript
- Serverless
- Hosting
- Developer Tools
- Infrastructure
kind: contract
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: medium
  source:
  - plans
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/freestyle-sh.png
access: 3rd-Party
common:
- type: Website
  url: https://www.freestyle.sh/
- type: PostmanWorkspace
  url: https://www.postman.com/kinlaneapi/freestyle/overview
- type: AgenticAccess
  url: agentic-access/freestyle-sh-agentic-access.yml
- type: DomainSecurity
  url: security/freestyle-sh-domain-security.yml
- type: Authentication
  url: authentication/freestyle-sh-authentication.yml
- type: Portal
  url: https://www.freestyle.sh
- type: Documentation
  url: https://docs.freestyle.sh
- type: Documentation
  url: https://docs.freestyle.sh/v2
- type: GettingStarted
  url: https://docs.freestyle.sh/v2/about
- url: https://api.freestyle.sh/openapi.json
  name: Freestyle Sandboxes OpenAPI
  type: OpenAPI
- url: https://admin.freestyle.sh
  type: Signup
  name: Freestyle Admin Console
- url: https://admin.freestyle.sh
  type: Dashboard
  name: Freestyle Dashboard
- url: https://www.freestyle.sh/pricing
  type: Pricing
  name: Freestyle Pricing
- url: https://www.freestyle.sh/blog
  type: Blog
  name: Freestyle Blog
- url: https://status.freestyle.sh
  type: StatusPage
- url: https://discord.com/invite/YTRprVkdnz
  type: Forums
  name: Freestyle Discord
- url: https://www.freestyle.sh/privacy
  type: PrivacyPolicy
- url: https://github.com/freestyle-sh
  type: GitHubOrganization
- url: https://github.com/freestyle-sh/sandbox_sdks
  name: Freestyle Sandboxes SDKs (TypeScript)
  type: SDKs
- url: https://github.com/freestyle-sh/sandbox-sdks-py
  name: Freestyle Sandboxes Python SDK
  type: SDKs
- url: https://github.com/freestyle-sh/rigkit
  name: Freestyle Dev Machine CLI and SDK (rigkit)
  type: SDKs
- url: https://github.com/freestyle-sh/freestyle-auth
  name: Freestyle Auth (open source)
  type: Tools
- url: https://github.com/freestyle-sh/Adorable
  name: Adorable — Open Source Lovable
  type: Tools
- url: https://github.com/freestyle-sh/cloudstate
  name: Cloudstate — JavaScript Database Runtime
  type: Tools
- url: https://github.com/freestyle-sh/freestyle-execute-chat
  name: Freestyle Execute Chat example
  type: CodeExamples
- url: https://github.com/freestyle-sh/freestyle-astro-template
  name: Astro starter template
  type: CodeExamples
- url: https://github.com/freestyle-sh/freestyle-sveltekit-template
  name: SvelteKit starter template
  type: CodeExamples
- url: https://github.com/freestyle-sh/freestyle-solid-template
  name: Solid Start starter template
  type: CodeExamples
- url: https://github.com/freestyle-sh/freestyle-next-template
  name: Next.js starter template
  type: CodeExamples
- url: https://github.com/freestyle-sh/freestyle-vite-react
  name: Vite + React starter template
  type: CodeExamples
- url: https://github.com/freestyle-sh/freestyle-react-native-template
  name: React Native starter template
  type: CodeExamples
- url: https://github.com/freestyle-sh/freestyle-deno-template
  name: Deno starter template
  type: CodeExamples
- url: https://github.com/freestyle-sh/freestyle-expo
  name: Expo dev-server template
  type: CodeExamples
- url: https://docs.freestyle.sh/v2/vms/integrations/node
  type: Documentation
  name: Node.js VM Integration
- url: https://docs.freestyle.sh/v2/vms/integrations/python
  type: Documentation
  name: Python VM Integration
- url: https://docs.freestyle.sh/v2/vms/integrations/bun
  type: Documentation
  name: Bun VM Integration
- url: https://docs.freestyle.sh/v2/vms/integrations/deno
  type: Docume

# --- truncated at 32 KB (38 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/freestyle-sh/refs/heads/main/apis.yml

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/freestyle-sh"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/freestyle-sh/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/freestyle-sh/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.