diff --git a/docs-site/src/pages/index.astro b/docs-site/src/pages/index.astro index 21a9609..580a555 100644 --- a/docs-site/src/pages/index.astro +++ b/docs-site/src/pages/index.astro @@ -183,7 +183,7 @@ import hooks from '../data/hooks.json'; -
Foundry-platform fluency for any language. One orchestrator + 10 language-agnostic skills covering hosted agents, intent-based toolboxes, multi-agent workflows, Foundry IQ knowledge bases, managed skills, long-term memory, observability + RAI evaluations, and governance via the Foundry Control Plane.
+Build hosted agents, intent-based toolboxes, knowledge bases, and more on Microsoft Foundry — language-agnostic, CLI-first.
Azure account
- An Azure AI Foundry project — opens in a new tab
- Azure CLI
- az login — install az
- Azure Developer CLI
- Required for hosted-agent deploy. Install azd, then run azd ext install azure.ai.agents
- Project endpoint
- export AZURE_AI_PROJECT_ENDPOINT="https://<resource>.services.ai.azure.com/api/projects/<project>"
- Once installed, just describe what you want. The orchestrator routes intent to the right sub-skill.
+azd ai agent”After install, just describe what you want — the microsoft-foundry orchestrator routes to the right sub-skill and discovery surface (Foundry MCP, Microsoft Docs MCP, azd ai agent).
Hosted agent
- “Build a hosted agent that uses the Responses protocol and answers questions about my product docs” → routes to foundry-hosted-agents + foundry-iq-knowledge-bases
- Curate a toolbox
- “Create a toolbox with web search and a GitHub MCP server, then attach it to my agent” → routes to foundry-toolboxes
- Deploy with azd
- “Scaffold and deploy this agent with azd ai agent init” → routes to foundry-hosted-agents (azd-first deploy flow)
- Trace + evaluate
- “Add OpenTelemetry tracing and run a batch evaluation with safety evaluators” → routes to foundry-observability
- Govern
- “Set up an AI Gateway in front of our MCP tools and assign agent identity RBAC” → routes to foundry-governance
+ Foundry project
+ Create one
+ Azure CLI
+ Install · then az login
+ azd CLI
+ Install · then azd ext install azure.ai.agents
+ Azure MCP
- Manage 40+ Azure services from your editor
- Foundry MCP
- Foundry-native ops (model catalog, agents, toolboxes, knowledge bases) at mcp.ai.azure.com
- Microsoft Docs
- Real-time Microsoft Learn search for current SDK patterns
+
+
+ Azure MCP
+ 40+ Azure services
+ Foundry MCP
+ Model catalog, agents, toolboxes, knowledge bases
+ Microsoft Docs
+ Real-time Microsoft Learn search
+ microsoft-foundry
- Orchestrator — routes user intent to the right sub-skill and discovery surface
- foundry-projects-resources
- Provision Foundry resources/projects, configure connections, set up standard or private-network agent infrastructure
- foundry-models
- Deploy models (preset/customize), discover capacity, manage quota, choose PTU vs pay-as-you-go
- foundry-hosted-agents
- Build and deploy hosted agents — Responses + Invocations protocols, agent.yaml, azd ai agent, sessions, dedicated identity
- foundry-toolboxes
- Curate intent-based toolboxes — single MCP endpoint bundling Web Search, AI Search, MCP, A2A, OpenAPI, browser automation, and more
- foundry-workflows
- Multi-agent orchestration — workflow vs A2A vs Connected Agents decision, Agent Framework workflows
- foundry-iq-knowledge-bases
- Foundry IQ knowledge bases (preview) — multi-source, permission-aware grounding via agentic retrieval
- foundry-managed-skills
- SKILL.md files as a Foundry resource via the Skills REST API — author behavioral policy once, share across hosted agents
- foundry-memory
- Long-term memory stores — user profile + chat summary memory, with security guidance
- foundry-observability
- OpenTelemetry tracing in App Insights, KQL templates, evaluations + RAI evaluators, dataset curation from traces
- foundry-governance
- Foundry Control Plane, AI Gateway tools governance for MCP, RBAC + agent identity, RAI policies on model deployments
+
+
+ microsoft-foundry
+ Orchestrator — routes intent to the right sub-skill
+ foundry-projects-resources
+ Provision resources, projects, connections, RBAC
+ foundry-models
+ Deploy models, capacity, quota
+ foundry-hosted-agents
+ Hosted agents, Responses + Invocations protocols, azd
+ foundry-toolboxes
+ Intent-based toolboxes, single MCP endpoint
+ foundry-workflows
+ Multi-agent orchestration, A2A, Connected Agents
+ foundry-iq-knowledge-bases
+ Foundry IQ, agentic retrieval, permission-aware
+ foundry-managed-skills
+ SKILL.md as Foundry resource (Skills REST API)
+ foundry-memory
+ Long-term memory stores
+ foundry-observability
+ Tracing, KQL, evaluations + RAI evaluators
+ foundry-governance
+ Control Plane, AI Gateway, agent identity, RAI policies
+