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

# ORBEXA Integrated Solution

> ORBEXA handles UCP/ACP/MCP protocol compliance automatically — product data cleaning, protocol endpoint deployment, and AI discoverability setup.

# ORBEXA Integrated Solution

## The Problem

The previous six books covered the complete protocol stack for AI agentic commerce: UCP for product discovery, ACP for agent-initiated transactions, MCP for tool connectivity, OTR for trust scoring, and SEO for AI.

Each protocol has its own specification, endpoint format, and data requirements. Implementing all protocols independently means:

* Deploying a `/.well-known/ucp` Profile and maintaining Checkout/Identity/Order endpoints
* Formatting product feeds to the ACP specification, configuring SFTP channels, and implementing 5 Checkout API endpoints
* Building an MCP Server that exposes product search and inventory query tools
* Writing llms.txt, configuring robots.txt, generating Sitemap, and deploying agent.json
* Implementing Schema.org JSON-LD markup
* Continuously monitoring and maintaining data consistency across all endpoints

For most merchants, this is simply not feasible.

## What ORBEXA Does

ORBEXA is an **Infrastructure as a Service (IaaS) platform for AI agentic commerce**. Once a merchant connects to ORBEXA, the platform automatically handles all protocol compliance work, allowing the merchant to focus on their products.

| Merchant Responsibilities                           | ORBEXA Handles Automatically                        |
| --------------------------------------------------- | --------------------------------------------------- |
| Manage product information (name, price, inventory) | UCP endpoint deployment and maintenance             |
| Process orders and shipments                        | ACP product feed formatting and synchronization     |
| Operate their own store                             | MCP Server tool exposure                            |
|                                                     | llms.txt / robots.txt / sitemap.xml auto-generation |
|                                                     | agent.json AI capability declaration                |
|                                                     | Schema.org JSON-LD markup                           |
|                                                     | Product data AI cleaning and standardization        |
|                                                     | OTR trust score monitoring                          |

## Core Capabilities

### 1. Automated Protocol Compliance

ORBEXA automatically deploys specification-compliant protocol endpoints for every connected merchant:

**UCP Endpoints** (based on UCP 2026-04-08 specification):

* `/.well-known/ucp` -- UCP discovery document
* `/ucp/v1/products` -- Product listing (JSON/TSV)
* `/ucp/v1/products/:id` -- Product details (with variants)
* `/ucp/v1/search` -- Full-text product search
* `/ucp/v1/checkout-sessions` -- Checkout sessions
* `/ucp/v1/manifest` -- Merchant capability declaration

**ACP Endpoints** (based on ACP 2026-01-30 specification):

* JSON-RPC 2.0: `commerce.search` / `commerce.checkout` / `commerce.order_status` / `commerce.product` / `commerce.capabilities`
* REST: `/acp/v1/products` / `/acp/v1/checkout`
* ACP Product Feed: `/ucp/acp-feed.json` (automatically formatted to ACP specification fields)

**MCP Endpoints**:

* `/api/mcp/tools` -- Tool listing
* `/api/mcp/execute` -- Tool execution
* `/api/mcp/resources` -- Resource listing
* `/api/mcp/prompts` -- Prompt listing

All endpoint product data is read in real time from the merchant's product database, ensuring that prices, inventory, and status are always consistent.

### 2. AI Product Data Cleaning

ORBEXA includes a built-in AI data cleaning engine (Refinery Pipeline) that automatically processes:

* **Field standardization**: Maps field names from different platforms to unified UCP/ACP standard fields
* **AI description optimization**: Automatically rewrites low-quality product descriptions to improve AI agent comprehension accuracy
* **Visual attribute extraction**: Automatically identifies color, material, style, and other attributes from product images
* **Category correction**: Continuously optimizes through hierarchical flywheel learning (merchant-level, category-level, global-level)
* **Human-in-the-Loop**: Supports manual review and correction of AI cleaning results

### 3. AI Discoverability Automation

After connecting to ORBEXA, the following files are automatically generated and continuously updated:

| File                 | Purpose                                                        | Update Frequency                               |
| -------------------- | -------------------------------------------------------------- | ---------------------------------------------- |
| `llms.txt`           | Tells AI agents about the merchant's identity and capabilities | Real-time on product changes                   |
| `robots.txt`         | Allows AI crawlers to access key resources                     | On configuration changes                       |
| `sitemap.xml`        | Index of all product pages                                     | 4-hour cache, auto-invalidated on new products |
| `agent.json`         | AI agent service capability declaration                        | On capability changes                          |
| `Schema.org JSON-LD` | Structured data markup for products                            | Real-time on product data changes              |

### 4. OTR Trust Scoring

ORBEXA operates the Open Trust Registry (OTR), covering trust assessment for 3,200,000+ domains:

* Six-dimension assessment: V (Verification) / S (Security) / G (Governance) / T (Transparency) / D (Data Quality) / F (Fulfillment)
* 77 assessment signals: SSL/DNS/GLEIF/Wikidata/SEC EDGAR/WebRisk and more
* REST API: `GET /api/otr/verify/:domain`
* MCP Server: `verify_merchant` / `search_registry` tools
* `.well-known/otr/verify` -- Standardized query endpoint
* PDF Trust Assessment Report generation

## Integration Methods

ORBEXA supports four integration methods, covering major e-commerce platforms and custom-built sites:

| Method                                           | Target Platform                | Technical Requirements              |
| ------------------------------------------------ | ------------------------------ | ----------------------------------- |
| [Shopify OAuth App](/en/book-7/ch2-shopify)      | Shopify                        | Zero code, OAuth authorization only |
| [WooCommerce Plugin](/en/book-7/ch3-woocommerce) | WooCommerce                    | Install plugin, enter API key       |
| [WordPress Plugin](/en/book-7/ch4-wordpress)     | WordPress (non-WooCommerce)    | One-click connection                |
| [API / Database Integration](/en/book-7/ch5-api) | Custom sites / other platforms | CSV import or API integration       |

## Chapter Directory (10 Chapters)

1. [Platform Architecture](/en/book-7/ch1-architecture) -- How ORBEXA automatically handles protocol compliance
2. [Shopify Integration](/en/book-7/ch2-shopify) -- OAuth authorization, product sync, Webhooks
3. [WooCommerce Integration](/en/book-7/ch3-woocommerce) -- Plugin installation, API connection, data sync
4. [WordPress Plugin Integration](/en/book-7/ch4-wordpress) -- One-click connection, content sync
5. [API and Database Integration](/en/book-7/ch5-api) -- CSV import, ETL pipeline, custom integrations
6. [MCP Server](/en/book-7/ch6-mcp-server) -- 5 tools, 3 resources, API key authentication
7. [Data Cleaning and Quality](/en/book-7/ch7-data-quality) -- AI Refinery Pipeline, flywheel learning, HITL
8. [API Reference and Rate Limiting](/en/book-7/ch8-api-reference) -- Endpoint catalog, authentication, rate limiting policies
9. [Merchant Dashboard](/en/book-7/ch9-dashboard) -- KPI monitoring, integration management, data quality, team members
10. [Troubleshooting Guide](/en/book-7/ch10-troubleshooting) -- Common errors, webhook debugging, sync failures, domain verification

<Note>
  ORBEXA is one of the protocol compliance tools covered in this knowledge base. Merchants may also choose to implement all protocol endpoints themselves -- the previous 6 books provide complete implementation guides and AI prompts. The value of ORBEXA lies in automating this work so merchants can focus on their products and operations.
</Note>
