Overview
AI tools can use Hightouch documentation to answer questions about the platform and help you build integrations. We publish our docs in formats that tools like Claude, ChatGPT, Cursor, and GitHub Copilot can read directly, so they have accurate and current information to work with.
Documentation for AI tools
We publish plain-text versions of our docs that AI tools can read without parsing web page markup. Both files are regenerated on every deployment, so they always reflect the latest content.
llms.txt is an index of every public page, organized by product area. Use this when you want an AI tool to know what documentation is available.
llms-full.txt contains the full text of every public page in a single file. Use this when you want an AI tool to have complete context about Hightouch.
To use either file, paste the URL into your AI tool:
https://hightouch.com/docs/llms.txt
https://hightouch.com/docs/llms-full.txt
Skills
Agent skills are instructions that help AI tools produce more accurate results for a specific product. Hightouch publishes a skill file covering the REST API, CLI, Events SDK, sync configuration, and core platform concepts. When an AI tool has access to this file, it can work with the right endpoints, authentication patterns, and parameters for Hightouch.
Additional resources
- API overview — REST API authentication and usage
- API reference — Full API endpoint documentation
- CLI overview — Command line interface for Hightouch
- Events SDK — Track user events for real-time activation