> ## Documentation Index
> Fetch the complete documentation index at: https://docs.swarms.world/llms.txt
> Use this file to discover all available pages before exploring further.

# AOP Examples Overview

> Overview of Agent Orchestration Protocol (AOP) examples and patterns.

Deploy agents as network services using the Agent Orchestration Protocol (AOP). Turn your agents into distributed, scalable, and accessible services.

## What You'll Learn

| Topic                     | Description                                 |
| ------------------------- | ------------------------------------------- |
| **AOP Fundamentals**      | Understanding agent-as-a-service deployment |
| **Server Setup**          | Running agents as MCP servers               |
| **Client Integration**    | Connecting to remote agents                 |
| **Production Deployment** | Scaling and monitoring agents               |

***

## AOP Examples

| Example                 | Description                          | Link                                              |
| ----------------------- | ------------------------------------ | ------------------------------------------------- |
| **Medical AOP Example** | Healthcare agent deployment with AOP | [View Example](/examples/multi-agent/aop-medical) |

***

## Use Cases

| Use Case            | Description                 |
| ------------------- | --------------------------- |
| **Microservices**   | Agent per service           |
| **API Gateway**     | Central agent access point  |
| **Multi-tenant**    | Shared agent infrastructure |
| **Edge Deployment** | Agents at the edge          |

***

## Related Resources

* [AOP Reference Documentation](/api/aop) - Complete AOP API
* [AOP Server Setup](/api/aop) - Server configuration
* [AOP Cluster Example](/api/aop) - Multi-node setup
* [Deployment Solutions](/deployment/agent-orchestration-protocol) - Production deployment
