docs(docs-site): add AI resources for agents

This commit is contained in:
Luca Martial 2026-05-11 17:20:11 -07:00
parent 81c7e60fef
commit 966627a68b
13 changed files with 461 additions and 7 deletions

View file

@ -8,6 +8,8 @@ KTX integrates with coding agents through two channels that can be used independ
- **MCP server** — A persistent Model Context Protocol server that exposes KTX tools (semantic queries, knowledge search, SQL execution) directly to the agent
- **CLI skills** — Command definitions that teach the agent how to invoke KTX via the terminal
This is the product integration page for connecting an agent client to a KTX project. For documentation access, `/llms.txt`, prompt recipes, and the agent-facing docs quickstart, use [AI Resources](/docs/ai-resources).
Run `ktx setup` and select your agent targets, or configure manually using the snippets below.
## Agent setup matrix