---
title: "Wachter Intelligence developer documentation"
description: "Agent-readable information from Wachter Intelligence about workflow audits, AI automation, and systems integration."
canonical: "https://wachter.ai/developers"
last-modified: "2026-08-22"
---

# Wachter Intelligence developer documentation

Wachter Intelligence publishes a public, read-only integration surface for agents and developers. It retrieves canonical company information and cannot access customer data, submit enquiries, make bookings, or operate a client workflow.

## Public Information API

Use `GET /api/v1/info?topic=services` to retrieve one topic. Supported topics are `services`, `process`, `contact`, `business-identity`, and `pricing`. Use `GET /api/v1/topics` for cursor pagination, or `POST /api/v1/info/batch` with an `Idempotency-Key` to retrieve up to five topics. No authentication is required.

- [OpenAPI 3.1 description](https://wachter.ai/openapi.json)
- [RFC 9727 API catalog](https://wachter.ai/.well-known/api-catalog)
- [Live services response](https://wachter.ai/api/v1/info?topic=services)

Invalid requests use `application/problem+json`. Backwards-compatible additions may be made within the versioned v1 path. A breaking change will use a new path version; any retirement will be announced with Deprecation and Sunset headers and a successor before removal. The public API allows 120 requests per 60-second edge window and returns RateLimit headers.

## MCP and agent resources

The Streamable HTTP [MCP endpoint](https://wachter.ai/mcp) exposes two read-only tools and four documentation resources. [MCP Registry manifest](https://wachter.ai/server.json) · [MCP server card](https://wachter.ai/mcp/server-card) · [Agent Skills index](https://wachter.ai/.well-known/agent-skills/index.json) · [Agentic Resource Discovery catalog](https://wachter.ai/.well-known/ai-catalog.json)

## NLWeb site query

Use `GET /ask?query=workflow&streaming=false` for a JSON NLWeb response. Set streaming true for Server-Sent Events named start, result, and complete.

For a correction or integration question, email [hello@wachter.ai](mailto:hello@wachter.ai).
