Open
Conversation
Introduces the product-level proposal for Agent Sandboxes: a new compute experience for AI agents that need isolated, ready-to-use environments on demand. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
why not just use upstream sandbox api contracts? |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
|
@zachsmith1 we're building this construct on top of our core instance API which are location aware and have a different interface than native pods (network interfaces). I do think it's important that we think through how we maintain compatibility with the upstream interface to help with adoption and allow users to build against the upstream API and still work with Datum. I'd look to solve this as a compatibility layer that coverts resources from the upstream API into our representation. Updated the docs with some details around that. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Introduces a product-level proposal for Agent Sandboxes — a new Datum compute experience purpose-built for AI agents that need their own isolated, ready-to-use environment on demand.
The proposal is here and is intentionally non-technical: it's aimed at product, prospective customers, and the platform team rather than implementers.
What it covers
Workloadshape isn't the right fit for agent use cases.Sandbox,SandboxTemplate,SandboxClaim) explained in plain language, plus warm pools as a template-level property.Workload— additive, not a replacement.This PR is documentation only. A separate technical RFC will follow with the API shape and implementation plan.
Test plan