boxkite
Blog

Engineering notes.

Real investigations, real commits, real numbers — including the ones that didn't go the way we expected.

Platform Engineering

Building a Multi-Tenant Control-Plane for Ephemeral Agent Workloads

Notes for a platform engineer asked to let every team run untrusted agent code, without turning it into a per-team reinvention of pod lifecycle management.

Read the post →
Developer Tools

MCP Gives Your Coding Agent Root on Your Laptop

A local MCP server runs as your OS user, with your permissions, on your machine. That's not a bug in any one server — it's the entire local-MCP model.

Read the post →
Security

Anatomy of an Agent Sandbox Escape: What Actually Stops rm -rf /

A walk through what happens, layer by layer, when an agent runs a destructive command inside a sandbox pod — and why no single layer is doing all the work.

Read the post →
Cost analysis

The Hidden Cost of Hosted Agent Sandboxes

Real, cited per-second pricing from E2B and Modal, compared against real GKE node pricing — including the honest crossover point where self-hosting stops winning.

Read the post →
Security

Why Docker Containers Aren't Enough for Autonomous LLM Agents

Containers share a kernel by design. Once an LLM agent is writing and executing its own code, that shared kernel is exactly the boundary an attacker needs to cross.

Read the post →
Research

Git Access for Your Research Agent, Scoped to Exactly What It Needs

Why boxkite makes git tools an explicit opt-in on top of a network-dark default, and how that lets a research team's agent commit back to a shared repo without an open internet connection.

Read the post →
Data & Documents

Processing Every Customer's Contracts and Invoices Without Ever Mixing Them

How a legal-tech or accounts-payable SaaS runs OCR and document extraction for every customer in its own network-dark pod, with the full document stack pre-installed.

Read the post →
Security

Don't Trust the Sandbox Claim — Verify It Against Your Own CNI

A look at exactly which kernel and network mechanisms make boxkite's sandbox network-dark, and how to independently verify them on infrastructure you operate.

Read the post →
Compliance

Keeping Quant Research On-Prem: A Self-Hosted Agent Sandbox for Banks

How a bank's platform team runs an internal quant-research agent with persistent Python sessions entirely inside its own Kubernetes cluster, with no network path out.

Read the post →
Multi-tenancy

Multi-Tenant Code Execution for Your AI Coding Agent Startup

Why a two-to-three person startup building a vertical AI coding assistant can ship structural, per-tenant isolation on day one instead of hand-rolling a sandbox.

Read the post →
Developer Tools

Give Your Own Claude Desktop, Codex, or Cursor a Real Sandbox

How to self-host boxkite as a personal MCP sandbox so your coding assistant executes untrusted snippets in an isolated, network-dark pod instead of on your laptop.

Read the post →
Observability

Shipping human takeover, and the RBAC gap we shipped it with

An audit log, a live watch stream, and an interactive takeover terminal — plus the access-control tradeoff we accepted to ship it, disclosed rather than hidden.

Read the post →
Security

Closing the last plaintext hop: manager-to-sidecar TLS

Every sandbox pod now gets a fresh, pinned, self-signed cert at creation time — no CA, no service mesh required, and one deliberate deviation from the original design doc.

Read the post →
Benchmarks

Measuring session-start latency, and what we found when we did

The README claimed boxkite's warm pool beats a cold start. We built a benchmark to check — twice — and the honest result wasn't what we expected.

Read the post →