Skip to main content

Agent Starter Kits

VH3 AI exposes the full intelligence layer, graph, semantic index, aggregation, sentinels, reports, through a standard API and an MCP surface. These starter kits give your AI tools the exact configuration they need to use that surface correctly from day one. Each kit is self-contained. Pick the one that matches how your team works.
Operators: these kits are for builders connecting AI tools to the platform. If you run the operation day to day (coordinator, dispatcher, account manager, engineer, owner), start at Working with your operation instead.

For AI agents (documentation)

This site is optimised for LLMs and coding agents. Use these endpoints to learn the VH3 API. They search documentation only, not your live field service data.
Two different MCP servers. The URL above is Mintlify’s documentation MCP (search and read these docs). To query live jobs, sentinels, and reports, use the VH3 product MCP with your tenant JWT, not the docs MCP.

Install the VH3 documentation skill for Claude Code, Cursor, or other agents.

Open in Cursor
On any page, open the contextual menu (top of page) to copy the page as Markdown, open it in Claude or ChatGPT, or connect the documentation MCP to Cursor or VS Code in one click.

AGENTS.md

A drop-in context file for AI coding agents (Cursor, Claude Code, GitHub Copilot). Tells the agent which endpoint to call for which question, the correct field names, and the API conventions.

Cursor Rules

Three .cursor/rules/ files that shape every VH3-related code generation in Cursor, domain vocabulary, API call patterns, and n8n workflow conventions.

MCP Server

Connect any MCP-compatible client (Claude Desktop, Cursor, custom agents) directly to the VH3 intelligence layer. No middleware required.

Claude.ai Projects

Project instructions for Claude.ai, for operations managers who want to query VH3 in plain English without writing code.

Claude Skills

Anthropic SKILL.md template for Claude Code and MCP clients: tool routing, valid parameters, and ops response format.

n8n Agent Prompts

System prompts for n8n AI Agent workflows using the VH3 AI node and 1,000+ app connectors.

VH3 AI on n8n

Verified community node on n8n — install steps, full action list, and integration overview.

Which kit should I use?

What the kits don’t do

These kits configure AI tools to use the VH3 API correctly. They do not replace the API itself, you still need a valid company_id and api_key to make calls. See Authentication for how to obtain those.
The kits reference endpoints from the API Reference. If an endpoint behaves unexpectedly, cross-check the spec there, the starter kits are tuned for the current API version.