Add Upsonic documentation directly into your IDE so AI assistants can reference it while you code. This gives you better autocomplete suggestions, more accurate answers, and faster development with Upsonic.Documentation Index
Fetch the complete documentation index at: https://docs.upsonic.ai/llms.txt
Use this file to discover all available pages before exploring further.
Cursor
- Open Settings (gear icon or
Cmd+,/Ctrl+,) - Navigate to Indexing & Docs
- Click Add
- Paste the following URL:
- Click Confirm
Windsurf
- Open Settings
- Navigate to the Docs or Indexing section
- Add a new documentation source with the URL:
VSCode (with Copilot or AI extensions)
For VSCode-based AI extensions that support custom documentation sources, add:Available Documentation Files
Upsonic provides two documentation files for LLM consumption:| File | URL | Description |
|---|---|---|
| llms.txt | https://docs.upsonic.ai/llms.txt | Lightweight index with links to all documentation pages |
| llms-full.txt | https://docs.upsonic.ai/llms-full.txt | Complete documentation in a single file (recommended) |
What This Enables
With Upsonic docs indexed in your IDE, you can:- Ask questions about Upsonic directly in your editor and get accurate answers
- Generate code that follows Upsonic best practices and patterns
- Debug faster with context-aware suggestions based on the framework’s API
- Discover features like Safety Engine policies, MCP tools, or Memory options without leaving your IDE

