Accessing DevOps Agent
AWS DevOps Agent supports several access methods: the web app console, Model Context Protocol (MCP) integration, Agent-to-Agent (A2A) integration, Agent Client Protocol (ACP) integration, webhooks for event-driven automation, and direct API access. Choose the method that best fits your workflow and technical requirements.
The following diagram illustrates these access methods and how they connect to the DevOps Agent service.
DevOps Agent web app
The web app is the primary interface for DevOps Agent. Use conversational chat to investigate incidents, query your infrastructure, and manage recommendations. For more information, see What is a DevOps Agent Web App?.
Model Context Protocol (MCP) integration
You can access AWS DevOps Agent capabilities directly from MCP-compatible clients and IDEs such as Kiro, Claude Code, and Cursor. AWS DevOps Agent provides a dedicated remote MCP endpoint that you connect to using an access token or AWS SigV4 credentials. From your development environment, you can investigate incidents, optimize costs, review architecture, and map topology. For setup instructions, including the Kiro power and Claude Code plugin, see Connect to DevOps Agent remote servers.
The AWS MCP Server is also available for direct AWS API access, and serves as a fallback when the remote server endpoint is unavailable.
Agent-to-Agent (A2A) integration
You can connect autonomous agents to AWS DevOps Agent through a dedicated Agent-to-Agent (A2A) v1.0 remote endpoint, using an access token or AWS SigV4 credentials. Agents can send messages, stream responses, and manage asynchronous tasks for agent-to-agent communication. For setup instructions, see Connect to DevOps Agent remote servers.
Agent Client Protocol (ACP) integration
You can invoke AWS DevOps Agent programmatically using the Agent Client Protocol (ACP)
Webhooks
Webhooks allow external systems to automatically trigger AWS DevOps Agent investigations. External systems such as ticketing platforms and monitoring tools can send HTTP requests when incidents occur. For more information, see Invoking DevOps Agent through Webhook.
AWS DevOps Agent API
AWS DevOps Agent provides APIs for programmatic access to agent capabilities. You can create and manage Agent Spaces, trigger investigations, and retrieve findings. For more information, see the AWS DevOps Agent API Reference.