Quickstart: your first task with ToolsXpo Code
Install the extension, sign in from your browser, and give the agent its first task — about five minutes end to end.
Updated September 2, 2026
ToolsXpo Code is an AI coding agent that lives in your editor. It reads your project, writes code, runs commands, and can call any of the 230+ tools in the ToolsXpo catalogue.
This page gets you from nothing to a finished task.
1. Install the extension
Install from the VS Code Marketplace, or from a .vsix file:
Bashcode --install-extension toolsxpo-4.3.0.vsix
Reload the window when VS Code asks. A ToolsXpo icon appears in the activity bar.
2. Sign in
Open the panel and choose Get started, or run ToolsXpo: Sign In from the Command Palette.
Your browser opens with a short code. Approve it, pick the workspace the editor should bill to, and return to VS Code — it is already signed in.
You only do this once per machine. The credential is shared with the CLI and the desktop app, so signing in here signs you in everywhere. See Signing in for what is shared and how to revoke it.
If you belong to more than one workspace, the choice you make here decides whose credits the agent spends — see Workspaces.
3. Give it a task
Type what you want in plain language:
Add a
--dry-runflag to the deploy script and update the README
The agent reads the relevant files first, tells you what it plans to change, and asks before editing. Approve or redirect it.
4. Choose Plan or Code
The toggle beside the prompt box decides how much the agent does before checking in:
- Plan — it explores and proposes an approach, without editing anything.
- Code — it makes the changes as it goes.
Start a large or unfamiliar change in Plan. Use Code for work you can describe precisely. More on the two modes.
5. Review what changed
When the agent finishes it lists every file it created, edited or deleted, so you know what to review before committing.
If something went wrong, Checkpoints let you roll the workspace back to before any edit. They are on by default — see Checkpoints.
Where to go next
- Choosing a model — what to run, and what it costs
- Rules — teach the agent your project's conventions
- MCP overview — connect it to your own services
- ToolsXpo Code CLI — the same agent in your terminal
Related
Choosing a model
What the model picker shows you, why some models are greyed out, and how to search a catalogue of hundreds with filters.
What an agent task costs
How a ToolsXpo Code request is priced, what makes one task cheaper than another, and where to see what you spent.
Agent and scout tiers
Two reserved names — toolsxpo-agent and toolsxpo-scout — that let your workspace decide which model runs, without pinning it into the extension.
Signing in, and what your editor is allowed to do
How browser sign-in works, which workspace gets billed, what the editor can and cannot do with your account, and how to revoke it.