Implement
onX

Technical resources for developers and architects implementing the onX standard.

Quick Start

  • Map your current payloads to onX objects.
  • Send a test tools call.
  • Validate with sample responses.

// Example: AI Agent Querying for orders via MCP tool

const response = await client.sendRequest(‘tools/call’, {

   name: ‘get-orders’,

   arguments: { ids: [orderId], includeLineItems: true },

});

Guides

Adapter Design

Translate fields, normalize enums, handle missing data.

Security

Mask PII, sign messages, rotate secrets.

Versioning

Semantic versioning with clear migration notes.