<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/introducing-toolboxes-in-foundry-lcwb5gnuf" -->

---
title: Introducing Toolboxes in Foundry | daily.dev
description: Microsoft has launched the public preview of &#x27;toolboxes&#x27; in Azure AI foundry, a feature that centralizes tool management for AI agents. Instead of each agent...
canonical: https://daily.dev/posts/introducing-toolboxes-in-foundry-lcwb5gnuf
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Introducing Toolboxes in Foundry | daily.dev
og:description: Microsoft has launched the public preview of &#x27;toolboxes&#x27; in Azure AI foundry, a feature that centralizes tool management for AI agents. Instead of each agent...
og:url: https://daily.dev/posts/introducing-toolboxes-in-foundry-lcwb5gnuf
og:image: https://api.daily.dev/og/posts/lcWb5GnuF.png
og:image:alt: Introducing Toolboxes in Foundry
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing Toolboxes in Foundry

**[DevBlogs](https://daily.dev/sources/devblogs)** · 8 min read · 0 upvotes · 0 comments

## Summary

Microsoft has launched the public preview of 'toolboxes' in Azure AI foundry, a feature that centralizes tool management for AI agents. Instead of each agent wiring its own tools with separate authentication and credentials, teams can define a named bundle of tools once in foundry, configure authentication centrally, and expose everything through a single MCP-compatible endpoint. Any agent runtime that supports MCP can consume the toolbox, including custom agents built with LangGraph or Microsoft Agent Framework, and coding agents like GitHub copilot. The public preview covers the 'build' and 'consume' pillars, with 'discover' and 'govern' features coming later. A step-by-step Python example shows how to create a toolbox with web search, Azure AI Search, and a GitHub MCP server, then attach it to an agent.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devblogs.microsoft.com/foundry/introducing-toolboxes-in-foundry>

## Similar posts on daily.dev

- [Microsoft Foundry Tackles the AI Agent Tool Problem Nobody Talks About](https://daily.dev/posts/microsoft-foundry-tackles-the-ai-agent-tool-problem-nobody-talks-about-msoxw2ziz) · DevOps.com · 0 upvotes · 0 comments
- [Building Agents that Act on Your Behalf with Toolboxes in Foundry](https://daily.dev/posts/building-agents-that-act-on-your-behalf-with-toolboxes-in-foundry-zalwkhdfv) · DevBlogs · 0 upvotes · 0 comments
- [Building User-Delegated AI Tools with Microsoft Foundry Toolboxes](https://daily.dev/posts/building-user-delegated-ai-tools-with-microsoft-foundry-toolboxes-wymmguzvt) · C\# Corner · 0 upvotes · 0 comments

---

Tags: [#azure](https://daily.dev/tags/azure), [#ai-agents](https://daily.dev/tags/ai-agents), [#mcp](https://daily.dev/tags/mcp)

[View this post on daily.dev](https://daily.dev/posts/introducing-toolboxes-in-foundry-lcwb5gnuf)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Introducing Toolboxes in Foundry","url":"https://daily.dev/posts/introducing-toolboxes-in-foundry-lcwb5gnuf","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/introducing-toolboxes-in-foundry-lcwb5gnuf"},"datePublished":"2026-04-22T17:31:42.953Z","dateModified":"2026-04-22T17:33:32.441Z","description":"Microsoft has launched the public preview of 'toolboxes' in Azure AI foundry, a feature that centralizes tool management for AI agents. Instead of each agent...","image":"https://media.daily.dev/image/upload/s--1KxV4ohY--/f_auto/v1722860400/public/Placeholder%2007","thumbnailUrl":"https://media.daily.dev/image/upload/s--1KxV4ohY--/f_auto/v1722860400/public/Placeholder%2007","isAccessibleForFree":true,"articleSection":"DevBlogs","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"DevBlogs","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/8f68b453325f482ebeb73fb780092713","url":"https://daily.dev/sources/devblogs"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/introducing-toolboxes-in-foundry-lcwb5gnuf","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"azure,ai-agents,mcp","timeRequired":"PT8M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"DevBlogs","item":"https://daily.dev/sources/devblogs"},{"@type":"ListItem","position":3,"name":"Introducing Toolboxes in Foundry"}]}
```

