azure-ai-projects-ts

Community

Build and manage Azure AI Foundry projects.

Authordavidrrowley
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill documents how to use the @azure/ai-projects TypeScript SDK to remove friction when creating, configuring, and operating Azure AI Foundry projects by providing clear patterns for agents, connections, deployments, datasets, indexes, and evaluations.

Core Features & Use Cases

  • Project Client Setup: Authenticate with DefaultAzureCredential and instantiate AIProjectClient using AZURE_AI_PROJECT_ENDPOINT.
  • Agent Lifecycle: Create versioned agents, attach tools (code interpreter, file search, web search, functions), run agents via the OpenAI client, and clean up versions and conversations.
  • Connections & Deployments: Discover and retrieve project connections (with credentials), list and filter model deployments, and use connections to create direct SDK clients (OpenAI, Search).
  • Data & Evaluation Workflows: Upload datasets (files and folders), create and manage indexes, run built-in and custom evaluators, and poll for evaluation results.
  • Use Case: Build a reproducible RAG pipeline that uploads documents, indexes content, creates an agent using file_search, and evaluates output groundedness against a dataset.

Quick Start

Create an AIProjectClient with DefaultAzureCredential, list deployments in your project, and retrieve an OpenAI client for generating responses.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: azure-ai-projects-ts
Download link: https://github.com/davidrrowley/CortexYouV3/archive/main.zip#azure-ai-projects-ts

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.