From code to global edge in seconds

Deploy with one command. Every deploy is versioned. Roll back instantly. Monitor in real time. Scale without thinking about infrastructure.

One command to deploy

Your code is bundled, versioned, and pushed to the edge. You get a live HTTPS endpoint immediately.

$ fold deploy api.ts --name my-api
 
Bundling... 12.4 KB
Uploading...
 
Deployed v1 https://you.fold.run/my-api

Versioning and rollback

Every deploy creates a new version. View your full deploy history and roll back to any previous version with one command.

# View deploy history
$ fold versions my-api
 
v3 2 hours ago active
v2 1 day ago
v1 3 days ago
# Roll back to v2
$ fold rollback my-api --version 2
Rolled back to v2 https://you.fold.run/my-api

Everything you need at scale

Custom domains, content filtering, real-time logs, and team collaboration. All built into the platform.

Custom Domains

Serve tools from your own domain with automatic SSL provisioning. Wildcard domains supported on Scale plans. Configure from the CLI or Console.

Pipelines

Chain MCP tools into sequential pipelines. Build visually in the Console or define in code. Active pipelines register as callable MCP tools automatically.

Guardrails

Content filtering policies applied to all dispatch paths. PII detection, prompt injection heuristics, toxicity analysis, and custom regex rules. Block, warn, or log.

Scheduled Triggers

Run tools on a cron schedule. Five-minute intervals to daily jobs. Manage schedules from the CLI or the Console.

Real-time observability

Stream activations live, search logs, and monitor performance from the Console or the CLI.

# Stream logs in real time
$ fold tail my-api
 
12:04:01 GET /my-api 200 23ms
12:04:03 POST /my-api 200 147ms
12:04:05 GET /my-api 200 18ms
# Filter by status
$ fold tail my-api --status error

Analytics Dashboard

Request counts, latency percentiles, error rates, and activation trends. Understand how your tools perform in production from the Console.

Teams

Invite teammates with role-based access. Shared workspaces, audit logging, and team-level billing. Collaborate without stepping on each other.

← AI Code Generation

Deploy your first tool

Free tier. No credit card. From local code to global edge in seconds.

Get Started