By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Rivet Launches the Sandbox Agent SDK to Solve Agent API Fragmentation
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Rivet Launches the Sandbox Agent SDK to Solve Agent API Fragmentation
News

Rivet Launches the Sandbox Agent SDK to Solve Agent API Fragmentation

News Room
Last updated: 2026/02/23 at 3:02 AM
News Room Published 23 February 2026
Share
Rivet Launches the Sandbox Agent SDK to Solve Agent API Fragmentation
SHARE

Rivet Sandbox Agent SDK provides a universal API for coding agents, allowing developers to work with different agent runtimes like Claude Code, Codex, OpenCode, and Amp without rewriting their integration for each one. It addresses the fragmentation across agent APIs, session handling, and streaming formats that has historically made agent integrations complex and difficult to maintain.

According to Rivet co-founder and CTO Nathan Flurry, the difficulty of building agentic systems comes down to three core challenges: API fragmentation, transient state, and deployment variance across providers.

Building coding agents is hard. Claude Code has one API. Codex has another. OpenCode and Amp each do things differently. And even if you picked one, you’d face session state disappearing when processes crash, different integration code for every sandbox provider, and no way to stream transcripts back to your application.

Each agent comes with its own event format, session model, and permission system. For example, Claude Code uses JSONL over stdout while Codex uses JSON-RPC, forcing developers to build two different integrations for each of them. Deployment adds another layer of complexity, as platforms like Daytona, Vercel, and E2B each expose their own custom APIs.

In contrast, Rivet’s Sandbox Agent SDK offers the possibility of writing one integration against a unified API and swap agents with just a configuration change. Here’s a minimal example of how to create an agent session using the SDK:


import { SandboxAgent } from "sandbox-agent";

const client = await SandboxAgent.start();

await client.createSession("my-session", {
  agent: "claude",  // or "codex", "opencode", "amp"
  permissionMode: "auto",
});

for await (const event of client.streamEvents("my-session")) {
  console.log(event.type, event.data);
}

This works alongside a unified session schema, where all agent-related events, including session lifecycle, streaming, human-in-the-loop questions, tool execution approval, and errors, follow a consistent format, eliminating the need to implement custom logic to adapt each agent’s output.

Commenting the announcement on X.com, Gianfranco P. wrote:

This is the abstraction layer that the coding agent ecosystem desperately needed. The fragmentation is a real pain point for building AI-powered dev tools. One integration, swap agents with a config change = the dream for testing which model actually performs best.

A Hacker News reader asked whether you can “think of [Rivet’s Sandbox Agent SDK] as ACP (agent client protocol) over-HTTP”. Flurry clarified that while the analogy is broadly accurate, “ACP seems to be focused on providing a universal API for the subset of features required for editors”, whereas the Sandbox Agent SDK is far more comprehensive, with a focus on full agent automation.

The Sandbox Agent SDK is a lightweight 15MB static binary, built in Rust with no runtime dependencies. It can be installed in any environment capable of executing a Linux binary, including Daytona, E2B, Vercel Sandboxes, Docker, and more. The project is available on GitHub.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Positioning Over Timing: Analysts Name the Next Big Crypto 2026 – 10 Top Altcoins to Buy Now Positioning Over Timing: Analysts Name the Next Big Crypto 2026 – 10 Top Altcoins to Buy Now
Next Article Manhattan Aero 4K TV Streamer with Freely review: a must if you’re missing an aerial | Stuff Manhattan Aero 4K TV Streamer with Freely review: a must if you’re missing an aerial | Stuff
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

3 Cool Things You Didn’t Know An Apple TV Could Do – BGR
3 Cool Things You Didn’t Know An Apple TV Could Do – BGR
News
iPad with A18 chip on schedule for launch in early 2026
iPad with A18 chip on schedule for launch in early 2026
News
Save a huge 32% as the Kindle Colorsoft 16GB drops back to its Black Friday price
Save a huge 32% as the Kindle Colorsoft 16GB drops back to its Black Friday price
News
This Altcoin Could Shock the Entire Market by 2027
This Altcoin Could Shock the Entire Market by 2027
Gadget

You Might also Like

3 Cool Things You Didn’t Know An Apple TV Could Do – BGR
News

3 Cool Things You Didn’t Know An Apple TV Could Do – BGR

5 Min Read
iPad with A18 chip on schedule for launch in early 2026
News

iPad with A18 chip on schedule for launch in early 2026

1 Min Read
Save a huge 32% as the Kindle Colorsoft 16GB drops back to its Black Friday price
News

Save a huge 32% as the Kindle Colorsoft 16GB drops back to its Black Friday price

2 Min Read
Authy Review: Sleek and Reliable, But Short on Flexibility
News

Authy Review: Sleek and Reliable, But Short on Flexibility

5 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?