Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ntropii.com/llms.txt

Use this file to discover all available pages before exploring further.

The Copilot Agents adapter is a future deliverable. The shape described below is forward-looking; today only Claude Managed Agents is wired up.
GitHub and Microsoft both expose first-class agent surfaces (GitHub Copilot Extensions, Microsoft Copilot Studio). The plan is to integrate them via the same ntro.workflow.agents.invoke surface used for Claude Managed Agents, with a Copilot-specific provider behind the dispatch shell.

What this page will cover when it lands

  • Building an agent in Copilot Studio (or registering a GitHub Copilot Extension)
  • Registering with Ntropii: ntro agent create --path copilot://agents/<copilot-agent-id>
  • The Ntropii MCP binding for Copilot (auth model TBD — likely OBO / Entra ID)
  • Invocation lifecycle, output file passback (where Copilot’s surface differs from Anthropic Sessions)
  • A working reference agent in claude-managed-agents-equivalent companion repo

Today

If you have a Copilot agent you want to invoke from a runbook step, the integration is not yet supported. Track Phase 3 progress on the Notion Third party agents — design page. For LLM-driven artefact generation that needs to land now, use Claude Managed Agents.

Register agents

Generic registration flow that Copilot Agents will plug into.

Claude Managed Agents

The production adapter today.