Microsoft Foundry — hosted agents & Azure OpenAI

Point Chamade at an agent you built in the Foundry portal, or at a plain Azure OpenAI deployment. Chamade dispatches each event to it and delivers the reply — no infra to run on your side.

What it is

Foundry speaks the OpenAI Responses API, so Chamade talks to it the same way it talks to OpenAI. Two shapes both work under the Microsoft Foundry preset:

Either way: a human messages your agent, Chamade calls it with the message, and delivers whatever it replies. Memory is kept natively (OpenAI Conversations + per-tenant isolation).

Setup

  1. Build your agent (Foundry portal) or pick a model deployment (Azure OpenAI).
  2. Copy the endpoint URL and an API key (portal → Settings → Keys & endpoints).
  3. In your dashboard → an agent → Microsoft Foundry preset → paste the URL + key + a model name → Create. Chamade probes it on save.

Region matters

The Responses API is region-gated. West Europe is not supported (you'll get a 404 if you try). Provision your Foundry / Azure OpenAI resource in a supported region — Sweden Central is the EU default; France Central, Germany West Central, UK South, Switzerland North and others also work.

Giving the agent Chamade's tools

Two complementary mechanisms:

For a portal hosted agent, Chamade can't inject the MCP (the portal owns the agent's tool list). To give it Chamade tools, add an MCP tool in the portal pointing at https://mcp.chamade.io/mcp/, authenticated with a project connection holding your agent's bearer (dashboard → agent → Internal bearer). Acting still works for free via XML.

Keyless (Microsoft Entra)

Chamade verifies Microsoft Entra tokens, so a Foundry agent can authenticate to the MCP with its managed identity — no key to copy. Configure the MCP tool's auth as Microsoft Entra targeting the audience shown in dashboard → agent → Identity auth, and authorize the agent's identity there.

Preview-gated for portal agents

The portal hosted-agent → custom-MCP keyless path depends on a Microsoft preview feature that's still rolling out. Until it's generally available, use the key-based project connection above (one bearer, copied once). The Chamade side is ready and switches over automatically once Microsoft enables it.