Give your agent new tools

Deploy a function and it becomes a tool your agent can call. Every deploy is versioned. Roll back instantly. Monitor in real time. Your agent discovers new tools automatically via MCP.

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 and orchestrations

Chain tools into sequential pipelines or compose full DAG workflows with branching, parallel execution, and agent invocation. Build visually in the Console or define via API.

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.

← PlatformOrchestrations →

Deploy your first tool

Free tier. No credit card. Your agent can call it immediately.

Get Started