Lybic Docs

Changelog

Notable changes of the core API

2025-10-22

  • Adds parseMobileUseModelTextOutput endpoint (POST /api/mobile-use/parse/{type}). This endpoint is similar to parseModelTextOutput but for mobile use model.
  • Adds executeSandboxAction endpoint (POST /api/orgs/{orgId}/sandboxes/{sandboxId}/actions/execute) to provide generic execution of computer use or mobile use actions.
    • Deprecated: The executeComputerUseAction endpoint (POST /api/orgs/{orgId}/sandboxes/{sandboxId}/actions/computer-use) is deprecated. This endpoint is replaced by executeSandboxAction, migration is expected to be straightforward.
  • Requires shapeName to be provided in the request body of createSandbox endpoint (POST /api/orgs/{orgId}/sandboxes).
  • Requires sandboxShape to be provided in the request body of createMcpServer endpoint (POST /api/orgs/{orgId}/mcp-servers).

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.