Skip to main content
Developers

Quint developer resources

Documentation, installation, and an MCP server, for engineers evaluating Quint and for AI agents reading this site. Quint is behavioral security for AI agents: it intercepts what an agent declares, records what the operating system observed, and signs the verdict.

MCP server

Quint runs a Model Context Protocol server over Streamable HTTP, so an agent can search Quint's documentation as a tool call rather than scraping the site. No authentication. Two of the three tools are read only; submit_feedback writes a docs correction to Quint's documentation team and is the exception.

Transport
Streamable HTTP
Auth
none
Tools
search_quint (read only), query_docs_filesystem_quint (read only), submit_feedback (writes)

Add it to a Claude Code session:

claude mcp add --transport http quint https://quintai.dev/mcp

Markdown instead of HTML

Every page on quintai.dev serves markdown under content negotiation. Send Accept: text/markdown, or append .md to the path. Markdown responses carry Vary: Accept, so a cache cannot hand you the wrong variant.

curl -H "Accept: text/markdown" https://quintai.dev/platform
curl https://quintai.dev/platform.md

Documentation


API access

Quint's cloud control plane exposes a REST API: SIEM delivery, fleet inventory, and policy management are configured through it. The API reference, the authentication model, and the event schema are not linked from this site and are shared on request. That is a choice about what this site indexes, not a claim that those documents are confidential.


Machine-readable files on quintai.dev


Source and contact