Specification

UAI-1

Current draft specification for the first UAIX exchange model.

  • Record UAIX-SPEC-0036
  • Path /en-us/
  • Use Canonical citation copy

Document status

Public reference page Published on the UAIX standards surface
Code
UAIX-SPEC-0036
Surface
Specification
Access
Public and linkable

Reading room copy

Use this page as the canonical public reference for the current UAIX document path, section context, and standards-facing content.

Scope

UAI-1 defines a structured envelope for exchanging identity, intent, context, payload, outputs, and errors between AI systems.

Core requirements

  • Explicit versioning
  • Machine-readable structure
  • Portable payload handling
  • Clear error semantics

Reference exchange

{ "uaix_version": "1.0", "type": "intent", "source": "agent.alpha", "target": "agent.beta", "payload": { "action": "retrieve", "resource": "trackable", "id": "ABC123" } }