For the complete documentation index, see llms.txt. This page is also available as Markdown.

Microsoft Copilot Studio

Connect Akto with Microsoft Copilot Studio

Microsoft Copilot Studio is a low-code platform for building and deploying conversational AI agents and copilots. Akto integrates with Copilot Studio in three ways — pick the one that matches your use case, or combine them.

Integration
Description

Poll conversation transcripts from Microsoft Dataverse on a recurring schedule. No agent changes required. Detection-only — Akto observes traffic after the conversation has ended.

Inline request and response guardrails added directly inside the Copilot Studio agent topics. Blocks malicious prompts and scans AI responses in real time.

Route MCP server tool calls made by the agent through Akto's agent-proxy for inspection and policy enforcement on every MCP request and response.

Which option to choose

  • Async Mode — fastest to set up, zero agent changes, good for visibility and red-team analysis. Detect-only; cannot block.

  • Block Mode — required if you want to block prompt-injection, PII leaks, or policy violations before the model or user sees them. Requires editing each agent's topics.

  • Proxy MCP Server via Akto — required if your agent calls external MCP servers as tools and you want every MCP request and response to flow through Akto.

All three can run side-by-side on the same agent.

Last updated