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.
- Endpoint
- https://quintai.dev/mcp
- 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
- Quint documentation homehttps://quintsecurity.mintlify.app/introduction
- Quickstarthttps://quintsecurity.mintlify.app/quickstart
- Installation and fleet deploymenthttps://quintsecurity.mintlify.app/operations/installation
- How Quint workshttps://quintsecurity.mintlify.app/concepts/how-it-works
- Intent versus truth, the core modelhttps://quintsecurity.mintlify.app/concepts/intent-vs-truth
- Troubleshootinghttps://quintsecurity.mintlify.app/operations/troubleshooting
- Changeloghttps://quintsecurity.mintlify.app/changelog/overview
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.
- Request API documentation and credentialshello@quintai.dev
Machine-readable files on quintai.dev
- Agent instructions, and when to use Quint best-fit use cases, and the jobs Quint is the wrong answer forhttps://quintai.dev/agents.md
- Site summary for LLMshttps://quintai.dev/llms.txt
- Full site corpus as markdownhttps://quintai.dev/llms-full.txt
- MCP server cardhttps://quintai.dev/.well-known/mcp.json
- MCP discovery manifesthttps://quintai.dev/.well-known/mcp-server
- Sitemaphttps://quintai.dev/sitemap.xml
- Robotshttps://quintai.dev/robots.txt
Source and contact
- GitHub organisationhttps://github.com/Quint-Security
- Engineering and threat researchhttps://quintai.dev/blog
- Sales and general enquirieshello@quintai.dev
- Security disclosuressecurity@quintai.dev