Lybic provides ready-to-use GUI Agent infrastructure that lets you build computer or mobile agents in minutes.
Lybic provides a ready-to-use MCP server for integrating with your existing models and tools. No vendor lock-in, no extra maintenance.
Lybic MCP server provides all actions that can be called by your existing models. No limits and no extra servers to maintain.
We have sandboxes around the world. Deploy your sandbox to any region and access them all from one single MCP server.
With Lybic, your agent is yours forever. No vendor lock-ins.
agent.ts
agent.py
import { createSandbox } from '@lybic/sandboxes' const sandbox = await createSandbox() client.send({ streamingUrl: sandbox.streaming, streamingToken: sandbox.token, }) sandbox.destroy()
from lybic import Lybic computer = Lybic.create_sandbox() computer.left_click(x=14, y=51) computer.type("Hello, world!") url = computer.take_screenshot() computer.destroy()
Get started with Lybic and build your agent in no time
Lybic is currently in closed beta. You can join the waitlist now.