Urlbox

Overview

Render screenshots, PDFs and videos from your terminal with the Urlbox CLI, or hand it to an AI agent and have a screenshot saved in under a minute.

The Urlbox CLI is a small, validated command-line tool over the Urlbox API. It renders screenshots, PDFs and videos from your terminal, signs render URLs offline, installs as a skill your AI coding agent can use directly, and manages your projects, storage, proxies and LLM credentials from the same place. Every command returns a predictable result and a clear exit code, so it's safe to drop into scripts and CI.

Install it from npm or GitHub. Found a bug? Report it.

The 30-second version

npm install -g @urlbox/cli
urlbox login
urlbox screenshot https://urlbox.com --output hello.png

New here? The CLI quickstart walks through it with live terminal recordings.

That's a screenshot saved to disk. Swap screenshot for pdf or video, point it at any URL, and you're done.

Three pieces, working together

  • The API — powered by our Web Vision Engine™, same as always.
  • The CLI — puts it in your terminal.
  • The agent skill — teaches your AI agent how to use it.

The upshot: anything you can do with the Urlbox API, you can now do from the command line, or get an agent to do in plain English. See Using the CLI from an AI agent.

What's in this guide

Prefer the story?

If you want the announcement and the "why" behind making Urlbox agent-accessible, read the blog post first, then come back here for the details.

On this page