# Quickstart

The easiest way to add OpenErrand is to let your AI coding tool set it up. Paste this into
Claude Code, Cursor, or any assistant that can read a URL:

```
Read https://openerrand.app/llms-quickstart.txt and guide me through getting my first OpenErrand task running — ask me for anything you need.
```

That's it. It walks you through the whole thing and asks you for anything it needs along
the way. Plan on about ten minutes, mostly answering questions.

## What it sets up

So you know what's happening as it goes:

- **A free account** — your tenant ID and API key.
- **Your signing keys** — you keep the private one; the relay only ever sees the public half.
- **Your first playbook** — a signed, fenced recipe for one browser flow.
- **A connected user and a live task** — running in that user's own browser, streaming
  status back to your app.

## Rather do it by hand?

You don't need an AI tool. The [Integration guide](./INTEGRATION.md) walks through every
step yourself — sign up, register your key, author a playbook, pair a user, run a task — in
about the same time. And [Author a playbook with an LLM](./PLAYBOOK_AUTHORING.md) covers the
recipe format in depth.
