Skip to main content

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 ResponsibilitiesORBEXA Handles Automatically
Manage product information (name, price, inventory)UCP endpoint deployment and maintenance
Process orders and shipmentsACP product feed formatting and synchronization
Operate their own storeMCP 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:
FilePurposeUpdate Frequency
llms.txtTells AI agents about the merchant’s identity and capabilitiesReal-time on product changes
robots.txtAllows AI crawlers to access key resourcesOn configuration changes
sitemap.xmlIndex of all product pages4-hour cache, auto-invalidated on new products
agent.jsonAI agent service capability declarationOn capability changes
Schema.org JSON-LDStructured data markup for productsReal-time on product data changes

4. OTR Trust Scoring

ORBEXA operates the Open Trust Registry (OTR), covering trust assessment for 270,000+ domains:
  • Six-dimension assessment: V (Verification) / S (Security) / G (Governance) / T (Transparency) / D (Data Quality) / F (Financial)
  • 50+ 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:
MethodTarget PlatformTechnical Requirements
Shopify OAuth AppShopifyZero code, OAuth authorization only
WooCommerce PluginWooCommerceInstall plugin, enter API key
WordPress PluginWordPress (non-WooCommerce)One-click connection
API / Database IntegrationCustom sites / other platformsCSV import or API integration

Chapter Directory (8 Chapters)

  1. Platform Architecture — How ORBEXA automatically handles protocol compliance
  2. Shopify Integration — OAuth authorization, product sync, Webhooks
  3. WooCommerce Integration — Plugin installation, API connection, data sync
  4. WordPress Plugin Integration — One-click connection, content sync
  5. API and Database Integration — CSV import, ETL pipeline, custom integrations
  6. MCP Server — 5 tools, 3 resources, API key authentication
  7. Data Cleaning and Quality — AI Refinery Pipeline, flywheel learning, HITL
  8. API Reference and Rate Limiting — Endpoint catalog, authentication, rate limiting policies
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.