Changelog
Notable changes of the core API
2025-10-22
- Adds
parseMobileUseModelTextOutputendpoint (POST /api/mobile-use/parse/{type}). This endpoint is similar toparseModelTextOutputbut for mobile use model. - Adds
executeSandboxActionendpoint (POST /api/orgs/{orgId}/sandboxes/{sandboxId}/actions/execute) to provide generic execution of computer use or mobile use actions.- Deprecated: The
executeComputerUseActionendpoint (POST /api/orgs/{orgId}/sandboxes/{sandboxId}/actions/computer-use) is deprecated. This endpoint is replaced byexecuteSandboxAction, migration is expected to be straightforward.
- Deprecated: The
- Requires
shapeNameto be provided in the request body ofcreateSandboxendpoint (POST /api/orgs/{orgId}/sandboxes). - Requires
sandboxShapeto be provided in the request body ofcreateMcpServerendpoint (POST /api/orgs/{orgId}/mcp-servers).
2025-09-02
- Adds
parseModelTextOutputendpoint (POST /api/computer-use/parse/{type}) to provide prompt-specific parsing with expanded support for different prompts.- Deprecated: The
parseModelOutputendpoint (POST /api/computer-use/parse) is deprecated and will be removed in a future version.
- Deprecated: The
2025-08-19
- Adds
extendSandboxto extend the sandbox's lifetime. - Rename
expiredAttoexpiresAtin the response ofgetSandbox.expiredAtwill be removed in the future, useexpiresAtinstead.