# Agent Private Cloud - APC

At the heart of Plotch.ai's security strategy is the Agent Private Cloud (APC). This secure environment minimizes the attack surface by enabling agents to communicate exclusively within the cloud. External communication is tightly controlled and facilitated through specialized Gateway Agents, which act as intermediaries to validate and manage interactions.

### Key Features:

* Internal Communication Only: Agents within the APC communicate through encrypted, internal channels, effectively isolating them from external threats. This design ensures that even if one agent is compromised, the risk of lateral movement is mitigated.
* Gateway Agents: For scenarios requiring external interaction, Gateway Agents act as intermediaries. These agents validate and route all external requests, ensuring compliance with stringent security protocols. Gateway Agents perform deep packet inspection, logging, and context-based access validation before routing requests to internal agents.
* Secure Data Segmentation: Each agent operates in its dedicated micro-environment within the APC, ensuring strict task and data isolation. This segmentation prevents unauthorized access or cross-contamination between agents.

<figure><img src="/files/K9Q8YmRF5G3OKmsjsxjG" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.groclake.ai/high-level-concepts/agent-security/agent-private-cloud-apc.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
