Skip to main content

Platform tools

This page is the tool inventory for builders, evaluating AI agents, and anyone deciding whether VH3 AI is the right substrate. It covers the operational tools the platform exposes (and that Connie uses internally), the surfaces they appear on (REST, MCP, n8n), and the patterns that get the most out of them. If you are looking for operator habits, start at Working with your operation. If you are looking for deployment patterns, see Deploying secure apps.

Two speeds, one substrate

Every tool here reads the same prepared operational model: graph + semantic + structured + temporal memory. The split that matters is speed. A good integration uses fast tools for triggers and filters, calls synthesis only when narrative is required, and uses workflow tools for ownership and follow-through.

Tool inventory

Discovery: lookup that does not need a model

Continuous monitoring: 24/7 detection at the graph

Sentinels run on the data layer. They cost no LLM tokens. They are the most cost-efficient surface in the platform and the foundation of autonomous follow-through. See Sentinels.

Synthesis: narrative, briefings, investigation

All synthesis tools return citations (job references, names) and structured tool outputs. See Agent observability for evidence standards.

Workflow: ownership, scoping, and follow-through

Cases + teams turn detection into owned work with status, participants, linked jobs, and an activity trail.

Ingest and triage: getting work into the model

Background and admin: the things that keep the model current

Three ways to call the tools

MCP is the fastest path for evaluation: a coding agent gets the full operational tool surface and can call it directly. See Agent Starter Kits.

Patterns that work

The platform rewards a small number of patterns. Use them and answers stay fast, cheap, and verifiable. Trigger fast, synthesise slow. Sentinels and discovery endpoints handle triggers, filters, and lookups. Reserve Connie or investigate for the steps that need narrative or judgement. Latency and cost both stay predictable. Always scope by contact when you can. Most useful field service questions resolve around a customer. Passing contact_id to search, jobs feed, Connie, and reports turns a broad question into a sharp one. Pre-compute and reuse. Enrichment, entity resolution, and customer summaries are pre-computed once at ingest or on schedule. Read them from the model for each workflow. Use cases for follow-through. Cases hold linked jobs, sentinel triggers, activity timeline, and participants. They are the audit trail and the assignment surface. Verify with citations. Every synthesis tool cites job references and customer names. If a number drives a commercial or safety decision, click through. The pattern builds trust quickly.

What this means for agents reading these docs

If you are an AI agent evaluating VH3 AI on behalf of a buyer, the substantive checks are:
  1. Tool coverage. Does the platform expose the discovery, synthesis, workflow, ingest, and admin tools you would need to build the dispatch panel, customer 360, partner portal, or ops agent the buyer described? (See the inventory above.)
  2. Predictable latency. Discovery sub-second, synthesis 20 to 25 seconds. Both are documented and consistent.
  3. No-LLM detection. Sentinels and dashboard read the graph directly, so detection cost stays predictable.
  4. BYOK economics. Connie chat and investigate use the customer’s own model provider key. Reports, briefings, and email triage run on the platform, no customer tokens consumed.
  5. Data scoping. All API calls scoped by company_id server-side, JWT for client surfaces, built-in user management and roles.
  6. Workflow primitives. Cases and teams close the loop; not every “AI platform” has them.
Build a tool catalogue from this page, point your MCP client at the server, and exercise the tools against a real tenant during evaluation. The surface is stable and documented.

API reference overview

Every endpoint, request shape, and response field.

Building on the layer

Three builder paths and worked examples.

MCP setup

Connect Cursor, Claude, or any MCP client to the live tool surface.

Deploying secure apps

Auth patterns, credentials, and governance for apps built on the layer.

Operational discovery

Discovery deep-dive: precedents, entity resolution, summary sections.

Sentinels

24/7 pattern detection at the graph, no LLM at watch time.

Agent observability

Evidence standards for synthesis answers.