<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/building-agents-that-act-on-your-behalf-with-toolboxes-in-foundry-zalwkhdfv" -->

---
title: Building Agents that Act on Your Behalf with Toolboxes...
description: Microsoft Foundry&#x27;s Toolboxes feature simplifies user delegation for AI agents by abstracting away token management, consent handling, and per-user token...
canonical: https://daily.dev/posts/building-agents-that-act-on-your-behalf-with-toolboxes-in-foundry-zalwkhdfv
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Building Agents that Act on Your Behalf with Toolboxes in Foundry | daily.dev
og:description: Microsoft Foundry&#x27;s Toolboxes feature simplifies user delegation for AI agents by abstracting away token management, consent handling, and per-user token...
og:url: https://daily.dev/posts/building-agents-that-act-on-your-behalf-with-toolboxes-in-foundry-zalwkhdfv
og:image: https://api.daily.dev/og/posts/Zalwkhdfv.png
og:image:alt: Building Agents that Act on Your Behalf with 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.

# Building Agents that Act on Your Behalf with Toolboxes in Foundry

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

## Summary

Microsoft Foundry's Toolboxes feature simplifies user delegation for AI agents by abstracting away token management, consent handling, and per-user token isolation. Instead of implementing OAuth2 flows, token caching, and consent management in every agent, developers configure auth once at the connection level. Foundry then handles token acquisition, refresh, and isolation server-side. The feature supports multiple auth types including end-user OAuth2 delegation, agentic identity, managed identity, API keys, and anonymous access. Toolboxes also provide built-in RAI guardrails to screen tool inputs/outputs and support bring-your-own gateway for rate limiting and logging. A three-step setup covers creating a connection with auth type, building a versioned toolbox with tools, and consuming it from an agent via a single MCP endpoint.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devblogs.microsoft.com/foundry/building-agents-that-act-on-your-behalf-with-toolboxes-in-foundry>

## Similar posts on daily.dev

- [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
- [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
- [Introducing Toolboxes in Foundry](https://daily.dev/posts/introducing-toolboxes-in-foundry-lcwb5gnuf) · DevBlogs · 0 upvotes · 0 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/building-agents-that-act-on-your-behalf-with-toolboxes-in-foundry-zalwkhdfv)

```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":"Building Agents that Act on Your Behalf with Toolboxes in Foundry","url":"https://daily.dev/posts/building-agents-that-act-on-your-behalf-with-toolboxes-in-foundry-zalwkhdfv","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/building-agents-that-act-on-your-behalf-with-toolboxes-in-foundry-zalwkhdfv"},"datePublished":"2026-07-22T17:29:37.498Z","dateModified":"2026-07-22T17:30:04.557Z","description":"Microsoft Foundry's Toolboxes feature simplifies user delegation for AI agents by abstracting away token management, consent handling, and per-user token...","image":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","thumbnailUrl":"https://media.daily.dev/image/upload/s--VDukGCjf--/f_auto/v1722860399/public/Placeholder%2002","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/building-agents-that-act-on-your-behalf-with-toolboxes-in-foundry-zalwkhdfv","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,mcp","timeRequired":"PT5M"}
{"@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":"Building Agents that Act on Your Behalf with Toolboxes in Foundry"}]}
```

