Skip to Content
Overview

Orien AI Documentation

Orien AI is a trading agent platform for teams that need execution reliability, controlled automation, and reusable developer infrastructure.

The product has a simple structure in practice: one shared trading core, one pipeline runtime for structured agents, and two extension systems for tools and strategies.

What Orien AI provides

Orien AI provides a trading system, not just an interface.

  • Operators can run agents in paper, backtest, or live modes
  • Strategy developers can package logic as reusable Skills
  • AI tool builders can publish MCP servers for chat-assisted workflows
  • All of those surfaces converge on the same execution, monitoring, and risk model

System request flow

A trading request should move through a narrow, inspectable path. Interfaces stay thin; execution logic lives deeper in the system.

01Interface

AI Chat, Integrated Agents, Web, Telegram

02Pipeline Agent

Skill loading, orchestration, model-assisted reasoning

03Risk + Backtest

limits, replay, policy checks, approval boundaries

04Execution Core

Trade Kit, Data API, Wallet Layer

05Venue

exchange or paper execution environment

Each stage narrows uncertainty before an action reaches the market.

Why trading agents need a different architecture

Most trading agent products still break down in one of two ways:

  • they stop at the interface layer and never build a durable execution core
  • they rely too heavily on prompt-driven decisions without replay, inspection, or clear risk boundaries

Orien AI is designed around the opposite assumption: interfaces should stay thin, and trading behavior should be implemented in a structured runtime that can be monitored, tested, and constrained.

How the system is organized

Internally, Orien AI is organized as three layers, two ecosystems, and one core.

  • Operator Interfaces accept intent and issue requests
  • Pipeline Agent Layer turns strategy logic into a repeatable execution flow
  • Agent Operating System provides execution, market context, and wallet boundaries
  • MCP extends AI Chat with tools
  • Skill extends pipeline agents and integrated agents with strategy packages
  • Agent Trading is the shared execution center under all of the above

Product architecture

Product Architecture

Orien AI is organized as three layers, two extension ecosystems, and one shared execution core: agent trading.

01Operator Interfaces

AI Chat

intent to action

Integrated Agents

hosted OpenClaw / Hermes

Web / Telegram

lightweight endpoints

02Pipeline Agent Layer

Pipeline Agents

structured orchestration

Skill Runtime

code and strategy modules

Risk + Backtest

deterministic control loop

03Agent Operating System

Wallet Layer

signing boundary

Trade Kit

unified execution APIs

Data API

market and account context

Ecosystems

MCP Ecosystem

for AI Chat

Skill Ecosystem

for pipeline and integrated agents

Core
Agent Trading

the shared execution center across chat, automation, and skills

Connected venues
HyperliquidBinanceBybitOKXBitget

What you can build

Use casePrimary surfaceExtension modelOperational result
Guided trading workflowAI ChatMCPTool-assisted decisions with shared execution
Structured strategy automationPipeline AgentSkillRepeatable execution with backtest and monitoring
Hosted third-party runtimeIntegrated AgentSkillOpenClaw or Hermes hosted inside Orien
Paid developer productMCP or Skill marketMarketplace publishingRevenue from installs, subscriptions, or strategy distribution

Start here