Role of the specification series
The specification section is the canonical written layer of UAI-1. Read it when you need the public contract, the semantic boundary of the standard, and the meaning that the machine-readable artifacts are expected to preserve.
How the current public record fits together
- UAI-1 defines the common envelope, profile semantics, support boundary, and conformance expectations.
- Schemas and the field registry turn that contract into machine-checkable structure and public keyed-to-keyless order.
- AI Memory explains durable project memory for AI systems and the live starter bundle shared with Project Handoff.
- Project Handoff explains the draft
AGENTS.md,readme.human, and.uairepository context layer for moving project state between AI models, agents, teams, and companies. - Agent File Handoff explains the AGENTS.md-triggered drop-folder intake pattern for files supplied by humans, other AI systems, and adjacent tools.
- Registry publishes the six current profile identifiers, their compatible pairings, and their schema/example links.
- Examples show request, response, capability, error, conformance, and async task-status records in working form.
- The Validator applies both structural validation and policy checks so the same public record can drive review and release gating.
- Implementations, Governance, and the Changelog explain what is currently supported and how changes become public truth.
Current published profile family
uai.intent.request.v1starts an explicit piece of work against a declared subject.uai.intent.response.v1closes that work or acknowledges it while preserving the same envelope.uai.capability.statement.v1publishes supported operations, profiles, endpoints, and security schemes.uai.error.v1gives failures a typed, path-aware public shape.uai.conformance.result.v1carries validator evidence in the same standards family.uai.task.status.v1keeps long-running async work visible instead of collapsing into private workflow state.
How to read the boundary correctly
- Use UAI-1 as the public exchange and release-record layer, not as a demand to replace every local tool bus, runtime protocol, or trust stack.
- Use adjacent orchestration or tool protocols for local execution concerns, then map the externally reviewable record back into UAI-1 when public interoperability matters.
- Use credential, signing, and transport systems as companion layers that are declared in the envelope rather than hard-coded as one mandatory stack.
Machine-readable discovery
Automation should resolve the public record through the discovery manifest and standards catalog rather than scraping page text. The discovery surface names the current routes, counts, and well-known entry points for the release.
Discovery
Machine-readable standards discovery
Resolve the current UAI-1 records from stable public endpoints without scraping page copy.
Discovery manifest
Well-known entry points
- Release
- UAI-1
- Schemas
- 63
- Profiles
- 63
- Examples
- 63
Public routes
Current machine-facing surface
- Catalog:
/wp-json/uaix/v1/catalog - Schemas:
/wp-json/uaix/v1/schemas - Registry:
/wp-json/uaix/v1/registry - Field registry:
/wp-json/uaix/v1/field-registry - Transport Bindings:
/wp-json/uaix/v1/transport-bindings - Trust Channels:
/wp-json/uaix/v1/trust-channels - Conformance Levels:
/wp-json/uaix/v1/conformance-levels - Error Registry:
/wp-json/uaix/v1/error-registry - Examples:
/wp-json/uaix/v1/examples - Validate (POST JSON):
/wp-json/uaix/v1/validate - Adoption Kit:
/wp-json/uaix/v1/adoption-kit - Mock Exchange:
/wp-json/uaix/v1/mock-exchange
Next step
Continue to UAI-1 for the normative contract, then move through Schemas, Registry, Examples, and the Validator in that order.
Architecture proposals
UAI-1 v1.0 remains the current published contract. Explore separately versioned proposals for independent exchange, capabilities, recovery and source preservation.
Proposed designs and local reference examples; hosted runtime services and independent interoperability are not claimed.
The English proposal is the source for normative interpretation.
Read the architecture proposals · Machine-readable proposal catalog