Lybic Docs

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.

2025-08-19

  • Adds extendSandbox to extend the sandbox's lifetime.
  • Rename expiredAt to expiresAt in the response of getSandbox.
    • expiredAt will be removed in the future, use expiresAt instead.