llms.txt
The Teams SDK publishes llms.txt files, plain-text versions of the documentation optimized for AI coding assistants. Point your tool at the right file and it gets the context it needs to help you build Teams apps.
Available files
Root
High-level SDK overview with links to reference guides.
https://microsoft.github.io/teams-sdk/llms_docs/llms.txt
Instead of manually providing URLs, you can install the teams-dev agent skill which automatically gives your coding assistant the right context.
Per-language
- TypeScript
- Python
- C#
Small — navigation index, the assistant fetches individual pages as needed.
https://microsoft.github.io/teams-sdk/llms_docs/llms_typescript.txt
Full — complete documentation in a single file, best for tools with large context windows.
https://microsoft.github.io/teams-sdk/llms_docs/llms_typescript_full.txt
Small — navigation index, the assistant fetches individual pages as needed.
https://microsoft.github.io/teams-sdk/llms_docs/llms_python.txt
Full — complete documentation in a single file, best for tools with large context windows.
https://microsoft.github.io/teams-sdk/llms_docs/llms_python_full.txt
Small — navigation index, the assistant fetches individual pages as needed.
https://microsoft.github.io/teams-sdk/llms_docs/llms_csharp.txt
Full — complete documentation in a single file, best for tools with large context windows.
https://microsoft.github.io/teams-sdk/llms_docs/llms_csharp_full.txt