title | author | description | ms.author | ms.localizationpriority | ms.topic | ms.date |
---|---|---|---|---|---|---|
Teams Toolkit Overview | zyxiaoyuer | Learn about Teams Toolkit, its installation, navigation, and user journey. Teams Toolkit is available for Visual Studio Code. | zhany | medium | overview | 03/18/2025 |
Teams Toolkit makes it simple to get started with app development for Microsoft Teams, Outlook, and Microsoft 365 Copilot using Visual Studio Code.
- Create new apps from project templates for common app scenarios.
- Save setup time with automated app registration and configuration.
- Run and debug to Teams, Outlook, and Copilot directly from Visual Studio Code.
- Smart defaults for hosting in Azure using infrastructure-as-code and Bicep.
- Test with different configurations such as dev, test, and prod using the environment features.
:::image type="content" source="../assets/images/teams-toolkit-v2/teams toolkit fundamentals/teams-toolkit-user-journey2.png" alt-text="Illustration shows the User Journey of the Teams Toolkit." lightbox="../assets/images/teams-toolkit-v2/teams toolkit fundamentals/teams-toolkit-user-journey2.png":::
Teams Toolkit is available as a free extension for Visual Studio Code. To get started, see install Teams Toolkit.
Teams Toolkit | Visual Studio Code |
---|---|
Installation | Available in the Visual Studio Code Marketplace |
Build with | JavaScript, TypeScript, React, SPFx |
Important
Teams Toolkit doesn't support building apps for Government Community Cloud (GCC), GCC High, Department of Defense (DoD), and Teams operated by 21Vianet environments.
The following list provides the key features of Teams Toolkit:
Save time getting started with new Teams apps using the capability-focused templates for tabs, bots, message extensions, and common app scenarios.
:::image type="content" source="../assets/images/teams-toolkit-v2/teams toolkit fundamentals/create-new-app_2.png" alt-text="Screenshot shows the list of new Teams app menu to create in Visual Studio Code.":::
Automate repetitive or tedious configuration using a composable task framework that creates app IDs, bot registrations, Microsoft Entra apps, and so on.
Test your app with different groupings of hosted resources by creating unique configurations such as dev
, test
, and prod
using the Environments features.
You can access Teams Developer Portal where you can configure, publish, and manage your app. For more information, see manage your Teams apps using Developer Portal.
:::image type="content" source="../assets/images/teams-toolkit-v2/build-environment-dev-portal.png" alt-text="Screenshot shows the Developer Portal option.":::
Run and debug your bot projects using Visual Studio Code and the included Dev Tunnels features.
Teams App Test Tool (Test Tool) makes debugging bot-based apps effortless. You can chat with your bot and see its messages and Adaptive Cards as they appear in Teams. You don’t need a Microsoft 365 developer account, tunneling, or Teams app and bot registration to use Test Tool. For more information, see Test Tool.