-
Notifications
You must be signed in to change notification settings - Fork 772
feat: add Volume CRUD operations to SDKs #1126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Add Volume class with create, list, get_info, and destroy operations to both TypeScript and Python SDKs. Support volumeMounts in sandbox creation via generated API client. Implements volume CRUD endpoints from updated OpenAPI spec. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
|
|
@djeebus no need to review, it's a draft |
019d887 to
e11378c
Compare
Summary
Add Volume CRUD operations to both TypeScript and Python SDKs. Volumes are persistent storage that can be mounted to sandboxes. Includes create, list, get_info, and destroy methods. Sandbox creation now supports volumeMounts parameter.
Testing