Build agents capable of using computers and smartphones

Lybic provides ready-to-use GUI Agent infrastructure that lets you build computer or mobile agents in minutes.

Integrate with your existing models

Lybic provides a ready-to-use MCP server for integrating with your existing models and tools. No vendor lock-in, no extra maintenance.

Simple Integration

Lybic MCP server provides all actions that can be called by your existing models. No limits and no extra servers to maintain.

Cherry Studio MCP

Quick scale, instant deploy

We have sandboxes around the world. Deploy your sandbox to any region and access them all from one single MCP server.

The agent is yours

With Lybic, your agent is yours forever. No vendor lock-ins.

agent.ts

Python

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()
                  

Top-level performance

Actions dispatch quickly, responses stream instantly.

Watch and record your agent

Watch your sandbox and monitor your agent's actions in real-time.

Audit recording and human-in-the-loop are also available.

Finish this task for me, I'll watch you.
Human
I'm done, here's the result.
Check out the recording!
Lybic

Fits right into your stack

Build your agent in your favorite language and framework, using your preferred tools and libraries.

Vercel AI, Langchain, Dify and more.

LangChain
Python

Start building your agent

Get started with Lybic and build your agent in no time

Join Waitlist

Lybic is currently in closed beta. You can join the waitlist now.