Skip to main content
already have Claude Code running? skip this page and go straight to set up API with your AI agent to paste the prompt.
two ways to run Claude Code: in VS Code (this guide), or in the Claude desktop app with no editor at all. prefer the app? see how to set up Claude Code | Claude app.
this is the part a chat window can’t do. claude.ai in your browser can only chat, it can’t run commands or call the API on your computer. Claude Code is the same AI running on your machine, so it can actually do the work. that’s what you’re installing here.
first, the one thing you must have: a paid Claude plan — Pro or Max, the same login you use for claude.ai. a free account won’t work and there’s no trial. everything you install below (VS Code and the Claude Code extension) is free.
1

install VS Code (your workspace)

VS Code is a free app from Microsoft. think of it as the window Claude Code lives in — you’ll do everything inside it, so you never have to hunt around your computer.
  1. go to code.visualstudio.com/download.
  2. download the version for your computer. on a Mac, if you’re unsure which to pick, choose Universal. on Windows, click the blue Windows button.
  3. on Mac: open the downloaded file, then drag the Visual Studio Code icon into your Applications folder. open it from there.
  4. on Windows: open the downloaded installer and click through it, the default options are fine. launch VS Code when it’s done.
2

add the Claude Code extension

the extension is the whole install — Claude Code comes bundled inside it, so there’s nothing to type into a terminal.
  1. click the Extensions icon in the left bar (four small squares), or press Cmd+Shift+X on Mac / Ctrl+Shift+X on Windows.
  2. in the search box, type Claude Code and install the one published by Anthropic.
  3. if VS Code asks, click Reload. a Claude ✱ icon now appears in the left bar.
Windows only — also install Git from git-scm.com/downloads/win (the default options are fine), then restart VS Code. Claude uses it to run commands. most Macs already have it, so Mac users can skip this.
3

open a project folder

Claude works inside one folder at a time. give it an empty one. click File → Open Folder, then create or pick an empty folder (name it edgeful). VS Code reopens with that folder.
4

open Claude and sign in

click the Claude ✱ icon in the left bar to open the panel, then click Sign in. your browser opens — log in with your Claude Pro or Max account and you’ll be sent back to VS Code automatically.
being logged into claude.ai in your browser isn’t enough — Claude Code has its own sign-in. you only do this once.
5

you're ready

Claude Code is now running on your machine. head to set up API with your AI agent and paste the prompt — it connects the edgeful API, installs the dashboard skill, and makes a verified first call.