azure-ai-projects-ts
TypeScript SDK for Azure AI Foundry that provides access to agents, connections, deployments, datasets, indexes, and evaluations through a single project client.
Setup & Installation
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
Similar Skills
mcp-builder
A development guide for building MCP (Model Context Protocol) servers that connect LLMs to external APIs and services.
skill-creator
A skill for building, testing, and refining other skills.
template
A starter scaffold for building new agent skills.
answers
Provides AI-generated answers grounded in live web search results through Brave's OpenAI-compatible chat completions endpoint.
