# REVOX Studio

REVOX Studio ([studio.revox.ai](https://studio.revox.ai/)) is the **low-code / no-code development environment** of the REVOX ecosystem. It serves as the central hub for building, testing, and deploying AI agents, workflows, and decentralized applications powered by oMCP. Studio makes it possible for both seasoned developers and non-technical users to participate in the creation of **AI-driven Web3 solutions**, bridging accessibility and sophistication.

By combining a visual design interface, a plugin marketplace, and integrated deployment pipelines, Studio transforms the complexity of agent development into an **intuitive, modular process**.

***

#### Product Experience & Interface

* **Visual Workflow Builder**\
  Users design agents and workflows through a drag-and-drop interface. Primitive Agents, Plugins, and Context Knowledge modules are represented as reusable blocks. Connecting them creates Compound Agents or complete workflows.

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

* **Template & Marketplace Access**
  * A curated library of templates offers ready-to-use agents and workflows for common use cases (DeFi arbitrage, DAO governance bots, compliance checks, e-commerce assistants, etc.).
  * Developers can publish their own agents or plugins into the marketplace, making them accessible to the community and monetizable through $REX incentives.

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

* **Integrated Testing & Simulation**\
  Studio includes a sandbox environment where workflows can be simulated with sample data. Users see execution paths, debug agent behavior, and adjust configurations before deploying on-chain.
* **Deployment Options**\
  From Studio, workflows can be deployed directly into production:
  * On-chain execution (for verifiable workflows).
  * Off-chain execution anchored with proofs.
  * Hybrid models combining both.

***

#### Key Features

| Feature                       | Description                                                                                           |
| ----------------------------- | ----------------------------------------------------------------------------------------------------- |
| **Low-Code Workflow Builder** | Drag-and-drop interface to assemble agents, plugins, and data modules without writing extensive code. |
| **Template & Module Library** | Pre-built solutions for popular use cases, customizable to fit specific user or enterprise needs.     |
| **Plugin Marketplace**        | Developers can publish and monetize their plugins; users can discover and integrate them instantly.   |
| **Cross-Chain Deployment**    | Agents can be deployed on multiple supported blockchains, maximizing reach and interoperability.      |

***

#### Technical Architecture

* **Agent Composition Layer**\
  Provides the interface for combining Primitive Agents, Plugins, and Context Knowledge into Compound Agents.
* **Execution Engine**\
  Handles workflow logic: sequencing, branching, parallel execution, retries. Compatible with both DSL scripts for developers and visual workflows for non-technical users.
* **Plugin & Model Integration**\
  Supports third-party APIs, DeFi protocols, and AI models, ensuring extensibility. Plugins are containerized to preserve modularity and security.
* **Deployment Bridge**\
  Links workflows to multiple execution environments: local, on-chain, or hybrid. Supports monitoring and telemetry post-deployment.

***

#### Roadmap

* **Expanded Template Library**: Pre-configured agents for specialized verticals (NFTs, GameFi, healthcare, supply chain).
* **Collaborative Development**: Multi-user editing, team-based permissions, and shared workflow ownership.
* **Custom Model Uploads**: Allow developers to integrate proprietary ML models into workflows.
* **Advanced Visualization Tools**: Graph-based execution monitors and KPI dashboards.
* **Studio-to-Marketplace Flow**: One-click publishing of workflows from Studio into the REVOX Marketplace.


---

# 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.revox.ai/products/revox-studio.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.
