Versors Tools
Every Versors machine comes with a set of built-in tools that any agent can use: the built-in Versors agent, Claude Code, Codex, Gemini CLI, or any other CLI agent running on the machine. These tools are provided via MCP and billed to your Versors credits.
Desktop Automation (GhostPilot)
Control the Linux desktop visually. Your agent can take screenshots, find UI elements by label, click buttons, fill forms, scroll, type, and navigate between windows and tabs.
Cost: Free (no credit cost).
This is how your agent operates Chrome and any other desktop application. Ask it to research a topic on the web, fill out a form, navigate a dashboard, or interact with any website. It sees the real rendered page and clicks like a human would. No APIs, no integrations, no Selenium setup.
App Hosting
Create and run web apps on your machine with auto-assigned ports, framework detection, desktop icons, and shareable preview URLs.
Cost: Free (compute is already running).
See The Machine for details on how apps work.
Image Generation
Generate images from text descriptions. Output saved to /home/user/desktop/.
Cost: 4 credits per image.
Specify style, dimensions, and composition for better results. Iterate in the same conversation: "warmer colors", "remove the background", "try a different layout."
Image Editing
Edit existing images by providing the image and describing changes: recolor, remove elements, change backgrounds, add effects.
Cost: 4 credits per edit.
In the built-in agent, drag an image into the chat as a context badge to reference it.
Video Generation
Short MP4 videos with synchronized audio from text descriptions.
Cost: 14 credits per second of video.
- Duration: 1–15 seconds
- Aspect ratios: 16:9, 9:16, 4:3, 3:2, 1:1, and more
- Resolution: 720p or 480p
- A 5-second video = 70 credits
Keep videos short (3–5 seconds) for best quality and cost efficiency.
Text-to-Speech
Speak text aloud through the browser. Useful for notifications, accessibility, or agent announcements.
Cost: 3 credits per 1,000 characters.
Using Tools from CLI Agents
BYO agents (Claude Code, Codex, Gemini CLI) get access to Versors tools automatically. The system prompt written to your agent's config file (~/.claude/CLAUDE.md, ~/.codex/AGENTS.md, ~/.gemini/GEMINI.md) tells the agent about available tools and how to use them.
For Claude Code, tools are registered as MCP servers. For other agents, tools are available via an HTTP MCP endpoint on the machine.