
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
@agentkit-js/kernel-remote
Advanced tools
RemoteSandboxKernel — microVM third isolation tier for agentkit-js via E2B / Cloudflare Sandbox
Remote sandbox kernel — execute agent code in E2B, Cloudflare Sandbox, or any HTTP-driven microVM.
Part of agentkit-js — a TypeScript + WASM agent runtime.
npm install @agentkit-js/kernel-remote @agentkit-js/core
import { RemoteSandboxKernel } from "@agentkit-js/kernel-remote";
const kernel = new RemoteSandboxKernel({
endpoint: process.env.SANDBOX_URL!, // E2B / CF Sandbox / your own
apiKey: process.env.SANDBOX_KEY!,
});
Use this tier when agents need real shell access, npm install, or compilation chains — i.e. things WASM kernels structurally cannot provide.
See the kernel decision tree.
Apache-2.0 — © agentkit-js contributors
FAQs
RemoteSandboxKernel — microVM third isolation tier for agentkit-js via E2B / Cloudflare Sandbox
The npm package @agentkit-js/kernel-remote receives a total of 0 weekly downloads. As such, @agentkit-js/kernel-remote popularity was classified as not popular.
We found that @agentkit-js/kernel-remote demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.