Documentation Index
Fetch the complete documentation index at: https://docs.augmentcode.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Node.js 18+
- Augment API credentials
- For chat: An LLM API key (OpenAI, Anthropic, or Google)
Steps
1. Install
2. Set credentials
3. Index the site
4. Search
--raw:
5. Chat (Optional)
For an interactive AI agent that can search and read the documentation:exit to quit.
Done!
You can now:- Search the documentation semantically with the
searchcommand - Chat with an AI agent that understands the docs using the
agentcommand
Limitations
- Only static HTML is indexed. JavaScript-rendered content (SPAs) won’t work.
- Only pages linked from the starting URL are discovered.
Also Works With
| Instead of… | Try… |
|---|---|
| Single site | Index multiple sites with different -i names |
| Local storage | --store s3 with CC_S3_BUCKET for team sharing |
| Interactive chat | npx ctxc agent -i example-docs --provider openai "your question" --print for single-question mode |
| OpenAI | --provider anthropic or --provider google for other LLM providers |