>_ The Manifest
~/collections $ cat plugins-and-extensibility.mdx

Plugins and Extensibility

Curated learning path 9 posts

Make declarative agents take action. Connect API plugins, MCP servers, and other agents so your agent can read live data, call services, and delegate work.

Grounding gets your agent to answer. Plugins get it to act. This collection walks through every extensibility surface a declarative agent can plug into: REST APIs through OpenAPI specs, Model Context Protocol servers, the authentication patterns that secure each one, and the connected-agents delegation pattern that lets agents call other agents.

  1. 1
    · 10 min

    API Plugins for Declarative Agents: Calling Live APIs

    Connect your declarative agent to REST APIs using OpenAPI specs and API plugin manifests to read live data and take real actions with Microsoft 365 Copilot.

    #declarative-agents #m365 #copilot
  2. 2
    · 11 min

    Authentication Deep Dive for API Plugins in Declarative Agents

    Configure OAuth, API key, and anonymous authentication for API plugins in declarative agents, including Entra ID setup and runtime flow.

    #copilot #declarative-agents #m365
  3. 3
    · 7 min

    MCP Servers for Declarative Agents

    Connect existing MCP servers to your declarative agents as plugins, with OAuth authentication, and let Copilot orchestrate them alongside knowledge sources.

    #declarative-agents #m365 #copilot
  4. 4
    · 12 min

    Authentication Deep Dive for MCP Plugins in Declarative Agents

    Configure OAuth, Entra ID SSO, and anonymous authentication for MCP plugins in declarative agents, including Teams Developer Portal setup and runtime flow.

    #copilot #declarative-agents #mcp
  5. 5
    · 9 min

    Dynamic Tool Discovery for MCP Plugins

    Dynamic tool discovery lets Microsoft 365 Copilot resolve MCP server tools at runtime, so new capabilities can appear without repackaging and republishing the agent.

    #copilot #declarative-agents #mcp
  6. 6
    · 10 min

    Dynamic Client Registration for MCP Plugins

    Dynamic client registration lets MCP plugins negotiate OAuth clients through a dedicated DCR auth configuration, removing the manual client ID and secret setup from the Copilot plugin workflow.

    #copilot #declarative-agents #mcp
  7. 7
    · 8 min

    Connected Agents: The Delegation Pattern for Declarative Agents

    Learn how to scale your declarative agent with connected agents: delegate to specialist worker agents using a microservices architecture for AI assistants.

    #declarative-agents #m365 #copilot
  8. 8
    · 8 min

    Building Reusable Plugins with WIQD: Skills and Connectors

    WIQD makes plugins a first-class deliverable. Compose skills, MCP agent connectors, and declarative agents into one packageable, validatable unit.

    #copilot #declarative-agents #plugins
  9. 9
    · 9 min

    Work IQ Developer Tools for Copilot Plugins and Agents

    WIQD turns plugin work into a conversation: describe the MCP capability you want, and the tooling handles discovery, validation, provisioning, and evals.

    #copilot #declarative-agents #plugins