Changelog
Notable changes of the core API
2025-09-02
- Adds
parseModelTextOutput
endpoint (POST /api/computer-use/parse/{type}
) to provide prompt-specific parsing with expanded support for different prompts.- Deprecated: The
parseModelOutput
endpoint (POST /api/computer-use/parse
) is deprecated and will be removed in a future version.
- Deprecated: The
2025-08-19
- Adds
extendSandbox
to extend the sandbox's lifetime. - Rename
expiredAt
toexpiresAt
in the response ofgetSandbox
.expiredAt
will be removed in the future, useexpiresAt
instead.