Blekline
v0.3.0GitHub

Integrations

Vercel Sandbox Stack

Layer 4 Blekline governance + Layer 1 Vercel Sandbox microVMs.

View as Markdown

In the AI Enablement Stack, Blekline is Layer 4 and Vercel Sandbox is Layer 1 (Firecracker microVMs for untrusted / AI-generated code).

This is not Blekline hosting on Vercel — it is running agent code execution in Vercel Sandbox while Blekline governs MCP tool calls at the ingress.

LayerProductRole
L4BleklineMask prompts, classify risk, govern MCP tool calls, audit
L1Vercel SandboxIsolated microVM, Node/Python runtimes, ms cold start

Wiring

  1. Connect @blekline/mcp-proxyMCP proxy
  2. Use @vercel/sandbox in your agent app for code execution
  3. Optionally connect Vercel MCP for deploy/project ops (separate from sandbox execution)
export BLEKLINE_DOWNSTREAM_SERVER=vercel
export BLEKLINE_WORKSPACE_TOKEN=blw_...
# Vercel Sandbox auth via OIDC in CI or access token locally

Flow: L5 Agent → L4 Blekline proxy → your agent orchestrator → L1 Vercel Sandbox microVM.

See Vercel Sandbox docs and durable AI agent guide.


Next steps: Sandbox providers · AI Enablement Stack · MCP proxy · Open workspace