In the AI Enablement Stack, Blekline is Layer 4 and Cloudflare is Layer 1 (Containers, Sandbox SDK, and edge Workers).
| Layer | Product | Role |
|---|---|---|
| L4 | Blekline | Mask prompts, classify risk, govern MCP tool calls, audit |
| L1 | Cloudflare | Sandbox SDK, Containers, Dynamic Workers, global edge |
Wiring
- Connect
@blekline/mcp-proxy— MCP proxy - Use Cloudflare Sandbox SDK or Container MCP for agent environments
- Provide
CLOUDFLARE_API_TOKENwith appropriate scopes
export BLEKLINE_DOWNSTREAM_MCP_COMMAND="..." # your Container MCP or custom bridge
export BLEKLINE_DOWNSTREAM_SERVER=cloudflare
export CLOUDFLARE_API_TOKEN=...
Flow: L5 Agent → L4 Blekline proxy → L1 Cloudflare sandbox / container MCP.
See Cloudflare Sandboxes GA and Code Mode MCP.
Next steps: Sandbox providers · AI Enablement Stack · MCP Cursor setup · Open workspace