Skip to content

Frequently asked questions

Common questions about Le Bureau: cloud desktops, billing, security, AI agents.

6 min read

What is a cloud desktop for AI agents?

A full Linux VM in the cloud that your AI agent controls directly. It sees the screen, clicks, types, browses the web, writes code, and manages files. Unlike ephemeral sandboxes, Le Bureau desktops persist across sessions. Your agent's work, installed software, and files survive reboots.

How is Le Bureau different from E2B or Scrapybara?

E2B gives agents ephemeral sandboxes for code execution. They disappear when the session ends. Scrapybara focuses on browser automation. Le Bureau gives agents a full persistent Linux desktop with a GUI, terminal, browser, and file system. Nothing is lost between sessions. You also get Mission Control for task management, a chat panel for real-time instructions, and a VNC viewer to watch your agent work.

How long does it take to create a desktop?

Under 90 seconds from click to a running desktop. Most boot in 45-60 seconds. The agent takes an additional 30-60 seconds to initialize after that. The "Agent Ready" indicator turns green when it is ready.

Is my data secure?

Each desktop runs in its own isolated virtual machine with dedicated CPU, RAM, and disk, not shared containers. Infrastructure is hosted on dedicated servers in France (EU). API keys are encrypted at rest. All connections use TLS. We do not access your files, log your conversations, or share your data. See Data & Privacy for details.

Which AI agents and models work with Le Bureau?

Le Bureau supports three agent types:

  • OpenClaw -- a general-purpose open-source agent framework. Works with any model that supports tool use or computer use via Anthropic, OpenAI, or OpenRouter.
  • Claude Code -- Anthropic's coding agent.
  • Hermes -- Nous Research's self-improving agent.

You choose your agent type when creating a desktop. All agents use BYOK (Bring Your Own Key) -- you provide your own API key.

Can I use Le Bureau via API?

Yes. Everything in the dashboard is also available via REST API: creating desktops, sending chat messages, uploading files, taking screenshots, monitoring agents. Generate an API key from your workspace settings. See the API documentation for endpoints and authentication.

What software is pre-installed?

Every desktop comes with Ubuntu 22.04 and XFCE4, plus:

  • Chrome browser
  • VS Code
  • Python 3 with pip
  • Node.js with npm
  • Your chosen AI agent (OpenClaw, Claude Code, or Hermes)
  • Standard Linux dev tools (git, curl, wget, etc.)

You can install anything else via apt, snap, pip, or npm. It is a full Linux machine.

Is there a free tier?

Yes. Every account gets one free desktop with 2 vCPU, 4 GB RAM, and 20 GB disk. It includes 5 EUR/month in LLM credits and up to 10 tasks per day. No credit card required. The free tier has no time limit. Upgrade to Pro or Max when you need more desktops, resources, or a higher LLM credit budget.

Can I use my own API key?

Yes. Every plan includes monthly LLM credits (Free: 5 EUR, Pro: 20 EUR, Max: 50 EUR, Enterprise: unlimited) so you can start without your own key. You can also use BYOK (Bring Your Own Key) on any tier -- provide your API key from Anthropic, OpenAI, or OpenRouter to use your own budget instead. The key is encrypted in our database and injected into your VM at boot. We never use it for anything other than running your agent. You keep full control over your API spend.

What happens when I stop a desktop?

The VM shuts down gracefully. All files, installed software, and configurations are preserved on the persistent disk. When you start it again, everything is as you left it. Stopping frees compute resources but does not delete data.

Can I access my desktop via SSH?

The main access methods are the browser-based VNC viewer and the integrated terminal (xterm.js), both in your dashboard. Direct SSH from your local machine is not exposed. The built-in terminal gives you a full shell with the same capabilities.

How do I upload files?

Use the file manager in your desktop dashboard. Click the file manager icon, then drag and drop or use the upload button. Downloads work the same way. For programmatic transfers, use the REST API's file management endpoints.

What is Mission Control?

Mission Control is the task management system for your AI agents. You create tasks with instructions, set approval gates for critical steps, and monitor progress in real-time. Your agent works autonomously but asks for approval before sensitive actions. See Mission Control Overview for details.

What is the Virtual Office?

The Virtual Office is a 2D animated view of your workspace. When an agent is working on a task, it appears at a desk in the office in real time. It gives you an at-a-glance view of which agents are active and what they are doing across your workspace.

Can I run multiple desktops?

Yes, depending on your plan:

  • Free: 1 desktop
  • Pro (EUR 49/mo): up to 3 desktops
  • Max (EUR 149/mo): up to 10 desktops
  • Enterprise: unlimited

Each desktop is independent with its own resources, agent, and configuration.

Do you support team workspaces?

Yes. Workspaces let you invite team members, share desktops, and collaborate. Every account has a workspace. You can add members from your workspace settings and manage who has access to which desktops.

What is the difference between Free and Pro?

FeatureFreePro
Desktops13
AI credits5 EUR/mo20 EUR/mo
Tasks10/dayUnlimited
vCPU24
RAM4 GB8 GB
Disk20 GB40 GB
Custom pluginsNoUp to 8
Priority supportNoYes
PriceEUR 0EUR 49/mo

See Plans & Pricing for the full comparison including Max and Enterprise.

How do I cancel my subscription?

  1. Go to your billing portal (profile menu > Billing).
  2. Click "Cancel subscription."
  3. Access continues until the end of the billing period.
  4. After that, your account reverts to the Free tier.

Your data is preserved. Nothing is deleted when you cancel. See Subscription Management for details.

Is there a trial period?

No, because the Free tier serves that purpose. You get a working desktop with no time limit and no credit card required.

What browsers are supported?

Any modern browser with WebSocket and HTML5 Canvas support:

  • Chrome / Chromium (recommended)
  • Firefox
  • Safari
  • Edge

Chrome or Chromium-based browsers give the best VNC experience. Mobile browsers work but the viewer is designed for larger screens.

Can I install custom software on my desktop?

Yes. It is a full Ubuntu 22.04 machine with sudo access. Install anything via:

  • apt install for system packages
  • snap install for snap packages
  • pip install for Python libraries
  • npm install for Node.js packages
  • Direct binary downloads

Installed software persists across reboots.