- Go to Settings -> API -> Create API Key.
- Copy the API key and paste it in the
devanaApiKeyfield in theconfig.tsfile.
- Go to My AI Agents -> Select the agent you want to use -> Copy the agent ID from the URL.
- Paste the agent ID in the
devanaBotIdfield in theconfig.tsfile.
Add all required environment variables in the .env file. Alternatively, you can use the VSCode extension for Microsoft Teams to set them up directly from VSCode.
The following documentation will help you extend the Basic Bot template:
- Add or manage the environment
- Create a multi-capability app
- Add single sign-on to your app
- Access data in Microsoft Graph
- Use an existing Microsoft Entra application
- Customize the Teams app manifest
- Host your app in Azure by provisioning cloud resources and deploying the code to the cloud
- Collaborate on app development
- Set up the CI/CD pipeline
- Publish the app to your organization or the Microsoft Teams app store
- Develop with Teams Toolkit CLI
- Preview the app on mobile clients