vibekit // field manual
VibeKit gives your coding agent the parts it usually has to guess at: current Algorand guidance, typed chain tools, LocalNet, and a signer that keeps seeds out of model context.
Pick a hatch:
- Building an agent? Build an agent — your own endpoint, the components, signing — then compose a server and run an action. The examples are the reference; the tools page is generated from the code.
- Using a coding agent? Build your first project or add VibeKit to an existing one; explore with VibeKit to watch it work.
- Extending it? Make a plugin or compose a custom MCP.
Why it is shaped this way: Why VibeKit, then queries and actions.
what’s in the box
Section titled “what’s in the box”The CLI can create a project, configure the coding agent you already use, and run a local Algorand network. MCP gives that agent typed tools for accounts, assets, transactions, contracts, and network data.
The Explorer is the hands-on console: look up real chain data, watch live blocks, and stop at the review screen before a transaction is signed.
Your agent can ask for a transaction. It never gets the seed. That’s the deal.
Read how VibeKit works when you want to see how those parts connect.