Velxio has had an AI agent inside the app for a while: ask it for a circuit and it places the parts, wires them, writes the sketch and runs it. Today we are turning that around. With Connect AI agent, your own agent — the Claude Code or OpenAI Codex you already run in your terminal — can reach into a saved Velxio project and build it for you, live on the canvas.
It works over MCP, the Model Context Protocol: Velxio exposes its circuit and code tools as an MCP server, and you point your agent at it with a token scoped to one project.

Why connect your own agent?
The in-app agent is great when you are already in Velxio. But a lot of people live in their terminal, in the middle of a bigger project — a firmware repo, a hardware bring-up, a class assignment — and want the circuit and the sketch to come together there, in the same session as the rest of their work. Now the agent you are already talking to can do the hardware half in Velxio, with the board, the wiring and the simulator handled for it.
How it works, in three steps
-
Save a project in Velxio (the agent connects to a saved project).
-
Open File → Connect AI agent (Claude/Codex), pick your CLI, and click Generate connection token.
-
Run the one line it gives you:
claude mcp add --transport http velxio https://velxio.dev/api/pro/mcp \ --header "Authorization: Bearer vlxmcp_your_token_here"(Codex users get a
~/.codex/config.tomlsnippet instead.)
Then just ask, from your terminal:
“Using the velxio tools, wire an HC-SR04 to the board and write the firmware that prints the distance over serial.”
Your agent gets Velxio’s full toolset — add and wire components, add boards, seat parts on a breadboard, write and edit the sketch, validate the circuit — plus the per-component skills the in-app agent uses, so it knows the exact pin names for an SSD1306 or a DHT22 instead of guessing. Every change lands on your open Velxio canvas within a few seconds. When it is done, press Run.
Built to be safe to paste into a CLI
A token you hand to a third-party tool has to be a narrow thing, so it is:
- Scoped to one project — it can never touch your other projects or your account.
- Stored hashed and shown once — Velxio keeps only a hash of it.
- Revocable instantly — the modal lists every live connection with a Revoke button and a Revoke all action.
- Time-limited — every token expires after 90 days.
If a token ever ends up somewhere it shouldn’t, one click kills it.
Availability
Connect AI agent is part of Velxio Pro ($19/mo). Free and Maker plans keep the in-app Agent and Tutor modes.
- Full walkthrough: Connect Claude Code or Codex
- See the plans
Open a project, point your agent at it, and let it build.