azure-ai-projects-ts Skill
Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, deployments, datasets, indexes, evaluations, or getting OpenAI clients. Published by microsoft in skills.
What is azure-ai-projects-ts Skill?
Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, deployments, datasets, indexes, evaluations, or getting OpenAI clients. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Technical details
- Install or run with Copy skill directory
When to use azure-ai-projects-ts Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-ai-projects-ts/SKILL.md
What it does
Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, deployments, datasets, indexes, evaluations, or getting OpenAI clients.
Skill instructions
Azure AI Projects SDK for TypeScript High-level SDK for Azure AI Foundry projects with agents, connections, deployments, and evaluations. Installation bash npm install @azure/ai-projects @azure/identity For tracing: bash npm install @azure/monitor-opentelemetry @opentelemetry/api Environment Variables bash AZUREAIPROJECTENDPOINT=https://<resource.services.ai.azure.com/api/projects/<project MODELDEPLOYMENTNAME=gpt-4o AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Authentication typescript import { AIProjectClient } from "@azure/ai-projects"; import { DefaultAzureCredential, ManagedIdentityCredential } from "@azure/identity"; // Local dev: DefaultAzureCredential. Production: set AZURETOKENCREDENTIALS=prod or AZURETOKENCREDENTIALS=<specificcredential const credential = new DefaultAzureCredential({requiredEnvVars: ["AZURETOKENCREDENTIALS"]}); // Or use a specific credential directly in production: // See https://learn.microsoft.com/javascript/api/o
Explore related resources
Frequently asked questions
What is azure-ai-projects-ts?
azure-ai-projects-ts is a open-source AI agent skill with Copy skill directory. Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects).
Who is azure-ai-projects-ts best for?
azure-ai-projects-ts is best for reusing agent instructions, scripts, and references.
How do I install azure-ai-projects-ts?
Install or run azure-ai-projects-ts using Copy skill directory. Check azure-ai-projects-ts for the latest setup command.
Is azure-ai-projects-ts actively maintained?
azure-ai-projects-ts may need a closer maintenance check before production use.
Auto-fetched from GitHub.