Version localizada en revision
Esta pagina aun no esta disponible como norma localizada revisada. Use la fuente inglesa autoritativa para lenguaje normativo, interpretacion de esquemas, obligaciones de implementacion y limites de soporte.
Herramientas
Esta pagina aun no esta disponible como norma localizada revisada. Use la fuente inglesa autoritativa para lenguaje normativo, interpretacion de esquemas, obligaciones de implementacion y limites de soporte.
Document status
Public standards page Published on UAIX as part of the current public standards recordCómo usar esta página
Use this page to inspect the live REST routes, OpenAPI document, copyable machine-facing starter requests, and the reference mock exchange.
Machine Surface
This page exists to stop implementers from reverse-engineering the WordPress REST surface. Resolve the live routes here, then move into the onboarding bundle, validation, mock-response testing, problem-detail handling, or pack assembly without guessing. Generated .uai package files are local memory and handoff records, not API endpoints or hosted enforcement routes.
Resolve first
The catalog and discovery routes tell automation what the current public surface is before any route-specific call is made.
Describe contract
Use the live OpenAPI export and the starter request patterns here instead of relying on scraped page copy or stale notes.
Carry forward
The route inventory matters most when it feeds the adoption bundle, a validator run, a live mock response, or a conformance packet that can travel into release review.
Search boundary
Machine JSON routes are marked as non-indexable execution surfaces with explicit cache policy, so search and citation should prefer the human documentation pages.
HTTP failures
Route lookup failures, malformed public POST bodies, body-size limits, and rate limits return RFC 9457-style application/problem+json with UAIX codes, retry guidance, evidence flags, and safe-harbor links.
Live routes
Proof path
Keep the public reading order tied to one evidence trail: profile, schema, example, validator result, and release record.
curl -s https://uaix.org/wp-json/uaix/v1/catalog
curl -s https://uaix.org/wp-json/uaix/v1/discovery
curl -s https://uaix.org/wp-json/uaix/v1/adoption-kit
curl -s https://uaix.org/wp-json/uaix/v1/openapi.json
curl -s -X POST https://uaix.org/wp-json/uaix/v1/mock-exchange -H "Content-Type: application/json" -d @mock-exchange-request.jsonUse the catalog and discovery routes first, then pull the adoption kit, inspect the OpenAPI document, or request one live mock response directly.