> For the complete documentation index, see [llms.txt](https://robostack-1.gitbook.io/robostack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robostack-1.gitbook.io/robostack/roadmap/phase-3-the-open-gateway.md).

# Phase 3: The Open Gateway

* Public access for RoboStack Cloud
* A2A adapter for agents
* HTTP adapter for services

Phase 3 marks the official public launch of RoboStack Cloud, opening the doors to a diverse global community that extends far beyond developers. This phase is centered around empowering not just developers, but also everyday users, educators, researchers, and enterprises to participate in the robotic revolution. By emphasizing human-robot interaction through the **RCP (Robot Context Protocol)**, we aim to create a seamless and intuitive experience that allows anyone to engage with robots and agents naturally.

In this phase, we will introduce **A2A (Agent-to-Agent) adapters**, enabling agents to collaborate and interact seamlessly within the RoboStack ecosystem. This will unlock new possibilities for coordinated robotic behaviors and applications. Additionally, we will develop **HTTP adapters for services**, ensuring that external applications and tools can easily integrate with the platform, further enhancing its versatility.

What truly sets Phase 3 apart is its focus on inclusivity. By lowering technical barriers and providing intuitive tools, we will welcome a broader audience, including hobbyists, educators, and even non-technical users, into the RoboStack community.

Phase 3 is planned to be completed by 2025 Q4.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://robostack-1.gitbook.io/robostack/roadmap/phase-3-the-open-gateway.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
