Microsoft/azure-ai-projects-ts — Agent Skills | officialskills.sh
Back to skills

azure-ai-projects-ts

officialai-tools

TypeScript SDK for Azure AI Foundry that provides access to agents, connections, deployments, datasets, indexes, and evaluations through a single project client.

Setup & Installation

npx skills add https://github.com/microsoft/skills --skill azure-ai-projects-ts
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/skills/tree/main/.github/plugins/azure-sdk-typescript/skills/azure-ai-projects-ts
View on GitHub

What This Skill Does

TypeScript SDK for Azure AI Foundry that provides access to agents, connections, deployments, datasets, indexes, and evaluations through a single project client. Works with Azure OpenAI and other models deployed in Foundry projects.

Instead of juggling separate SDKs for Azure OpenAI, Azure Search, and Azure ML, you manage agents, connections, and evaluations from one authenticated client tied to your Foundry project.

When to use it

  • Creating versioned AI agents with code interpreter or file search tools
  • Listing model deployments available in an Azure AI Foundry project
  • Uploading training datasets and managing dataset versions
  • Building Azure AI Search indexes linked to project connections
  • Running agent conversations and cleaning up resources after completion