Why examples matter
Examples turn UAI-1 from a written contract into something teams can compare against running code. The current fixture set shows how the shared envelope, typed bodies, field-order governance, and validator evidence work together in real records.
What the current fixture set covers
uai.intent.request.v1for an explicit request entering the public contract.uai.intent.response.v1for a synchronous result or accepted async handoff.uai.capability.statement.v1for discovery-facing capability publication.uai.error.v1for typed failure handling.uai.conformance.result.v1for validator-backed evidence.uai.task.status.v1for async progress, blocking reasons, and completion signals.
How fixtures connect to the rest of the record
- Each example should map back to a concrete UAI-1 behavior.
- Each fixture should satisfy the matching schema and published registry entry.
- Each keyless transport view should remain aligned with the keyed source record through the field registry.
- The same fixture should be usable as a regression baseline in the Validator.
How implementers should use examples
- Start from the closest current fixture before inventing your own envelope variant.
- Keep readable keyed JSON as the reviewable source record, then derive compact transport from the published field order.
- Use request, response, error, and task-status fixtures together when your workflow can cross sync and async boundaries.
- Keep the validator result with the fixture whenever the example becomes release evidence.
Published example catalog
The examples below are version-controlled public fixtures used by the validator and linked from the registry.
Examples and fixtures
Published UAI-1 message examples
These examples are version-controlled fixtures for onboarding, interoperability checks, and validator regression tests. Start from the closest request, response, error, task-status, capability, or conformance-result fixture before inventing a new envelope.
Each readable keyed JSON record links to its profile, schema, and REST route; compact keyless views stay secondary and must follow the public field registry.
UAI-REGI-0001
UAI Intent Request v1
Request an explicit outcome or async task against a declared subject using the full UAI-1 envelope, trust metadata, and reviewable delivery controls.
- Profile
- uai.intent.request.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.intent.request.v1
{
"uai_version": "1.0",
"profile": "uai.intent.request.v1",
"message_id": "msg-2026-04-22-0001",
"source": {
"type": "agent",
"id": "agent.alpha",
"label": "Agent Alpha",
"uri": "https://agents.alpha.example/runtime",
"did": "did:web:agents.alpha.example",
"role": "requesting-agent",
"implementation": "alpha-runtime-2.4.1"
},
"target": {
"type": "service",
"id": "uaix.gateway",
"label": "UAIX Gateway",
"uri": "https://uaix.org/wp-json/uaix/v1/discovery",
"did": "did:web:uaix.org",
"role": "public-record-gateway",
"implementation": "uaix-core-0.4.0"
},
"conversation": {
"conversation_id": "conv-2026-04-22-uaix-001",
"turn_id": "turn-001",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2026-04-22T16:05:00Z",
"reply_requested": true,
"ack_required": true
},
"trust": {
"channel": "credentialed",
"auth_scheme": "did+vc",
"principal": "did:web:agents.alpha.example",
"credential_ref": "https://agents.alpha.example/credentials/uai-interop.json",
"signature_ref": "https://agents.alpha.example/signatures/msg-2026-04-22-0001.jws",
"replay_window_id": "rw-2026-04-22-0001"
},
"body": {
"intent": "resolve-profile",
"subject": "uai.task.status.v1",
"requested_profile": "uai.task.status.v1",
"parameters": {
"include_schema": true,
"include_example": true,
"include_field_registry": true
},
"constraints": [
"public-record-only",
"trace-linked",
"validator-ready"
],
"response_profile": "uai.intent.response.v1"
},
"provenance": {
"trace_id": "trace-7f3a2d",
"parent_trace_id": "trace-root-uaix-2026",
"issued_at": "2026-04-22T16:00:00Z",
"log_ref": "urn:uaix:log:2026:0001",
"agent_id": "agent.alpha",
"model_id": "model.alpha.reasoner-2",
"confidence": 0.98,
"lineage": [
{
"stage": "request-composition",
"actor_id": "agent.alpha",
"model_id": "model.alpha.reasoner-2",
"note": "Requested the async task-status profile and matching field registry."
}
]
},
"integrity": {
"version": 2,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:dd8a9d16c9226cc9d1f4888a4d2bbcbf06b5b4b8"
},
"extensions": [
{
"namespace": "urn:uaix:ext:delivery",
"purpose": "Explicit async request handling and expiry semantics.",
"critical": false
}
]
}[
"1.0",
"uai.intent.request.v1",
"msg-2026-04-22-0001",
[
"agent",
"agent.alpha",
"Agent Alpha",
"https://agents.alpha.example/runtime",
"did:web:agents.alpha.example",
"requesting-agent",
"alpha-runtime-2.4.1"
],
[
"service",
"uaix.gateway",
"UAIX Gateway",
"https://uaix.org/wp-json/uaix/v1/discovery",
"did:web:uaix.org",
"public-record-gateway",
"uaix-core-0.4.0"
],
[
"conv-2026-04-22-uaix-001",
"turn-001",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1
],
[
"async",
"interactive",
"2026-04-22T16:05:00Z",
true,
true
],
[
"credentialed",
"did+vc",
"did:web:agents.alpha.example",
"https://agents.alpha.example/credentials/uai-interop.json",
"https://agents.alpha.example/signatures/msg-2026-04-22-0001.jws",
"rw-2026-04-22-0001"
],
[
"resolve-profile",
"uai.task.status.v1",
"uai.task.status.v1",
{
"include_schema": true,
"include_example": true,
"include_field_registry": true
},
[
"public-record-only",
"trace-linked",
"validator-ready"
],
"uai.intent.response.v1"
],
[
"trace-7f3a2d",
"trace-root-uaix-2026",
"2026-04-22T16:00:00Z",
"urn:uaix:log:2026:0001",
"agent.alpha",
"model.alpha.reasoner-2",
0.98,
[
[
"request-composition",
"agent.alpha",
"model.alpha.reasoner-2",
"Requested the async task-status profile and matching field registry."
]
]
],
[
2,
"sha256",
"jcs",
"sha256:dd8a9d16c9226cc9d1f4888a4d2bbcbf06b5b4b8"
],
[
[
"urn:uaix:ext:delivery",
"Explicit async request handling and expiry semantics.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-REGI-0002
UAI Intent Response v1
Return a direct result or accepted-task handoff for a declared request while preserving conversation continuity, trust metadata, and release-ready evidence.
- Profile
- uai.intent.response.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.intent.response.v1
{
"uai_version": "1.0",
"profile": "uai.intent.response.v1",
"message_id": "msg-2026-04-22-0002",
"source": {
"type": "service",
"id": "uaix.gateway",
"label": "UAIX Gateway",
"uri": "https://uaix.org/wp-json/uaix/v1/discovery",
"did": "did:web:uaix.org",
"role": "public-record-gateway",
"implementation": "uaix-core-0.4.0"
},
"target": {
"type": "agent",
"id": "agent.alpha",
"label": "Agent Alpha",
"uri": "https://agents.alpha.example/runtime",
"did": "did:web:agents.alpha.example",
"role": "requesting-agent",
"implementation": "alpha-runtime-2.4.1"
},
"conversation": {
"conversation_id": "conv-2026-04-22-uaix-001",
"turn_id": "turn-002",
"parent_message_id": "msg-2026-04-22-0001",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-3e5f4f6f98c36d91-01",
"sequence": 2
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2026-04-22T16:05:00Z",
"reply_requested": false,
"ack_required": true,
"task_ref": "task-2026-04-22-0001"
},
"trust": {
"channel": "signed-envelope",
"auth_scheme": "jws",
"principal": "did:web:uaix.org",
"credential_ref": "https://uaix.org/.well-known/uai.json",
"signature_ref": "https://uaix.org/signatures/msg-2026-04-22-0002.jws",
"replay_window_id": "rw-2026-04-22-0002"
},
"body": {
"status": "accepted",
"subject": "uai.task.status.v1",
"request_message_id": "msg-2026-04-22-0001",
"result": {
"task_id": "task-2026-04-22-0001",
"status_profile": "uai.task.status.v1",
"status_url": "https://uaix.org/wp-json/uaix/v1/examples/uai.task.status.v1",
"field_registry_url": "https://uaix.org/wp-json/uaix/v1/field-registry"
},
"notices": [
"async-task-started",
"follow-status-profile"
],
"task_ref": "task-2026-04-22-0001"
},
"provenance": {
"trace_id": "trace-7f3a2d",
"parent_trace_id": "trace-root-uaix-2026",
"issued_at": "2026-04-22T16:00:03Z",
"log_ref": "urn:uaix:log:2026:0002",
"agent_id": "uaix.gateway",
"model_id": "model.uaix.dispatch-1",
"confidence": 0.99,
"lineage": [
{
"stage": "request-routing",
"actor_id": "uaix.gateway",
"model_id": "model.uaix.dispatch-1",
"note": "Accepted the request and created an async status record."
}
]
},
"integrity": {
"version": 2,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:45eaaf9d6225e9ba3ac7d45d742ac1f6f7cf6dfc"
},
"extensions": [
{
"namespace": "urn:uaix:ext:delivery",
"purpose": "Async handoff and task reference support.",
"critical": false
}
]
}[
"1.0",
"uai.intent.response.v1",
"msg-2026-04-22-0002",
[
"service",
"uaix.gateway",
"UAIX Gateway",
"https://uaix.org/wp-json/uaix/v1/discovery",
"did:web:uaix.org",
"public-record-gateway",
"uaix-core-0.4.0"
],
[
"agent",
"agent.alpha",
"Agent Alpha",
"https://agents.alpha.example/runtime",
"did:web:agents.alpha.example",
"requesting-agent",
"alpha-runtime-2.4.1"
],
[
"conv-2026-04-22-uaix-001",
"turn-002",
"msg-2026-04-22-0001",
"00-4bf92f3577b34da6a3ce929d0e0e4736-3e5f4f6f98c36d91-01",
2
],
[
"async",
"interactive",
"2026-04-22T16:05:00Z",
false,
true,
"task-2026-04-22-0001"
],
[
"signed-envelope",
"jws",
"did:web:uaix.org",
"https://uaix.org/.well-known/uai.json",
"https://uaix.org/signatures/msg-2026-04-22-0002.jws",
"rw-2026-04-22-0002"
],
[
"accepted",
"uai.task.status.v1",
"msg-2026-04-22-0001",
{
"task_id": "task-2026-04-22-0001",
"status_profile": "uai.task.status.v1",
"status_url": "https://uaix.org/wp-json/uaix/v1/examples/uai.task.status.v1",
"field_registry_url": "https://uaix.org/wp-json/uaix/v1/field-registry"
},
[
"async-task-started",
"follow-status-profile"
],
"task-2026-04-22-0001"
],
[
"trace-7f3a2d",
"trace-root-uaix-2026",
"2026-04-22T16:00:03Z",
"urn:uaix:log:2026:0002",
"uaix.gateway",
"model.uaix.dispatch-1",
0.99,
[
[
"request-routing",
"uaix.gateway",
"model.uaix.dispatch-1",
"Accepted the request and created an async status record."
]
]
],
[
2,
"sha256",
"jcs",
"sha256:45eaaf9d6225e9ba3ac7d45d742ac1f6f7cf6dfc"
],
[
[
"urn:uaix:ext:delivery",
"Async handoff and task reference support.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-REGI-0003
UAI Capability Statement v1
Publish capability, endpoint, security, async workflow, and extension-support metadata so adjacent systems can resolve what an implementation actually supports.
- Profile
- uai.capability.statement.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.capability.statement.v1
{
"uai_version": "1.0",
"profile": "uai.capability.statement.v1",
"message_id": "msg-2026-04-22-0003",
"source": {
"type": "service",
"id": "uaix.gateway",
"label": "UAIX Gateway",
"uri": "https://uaix.org/wp-json/uaix/v1/discovery",
"did": "did:web:uaix.org",
"role": "capability-publisher",
"implementation": "uaix-core-0.4.0"
},
"target": {
"type": "public-record",
"id": "uaix.registry",
"label": "UAIX Registry",
"uri": "https://uaix.org/en-us/registry/",
"did": "did:web:uaix.org",
"role": "public-standards-record",
"implementation": "uaix-authority-theme-2.1.0"
},
"conversation": {
"conversation_id": "conv-2026-04-22-uaix-capability-001",
"turn_id": "turn-001",
"sequence": 1
},
"delivery": {
"mode": "event",
"priority": "routine",
"expires_at": "2026-05-22T00:00:00Z",
"reply_requested": false,
"ack_required": false
},
"trust": {
"channel": "signed-envelope",
"auth_scheme": "jws",
"principal": "did:web:uaix.org",
"credential_ref": "https://uaix.org/.well-known/uai.json",
"signature_ref": "https://uaix.org/signatures/msg-2026-04-22-0003.jws",
"replay_window_id": "rw-2026-04-22-0003"
},
"body": {
"capability_id": "uaix.gateway.discovery",
"version": "1.1.0",
"operations": [
"resolve-profile",
"publish-capability",
"validate-message"
],
"input_profiles": [
"uai.intent.request.v1",
"uai.capability.statement.v1",
"uai.agent.message.v1",
"uai.agent.ack.v1",
"uai.agent.task-status.v1",
"uai.agent.blocker.v1",
"uai.agent.memory-proposal.v1",
"uai.agent.handoff.v1",
"uai.agent.final-report.v1",
"uai.agent.correction.v1"
],
"output_profiles": [
"uai.intent.response.v1",
"uai.error.v1",
"uai.conformance.result.v1",
"uai.agent.ack.v1",
"uai.agent.blocker.v1",
"uai.agent.final-report.v1"
],
"async_profiles": [
"uai.task.status.v1"
],
"security_schemes": [
{
"id": "did-vc",
"type": "credentialed",
"binding": "did+vc over HTTPS"
},
{
"id": "jws-envelope",
"type": "signed-envelope",
"binding": "detached JWS reference"
}
],
"transport_bindings": [
"https-json-envelope.v1",
"https-json-keyless.v1"
],
"conformance_levels": [
"L1-core-envelope",
"L2-profile-validation",
"L3-trust-and-integrity",
"L4-public-record-publisher",
"L5-agent-communication-profiles",
"L6-reliable-delegation-idempotency-correlation",
"L7-capability-negotiation"
],
"error_codes": [
"invalid_message",
"unknown_profile",
"auth_required",
"task_not_found",
"conformance_failed",
"capability_not_supported",
"idempotency_required",
"invalid_correlation_id",
"memory_secret_detected",
"cold_memory_promotion_blocked",
"blocker_requires_human_review",
"final_report_incomplete"
],
"endpoints": [
{
"kind": "discovery",
"url": "https://uaix.org/wp-json/uaix/v1/discovery",
"method": "GET"
},
{
"kind": "validate",
"url": "https://uaix.org/wp-json/uaix/v1/validate",
"method": "POST"
},
{
"kind": "field-registry",
"url": "https://uaix.org/wp-json/uaix/v1/field-registry",
"method": "GET"
},
{
"kind": "transport-bindings",
"url": "https://uaix.org/wp-json/uaix/v1/transport-bindings",
"method": "GET"
},
{
"kind": "trust-channels",
"url": "https://uaix.org/wp-json/uaix/v1/trust-channels",
"method": "GET"
},
{
"kind": "conformance-levels",
"url": "https://uaix.org/wp-json/uaix/v1/conformance-levels",
"method": "GET"
},
{
"kind": "error-registry",
"url": "https://uaix.org/wp-json/uaix/v1/error-registry",
"method": "GET"
}
],
"extension_namespaces": [
"urn:uaix:ext:delivery",
"urn:uaix:ext:evidence"
],
"implementation_tracks": [
"WordPress Publication Track",
".NET Bridge Track"
]
},
"provenance": {
"trace_id": "trace-7f3a2d",
"issued_at": "2026-04-22T16:00:07Z",
"log_ref": "urn:uaix:log:2026:0003",
"agent_id": "uaix.gateway",
"model_id": "model.uaix.discovery-1",
"confidence": 1,
"lineage": [
{
"stage": "capability-publication",
"actor_id": "uaix.gateway",
"model_id": "model.uaix.discovery-1",
"note": "Published current discovery, validation, transport, trust, conformance, and field-registry surfaces."
}
]
},
"integrity": {
"version": 2,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:72bb178efc2221fb5c9d50bcb1fdab37d4ca2f4d"
},
"extensions": [
{
"namespace": "urn:uaix:ext:evidence",
"purpose": "Links machine-readable capability claims to public implementation evidence.",
"critical": false
}
]
}[
"1.0",
"uai.capability.statement.v1",
"msg-2026-04-22-0003",
[
"service",
"uaix.gateway",
"UAIX Gateway",
"https://uaix.org/wp-json/uaix/v1/discovery",
"did:web:uaix.org",
"capability-publisher",
"uaix-core-0.4.0"
],
[
"public-record",
"uaix.registry",
"UAIX Registry",
"https://uaix.org/en-us/registry/",
"did:web:uaix.org",
"public-standards-record",
"uaix-authority-theme-2.1.0"
],
[
"conv-2026-04-22-uaix-capability-001",
"turn-001",
null,
null,
1
],
[
"event",
"routine",
"2026-05-22T00:00:00Z",
false,
false
],
[
"signed-envelope",
"jws",
"did:web:uaix.org",
"https://uaix.org/.well-known/uai.json",
"https://uaix.org/signatures/msg-2026-04-22-0003.jws",
"rw-2026-04-22-0003"
],
[
"uaix.gateway.discovery",
"1.1.0",
[
"resolve-profile",
"publish-capability",
"validate-message"
],
[
"uai.intent.request.v1",
"uai.capability.statement.v1",
"uai.agent.message.v1",
"uai.agent.ack.v1",
"uai.agent.task-status.v1",
"uai.agent.blocker.v1",
"uai.agent.memory-proposal.v1",
"uai.agent.handoff.v1",
"uai.agent.final-report.v1",
"uai.agent.correction.v1"
],
[
"uai.intent.response.v1",
"uai.error.v1",
"uai.conformance.result.v1",
"uai.agent.ack.v1",
"uai.agent.blocker.v1",
"uai.agent.final-report.v1"
],
[
"uai.task.status.v1"
],
[
{
"id": "did-vc",
"type": "credentialed",
"binding": "did+vc over HTTPS"
},
{
"id": "jws-envelope",
"type": "signed-envelope",
"binding": "detached JWS reference"
}
],
[
"https-json-envelope.v1",
"https-json-keyless.v1"
],
[
"L1-core-envelope",
"L2-profile-validation",
"L3-trust-and-integrity",
"L4-public-record-publisher",
"L5-agent-communication-profiles",
"L6-reliable-delegation-idempotency-correlation",
"L7-capability-negotiation"
],
[
"invalid_message",
"unknown_profile",
"auth_required",
"task_not_found",
"conformance_failed",
"capability_not_supported",
"idempotency_required",
"invalid_correlation_id",
"memory_secret_detected",
"cold_memory_promotion_blocked",
"blocker_requires_human_review",
"final_report_incomplete"
],
[
{
"kind": "discovery",
"url": "https://uaix.org/wp-json/uaix/v1/discovery",
"method": "GET"
},
{
"kind": "validate",
"url": "https://uaix.org/wp-json/uaix/v1/validate",
"method": "POST"
},
{
"kind": "field-registry",
"url": "https://uaix.org/wp-json/uaix/v1/field-registry",
"method": "GET"
},
{
"kind": "transport-bindings",
"url": "https://uaix.org/wp-json/uaix/v1/transport-bindings",
"method": "GET"
},
{
"kind": "trust-channels",
"url": "https://uaix.org/wp-json/uaix/v1/trust-channels",
"method": "GET"
},
{
"kind": "conformance-levels",
"url": "https://uaix.org/wp-json/uaix/v1/conformance-levels",
"method": "GET"
},
{
"kind": "error-registry",
"url": "https://uaix.org/wp-json/uaix/v1/error-registry",
"method": "GET"
}
],
[
"urn:uaix:ext:delivery",
"urn:uaix:ext:evidence"
],
[
"WordPress Publication Track",
".NET Bridge Track"
]
],
[
"trace-7f3a2d",
null,
"2026-04-22T16:00:07Z",
"urn:uaix:log:2026:0003",
"uaix.gateway",
"model.uaix.discovery-1",
1,
[
[
"capability-publication",
"uaix.gateway",
"model.uaix.discovery-1",
"Published current discovery, validation, transport, trust, conformance, and field-registry surfaces."
]
]
],
[
2,
"sha256",
"jcs",
"sha256:72bb178efc2221fb5c9d50bcb1fdab37d4ca2f4d"
],
[
[
"urn:uaix:ext:evidence",
"Links machine-readable capability claims to public implementation evidence.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-REGI-0004
UAI Error v1
Report validation, transport, authorization, or execution failures using a typed problem-details-style envelope with retry and path-level detail.
- Profile
- uai.error.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.error.v1
{
"uai_version": "1.0",
"profile": "uai.error.v1",
"message_id": "msg-2026-04-22-0004",
"source": {
"type": "service",
"id": "uaix.validator",
"label": "UAIX Validator",
"uri": "https://uaix.org/en-us/tools/validator/",
"did": "did:web:uaix.org",
"role": "conformance-checker",
"implementation": "uaix-core-0.4.0"
},
"target": {
"type": "agent",
"id": "agent.alpha",
"label": "Agent Alpha",
"uri": "https://agents.alpha.example/runtime",
"did": "did:web:agents.alpha.example",
"role": "requesting-agent",
"implementation": "alpha-runtime-2.4.1"
},
"conversation": {
"conversation_id": "conv-2026-04-22-uaix-001",
"turn_id": "turn-003",
"parent_message_id": "msg-2026-04-22-0001",
"sequence": 3
},
"delivery": {
"mode": "sync",
"priority": "interactive",
"expires_at": "2026-04-22T16:05:00Z",
"reply_requested": false,
"ack_required": false
},
"trust": {
"channel": "signed-envelope",
"auth_scheme": "jws",
"principal": "did:web:uaix.org",
"credential_ref": "https://uaix.org/.well-known/uai.json",
"signature_ref": "https://uaix.org/signatures/msg-2026-04-22-0004.jws",
"replay_window_id": "rw-2026-04-22-0004"
},
"body": {
"type": "https://uaix.org/problems/unknown-profile",
"title": "Unknown public profile",
"detail": "The declared profile is not present in the published UAI-1 registry.",
"status": 404,
"code": "unknown_profile",
"uaixCode": "UAIX_UNKNOWN_PROFILE",
"uaixCategory": "schema_mismatch",
"uaixSeverity": "error",
"retryable": false,
"instance": "https://uaix.org/errors/msg-2026-04-22-0004",
"documentationUrl": "https://uaix.org/en-us/tools/validator/",
"safeHarborUrl": "https://uaix.org/en-us/about/contact-and-review/",
"supportReference": "UAIX public validator issue record",
"traceId": "trace-7f3a2d",
"correlationId": "conv-2026-04-22-uaix-001",
"evidenceRecommended": true,
"suspensionRecommended": false,
"redactionApplied": false,
"errors": [
{
"path": "$.profile",
"code": "unknown_profile",
"message": "Use a published UAI-1 profile from the registry.",
"schemaPointer": "/profile",
"payloadPointer": "/profile"
}
],
"next_step": "Resolve the current registry entry before retrying validation."
},
"provenance": {
"trace_id": "trace-7f3a2d",
"parent_trace_id": "trace-root-uaix-2026",
"issued_at": "2026-04-22T16:00:11Z",
"log_ref": "urn:uaix:log:2026:0004",
"agent_id": "uaix.validator",
"model_id": "model.uaix.validator-1",
"confidence": 1,
"lineage": [
{
"stage": "validation-failure",
"actor_id": "uaix.validator",
"model_id": "model.uaix.validator-1",
"note": "Rejected an unpublished profile identifier."
}
]
},
"integrity": {
"version": 2,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:3f9a1f0c7a23a4921af647e7dbf52aeed8f2f11f"
},
"extensions": []
}[
"1.0",
"uai.error.v1",
"msg-2026-04-22-0004",
[
"service",
"uaix.validator",
"UAIX Validator",
"https://uaix.org/en-us/tools/validator/",
"did:web:uaix.org",
"conformance-checker",
"uaix-core-0.4.0"
],
[
"agent",
"agent.alpha",
"Agent Alpha",
"https://agents.alpha.example/runtime",
"did:web:agents.alpha.example",
"requesting-agent",
"alpha-runtime-2.4.1"
],
[
"conv-2026-04-22-uaix-001",
"turn-003",
"msg-2026-04-22-0001",
null,
3
],
[
"sync",
"interactive",
"2026-04-22T16:05:00Z",
false,
false
],
[
"signed-envelope",
"jws",
"did:web:uaix.org",
"https://uaix.org/.well-known/uai.json",
"https://uaix.org/signatures/msg-2026-04-22-0004.jws",
"rw-2026-04-22-0004"
],
[
"https://uaix.org/problems/unknown-profile",
"Unknown public profile",
"The declared profile is not present in the published UAI-1 registry.",
404,
"unknown_profile",
"UAIX_UNKNOWN_PROFILE",
"schema_mismatch",
"error",
false,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
"https://uaix.org/en-us/tools/validator/",
"https://uaix.org/en-us/about/contact-and-review/",
"UAIX public validator issue record",
"trace-7f3a2d",
"conv-2026-04-22-uaix-001",
true,
false,
false,
"https://uaix.org/errors/msg-2026-04-22-0004",
[
[
"$.profile",
"unknown_profile",
"Use a published UAI-1 profile from the registry.",
"/profile",
"/profile"
]
],
"Resolve the current registry entry before retrying validation."
],
[
"trace-7f3a2d",
"trace-root-uaix-2026",
"2026-04-22T16:00:11Z",
"urn:uaix:log:2026:0004",
"uaix.validator",
"model.uaix.validator-1",
1,
[
[
"validation-failure",
"uaix.validator",
"model.uaix.validator-1",
"Rejected an unpublished profile identifier."
]
]
],
[
2,
"sha256",
"jcs",
"sha256:3f9a1f0c7a23a4921af647e7dbf52aeed8f2f11f"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-REGI-0005
UAI Conformance Result v1
Capture validator output, artifact references, and issue summaries in the same public message family so proof can travel with the release record.
- Profile
- uai.conformance.result.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.conformance.result.v1
{
"uai_version": "1.0",
"profile": "uai.conformance.result.v1",
"message_id": "msg-2026-04-22-0005",
"source": {
"type": "service",
"id": "uaix.validator",
"label": "UAIX Validator",
"uri": "https://uaix.org/en-us/tools/validator/",
"did": "did:web:uaix.org",
"role": "conformance-checker",
"implementation": "uaix-core-0.4.0"
},
"target": {
"type": "message",
"id": "msg-2026-04-22-0001",
"label": "UAI Intent Request v1",
"uri": "https://uaix.org/wp-json/uaix/v1/examples/uai.intent.request.v1",
"did": "did:web:uaix.org",
"role": "checked-record",
"implementation": "uai.intent.request.v1"
},
"conversation": {
"conversation_id": "conv-2026-04-22-uaix-validator-001",
"turn_id": "turn-001",
"parent_message_id": "msg-2026-04-22-0001",
"sequence": 1
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2026-04-29T16:00:15Z",
"reply_requested": false,
"ack_required": false
},
"trust": {
"channel": "signed-envelope",
"auth_scheme": "jws",
"principal": "did:web:uaix.org",
"credential_ref": "https://uaix.org/.well-known/uai.json",
"signature_ref": "https://uaix.org/signatures/msg-2026-04-22-0005.jws",
"replay_window_id": "rw-2026-04-22-0005"
},
"body": {
"status": "pass",
"checked_profile": "uai.intent.request.v1",
"issues": [],
"summary": {
"error_count": 0,
"warning_count": 0,
"checked_at": "2026-04-22T16:00:15Z"
},
"artifacts": {
"catalog_url": "https://uaix.org/wp-json/uaix/v1/catalog",
"schema_url": "https://uaix.org/wp-json/uaix/v1/schemas/uai.intent.request.v1",
"registry_url": "https://uaix.org/wp-json/uaix/v1/registry/uai.intent.request.v1",
"example_url": "https://uaix.org/wp-json/uaix/v1/examples/uai.intent.request.v1",
"field_registry_url": "https://uaix.org/wp-json/uaix/v1/field-registry",
"transport_bindings_url": "https://uaix.org/wp-json/uaix/v1/transport-bindings",
"trust_channels_url": "https://uaix.org/wp-json/uaix/v1/trust-channels",
"conformance_levels_url": "https://uaix.org/wp-json/uaix/v1/conformance-levels",
"error_registry_url": "https://uaix.org/wp-json/uaix/v1/error-registry",
"validate_url": "https://uaix.org/wp-json/uaix/v1/validate"
},
"target_message_ref": "msg-2026-04-22-0001"
},
"provenance": {
"trace_id": "trace-7f3a2d",
"parent_trace_id": "trace-root-uaix-2026",
"issued_at": "2026-04-22T16:00:15Z",
"log_ref": "urn:uaix:log:2026:0005",
"agent_id": "uaix.validator",
"model_id": "model.uaix.validator-1",
"confidence": 1,
"lineage": [
{
"stage": "conformance-export",
"actor_id": "uaix.validator",
"model_id": "model.uaix.validator-1",
"note": "Generated a portable conformance record with the exact transport, trust, error, and conformance references used during the check."
}
]
},
"integrity": {
"version": 2,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:8e0a46018d6f1cfaef0b7ab9de52e8503b119a91"
},
"extensions": [
{
"namespace": "urn:uaix:ext:evidence",
"purpose": "Links the conformance record to exact catalog artifacts.",
"critical": false
}
]
}[
"1.0",
"uai.conformance.result.v1",
"msg-2026-04-22-0005",
[
"service",
"uaix.validator",
"UAIX Validator",
"https://uaix.org/en-us/tools/validator/",
"did:web:uaix.org",
"conformance-checker",
"uaix-core-0.4.0"
],
[
"message",
"msg-2026-04-22-0001",
"UAI Intent Request v1",
"https://uaix.org/wp-json/uaix/v1/examples/uai.intent.request.v1",
"did:web:uaix.org",
"checked-record",
"uai.intent.request.v1"
],
[
"conv-2026-04-22-uaix-validator-001",
"turn-001",
"msg-2026-04-22-0001",
null,
1
],
[
"sync",
"routine",
"2026-04-29T16:00:15Z",
false,
false
],
[
"signed-envelope",
"jws",
"did:web:uaix.org",
"https://uaix.org/.well-known/uai.json",
"https://uaix.org/signatures/msg-2026-04-22-0005.jws",
"rw-2026-04-22-0005"
],
[
"pass",
"uai.intent.request.v1",
[],
{
"error_count": 0,
"warning_count": 0,
"checked_at": "2026-04-22T16:00:15Z"
},
{
"catalog_url": "https://uaix.org/wp-json/uaix/v1/catalog",
"schema_url": "https://uaix.org/wp-json/uaix/v1/schemas/uai.intent.request.v1",
"registry_url": "https://uaix.org/wp-json/uaix/v1/registry/uai.intent.request.v1",
"example_url": "https://uaix.org/wp-json/uaix/v1/examples/uai.intent.request.v1",
"field_registry_url": "https://uaix.org/wp-json/uaix/v1/field-registry",
"transport_bindings_url": "https://uaix.org/wp-json/uaix/v1/transport-bindings",
"trust_channels_url": "https://uaix.org/wp-json/uaix/v1/trust-channels",
"conformance_levels_url": "https://uaix.org/wp-json/uaix/v1/conformance-levels",
"error_registry_url": "https://uaix.org/wp-json/uaix/v1/error-registry",
"validate_url": "https://uaix.org/wp-json/uaix/v1/validate"
},
"msg-2026-04-22-0001"
],
[
"trace-7f3a2d",
"trace-root-uaix-2026",
"2026-04-22T16:00:15Z",
"urn:uaix:log:2026:0005",
"uaix.validator",
"model.uaix.validator-1",
1,
[
[
"conformance-export",
"uaix.validator",
"model.uaix.validator-1",
"Generated a portable conformance record with the exact transport, trust, error, and conformance references used during the check."
]
]
],
[
2,
"sha256",
"jcs",
"sha256:8e0a46018d6f1cfaef0b7ab9de52e8503b119a91"
],
[
[
"urn:uaix:ext:evidence",
"Links the conformance record to exact catalog artifacts.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-REGI-0006
UAI Task Status v1
Publish long-running task state, progress, blockers, and result references so async agent work stays auditable instead of disappearing into private workflow state.
- Profile
- uai.task.status.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.task.status.v1
{
"uai_version": "1.0",
"profile": "uai.task.status.v1",
"message_id": "msg-2026-04-22-0006",
"source": {
"type": "service",
"id": "uaix.gateway",
"label": "UAIX Gateway",
"uri": "https://uaix.org/wp-json/uaix/v1/discovery",
"did": "did:web:uaix.org",
"role": "task-publisher",
"implementation": "uaix-core-0.4.0"
},
"target": {
"type": "agent",
"id": "agent.alpha",
"label": "Agent Alpha",
"uri": "https://agents.alpha.example/runtime",
"did": "did:web:agents.alpha.example",
"role": "requesting-agent",
"implementation": "alpha-runtime-2.4.1"
},
"conversation": {
"conversation_id": "conv-2026-04-22-uaix-001",
"turn_id": "turn-004",
"parent_message_id": "msg-2026-04-22-0002",
"sequence": 4
},
"delivery": {
"mode": "event",
"priority": "interactive",
"expires_at": "2026-04-22T16:20:00Z",
"reply_requested": false,
"ack_required": false,
"task_ref": "task-2026-04-22-0001"
},
"trust": {
"channel": "signed-envelope",
"auth_scheme": "jws",
"principal": "did:web:uaix.org",
"credential_ref": "https://uaix.org/.well-known/uai.json",
"signature_ref": "https://uaix.org/signatures/msg-2026-04-22-0006.jws",
"replay_window_id": "rw-2026-04-22-0006"
},
"body": {
"task_id": "task-2026-04-22-0001",
"state": "working",
"subject": "uai.task.status.v1",
"progress": 60,
"status_message": "Field registry resolved and schema packet assembled; release evidence is being prepared.",
"result_profile": "uai.intent.response.v1",
"result_ref": "https://uaix.org/wp-json/uaix/v1/examples/uai.intent.response.v1",
"blocking_reasons": [],
"updated_fields": [
"body.progress",
"body.status_message",
"body.result_ref"
]
},
"provenance": {
"trace_id": "trace-7f3a2d",
"parent_trace_id": "trace-root-uaix-2026",
"issued_at": "2026-04-22T16:00:20Z",
"log_ref": "urn:uaix:log:2026:0006",
"agent_id": "uaix.gateway",
"model_id": "model.uaix.dispatch-1",
"confidence": 0.97,
"lineage": [
{
"stage": "task-status-update",
"actor_id": "uaix.gateway",
"model_id": "model.uaix.dispatch-1",
"note": "Published a mid-run status update for the async request."
}
]
},
"integrity": {
"version": 2,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:14a53b2b665690ad9ac1b85793a6335cb55bb67e"
},
"extensions": [
{
"namespace": "urn:uaix:ext:delivery",
"purpose": "Explicit async task update routing.",
"critical": false
}
]
}[
"1.0",
"uai.task.status.v1",
"msg-2026-04-22-0006",
[
"service",
"uaix.gateway",
"UAIX Gateway",
"https://uaix.org/wp-json/uaix/v1/discovery",
"did:web:uaix.org",
"task-publisher",
"uaix-core-0.4.0"
],
[
"agent",
"agent.alpha",
"Agent Alpha",
"https://agents.alpha.example/runtime",
"did:web:agents.alpha.example",
"requesting-agent",
"alpha-runtime-2.4.1"
],
[
"conv-2026-04-22-uaix-001",
"turn-004",
"msg-2026-04-22-0002",
null,
4
],
[
"event",
"interactive",
"2026-04-22T16:20:00Z",
false,
false,
"task-2026-04-22-0001"
],
[
"signed-envelope",
"jws",
"did:web:uaix.org",
"https://uaix.org/.well-known/uai.json",
"https://uaix.org/signatures/msg-2026-04-22-0006.jws",
"rw-2026-04-22-0006"
],
[
"task-2026-04-22-0001",
"working",
"uai.task.status.v1",
60,
"Field registry resolved and schema packet assembled; release evidence is being prepared.",
"uai.intent.response.v1",
"https://uaix.org/wp-json/uaix/v1/examples/uai.intent.response.v1",
[],
[
"body.progress",
"body.status_message",
"body.result_ref"
]
],
[
"trace-7f3a2d",
"trace-root-uaix-2026",
"2026-04-22T16:00:20Z",
"urn:uaix:log:2026:0006",
"uaix.gateway",
"model.uaix.dispatch-1",
0.97,
[
[
"task-status-update",
"uaix.gateway",
"model.uaix.dispatch-1",
"Published a mid-run status update for the async request."
]
]
],
[
2,
"sha256",
"jcs",
"sha256:14a53b2b665690ad9ac1b85793a6335cb55bb67e"
],
[
[
"urn:uaix:ext:delivery",
"Explicit async task update routing.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-AGENT-0001
UAI Agent Message v1
Canonical UAI-1 envelope packet for informational, directive, or query agent communication with context references, acknowledgement requirements, idempotency, correlation, and support boundaries.
- Profile
- uai.agent.message.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.agent.message.v1
{
"uai_version": "1.0",
"profile": "uai.agent.message.v1",
"message_id": "msg_uaix_agent_message_0001",
"source": {
"type": "agent",
"id": "agt_uaix.publisher",
"label": "UAIX Publication Agent",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org",
"implementation": "uaix-core"
},
"target": {
"type": "runtime",
"id": "agt_runtime.consumer",
"label": "Runtime Implementer",
"uri": "https://example.invalid/runtime",
"role": "runtime-implementer",
"project": "example-runtime",
"implementation": "external-runtime"
},
"conversation": {
"conversation_id": "conv_20260531_agent_standard",
"turn_id": "turn_001",
"parent_message_id": "none",
"correlation_id": "corr_20260531_agent_standard",
"traceparent": "00-11111111111111111111111111111111-0000000000000001-01",
"sequence": 1
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": true,
"ack_required": true,
"task_ref": "task_uaix_agent_standard_001",
"idempotency_key": "idem_20260531_agent_message_0001",
"retry_count": 0,
"sequence": 1,
"lifecycle": "transmitted",
"timeout_ms": 300000,
"fallback_directive": "Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
"expected_output_schema": {
"profile": "uai.agent.ack.v1"
}
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signature_ref": "https://uaix.org/.well-known/uaix.json",
"replay_window_id": "rw-uaix-agent-standard-20260531"
},
"body": {
"message_type": "directive",
"content": "Validate this packet against the published UAIX agent communication schema before any runtime acts on it.",
"context_refs": [
"https://uaix.org/en-us/guides/agent-communication-operating-model/",
"https://uaix.org/wp-json/uaix/v1/registry/uai.agent.message.v1"
],
"requires_acknowledgement": true,
"intent_semantics": "delegation",
"action_type": "publishing_action",
"execution_constraints": {
"timeout_ms": 300000,
"fallback_directive": "Return uai.agent.blocker.v1 with blocker_type unsupported_capability when the receiver cannot validate.",
"expected_output_schema": {
"profile": "uai.agent.ack.v1",
"required_body_fields": [
"acknowledged_message_id",
"status"
]
},
"allowed_actions": [
"validate packet",
"return acknowledgement",
"report blocker"
],
"forbidden_actions": [
"execute UAIX-hosted work",
"write repositories",
"expose secrets"
]
},
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
},
"provenance": {
"trace_id": "trace_20260531_agent_standard",
"parent_trace_id": "trace_root_uaix_agent_standard",
"issued_at": "2026-05-31T18:00:00Z",
"log_ref": "urn:uaix:log:agent-standard:20260531:message_0001",
"agent_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1,
"lineage": [
{
"stage": "agent-communication-standard-release",
"actor_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"note": "Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": [
{
"namespace": "urn:uaix:ext:agent-communication-standard",
"purpose": "Documents UAI-1 agent communication expansion fields without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uai.agent.message.v1",
"msg_uaix_agent_message_0001",
[
"agent",
"agt_uaix.publisher",
"UAIX Publication Agent",
"https://uaix.org/",
null,
"standard-publisher",
"uaix-core",
"uaix.org"
],
[
"runtime",
"agt_runtime.consumer",
"Runtime Implementer",
"https://example.invalid/runtime",
null,
"runtime-implementer",
"external-runtime",
"example-runtime"
],
[
"conv_20260531_agent_standard",
"turn_001",
"none",
"00-11111111111111111111111111111111-0000000000000001-01",
1,
"corr_20260531_agent_standard"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
true,
true,
"task_uaix_agent_standard_001",
"idem_20260531_agent_message_0001",
0,
1,
"transmitted",
300000,
"Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
{
"profile": "uai.agent.ack.v1"
}
],
[
"public-web",
"https",
"https://uaix.org",
null,
"https://uaix.org/.well-known/uaix.json",
"rw-uaix-agent-standard-20260531"
],
[
"directive",
"Validate this packet against the published UAIX agent communication schema before any runtime acts on it.",
[
"https://uaix.org/en-us/guides/agent-communication-operating-model/",
"https://uaix.org/wp-json/uaix/v1/registry/uai.agent.message.v1"
],
true,
"delegation",
"publishing_action",
{
"timeout_ms": 300000,
"fallback_directive": "Return uai.agent.blocker.v1 with blocker_type unsupported_capability when the receiver cannot validate.",
"expected_output_schema": {
"profile": "uai.agent.ack.v1",
"required_body_fields": [
"acknowledged_message_id",
"status"
]
},
"allowed_actions": [
"validate packet",
"return acknowledgement",
"report blocker"
],
"forbidden_actions": [
"execute UAIX-hosted work",
"write repositories",
"expose secrets"
]
},
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
],
[
"trace_20260531_agent_standard",
"trace_root_uaix_agent_standard",
"2026-05-31T18:00:00Z",
"urn:uaix:log:agent-standard:20260531:message_0001",
"agt_uaix.publisher",
"model.uaix.standard-publication",
1,
[
[
"agent-communication-standard-release",
"agt_uaix.publisher",
"model.uaix.standard-publication",
"Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[
[
"urn:uaix:ext:agent-communication-standard",
"Documents UAI-1 agent communication expansion fields without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-AGENT-0002
UAI Agent Acknowledgement v1
Canonical UAI-1 envelope acknowledgement packet for receipt, parsing, validation, rejection, and acknowledgement-loop closure.
- Profile
- uai.agent.ack.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.agent.ack.v1
{
"uai_version": "1.0",
"profile": "uai.agent.ack.v1",
"message_id": "msg_uaix_agent_ack_0002",
"source": {
"type": "agent",
"id": "agt_uaix.publisher",
"label": "UAIX Publication Agent",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org",
"implementation": "uaix-core"
},
"target": {
"type": "runtime",
"id": "agt_runtime.consumer",
"label": "Runtime Implementer",
"uri": "https://example.invalid/runtime",
"role": "runtime-implementer",
"project": "example-runtime",
"implementation": "external-runtime"
},
"conversation": {
"conversation_id": "conv_20260531_agent_standard",
"turn_id": "turn_002",
"parent_message_id": "msg_uaix_agent_message_0001",
"correlation_id": "corr_20260531_agent_standard",
"traceparent": "00-11111111111111111111111111111111-0000000000000002-01",
"sequence": 2
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"task_ref": "task_uaix_agent_standard_001",
"idempotency_key": "idem_20260531_agent_ack_0002",
"retry_count": 0,
"sequence": 2,
"lifecycle": "validated",
"timeout_ms": 300000,
"fallback_directive": "Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
"expected_output_schema": {
"profile": "uai.agent.ack.v1"
}
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signature_ref": "https://uaix.org/.well-known/uaix.json",
"replay_window_id": "rw-uaix-agent-standard-20260531"
},
"body": {
"acknowledged_message_id": "msg_uaix_agent_message_0001",
"status": "validated",
"received_at_utc": "2026-05-31T18:01:00Z",
"closes_acknowledgement_loop": true,
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
},
"provenance": {
"trace_id": "trace_20260531_agent_standard",
"parent_trace_id": "trace_root_uaix_agent_standard",
"issued_at": "2026-05-31T18:00:00Z",
"log_ref": "urn:uaix:log:agent-standard:20260531:ack_0002",
"agent_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1,
"lineage": [
{
"stage": "agent-communication-standard-release",
"actor_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"note": "Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": [
{
"namespace": "urn:uaix:ext:agent-communication-standard",
"purpose": "Documents UAI-1 agent communication expansion fields without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uai.agent.ack.v1",
"msg_uaix_agent_ack_0002",
[
"agent",
"agt_uaix.publisher",
"UAIX Publication Agent",
"https://uaix.org/",
null,
"standard-publisher",
"uaix-core",
"uaix.org"
],
[
"runtime",
"agt_runtime.consumer",
"Runtime Implementer",
"https://example.invalid/runtime",
null,
"runtime-implementer",
"external-runtime",
"example-runtime"
],
[
"conv_20260531_agent_standard",
"turn_002",
"msg_uaix_agent_message_0001",
"00-11111111111111111111111111111111-0000000000000002-01",
2,
"corr_20260531_agent_standard"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
false,
false,
"task_uaix_agent_standard_001",
"idem_20260531_agent_ack_0002",
0,
2,
"validated",
300000,
"Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
{
"profile": "uai.agent.ack.v1"
}
],
[
"public-web",
"https",
"https://uaix.org",
null,
"https://uaix.org/.well-known/uaix.json",
"rw-uaix-agent-standard-20260531"
],
[
"msg_uaix_agent_message_0001",
"validated",
"2026-05-31T18:01:00Z",
null,
true,
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
],
[
"trace_20260531_agent_standard",
"trace_root_uaix_agent_standard",
"2026-05-31T18:00:00Z",
"urn:uaix:log:agent-standard:20260531:ack_0002",
"agt_uaix.publisher",
"model.uaix.standard-publication",
1,
[
[
"agent-communication-standard-release",
"agt_uaix.publisher",
"model.uaix.standard-publication",
"Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[
[
"urn:uaix:ext:agent-communication-standard",
"Documents UAI-1 agent communication expansion fields without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-AGENT-0003
UAI Agent Task Status v1
Canonical UAI-1 envelope status packet for task progress, current action, UTC estimates, and correlation-linked workflow evidence while execution remains outside UAIX.
- Profile
- uai.agent.task-status.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.agent.task-status.v1
{
"uai_version": "1.0",
"profile": "uai.agent.task-status.v1",
"message_id": "msg_uaix_agent_status_0003",
"source": {
"type": "agent",
"id": "agt_uaix.publisher",
"label": "UAIX Publication Agent",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org",
"implementation": "uaix-core"
},
"target": {
"type": "runtime",
"id": "agt_runtime.consumer",
"label": "Runtime Implementer",
"uri": "https://example.invalid/runtime",
"role": "runtime-implementer",
"project": "example-runtime",
"implementation": "external-runtime"
},
"conversation": {
"conversation_id": "conv_20260531_agent_standard",
"turn_id": "turn_003",
"parent_message_id": "msg_uaix_agent_message_0001",
"correlation_id": "corr_20260531_agent_standard",
"traceparent": "00-11111111111111111111111111111111-0000000000000003-01",
"sequence": 3
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"task_ref": "task_uaix_agent_standard_001",
"idempotency_key": "idem_20260531_agent_status_0003",
"retry_count": 0,
"sequence": 3,
"lifecycle": "in_progress",
"timeout_ms": 300000,
"fallback_directive": "Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
"expected_output_schema": {
"profile": "uai.agent.ack.v1"
}
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signature_ref": "https://uaix.org/.well-known/uaix.json",
"replay_window_id": "rw-uaix-agent-standard-20260531"
},
"body": {
"task_id": "task_uaix_agent_standard_001",
"state": "in_progress",
"percent_complete": 65,
"current_action": "Aligning public schemas, fixtures, registry entries, and validator behavior.",
"estimated_completion_utc": "2026-05-31T20:00:00Z",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
},
"provenance": {
"trace_id": "trace_20260531_agent_standard",
"parent_trace_id": "trace_root_uaix_agent_standard",
"issued_at": "2026-05-31T18:00:00Z",
"log_ref": "urn:uaix:log:agent-standard:20260531:status_0003",
"agent_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1,
"lineage": [
{
"stage": "agent-communication-standard-release",
"actor_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"note": "Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": [
{
"namespace": "urn:uaix:ext:agent-communication-standard",
"purpose": "Documents UAI-1 agent communication expansion fields without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uai.agent.task-status.v1",
"msg_uaix_agent_status_0003",
[
"agent",
"agt_uaix.publisher",
"UAIX Publication Agent",
"https://uaix.org/",
null,
"standard-publisher",
"uaix-core",
"uaix.org"
],
[
"runtime",
"agt_runtime.consumer",
"Runtime Implementer",
"https://example.invalid/runtime",
null,
"runtime-implementer",
"external-runtime",
"example-runtime"
],
[
"conv_20260531_agent_standard",
"turn_003",
"msg_uaix_agent_message_0001",
"00-11111111111111111111111111111111-0000000000000003-01",
3,
"corr_20260531_agent_standard"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
false,
false,
"task_uaix_agent_standard_001",
"idem_20260531_agent_status_0003",
0,
3,
"in_progress",
300000,
"Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
{
"profile": "uai.agent.ack.v1"
}
],
[
"public-web",
"https",
"https://uaix.org",
null,
"https://uaix.org/.well-known/uaix.json",
"rw-uaix-agent-standard-20260531"
],
[
"task_uaix_agent_standard_001",
"in_progress",
65,
"Aligning public schemas, fixtures, registry entries, and validator behavior.",
"2026-05-31T20:00:00Z",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
],
[
"trace_20260531_agent_standard",
"trace_root_uaix_agent_standard",
"2026-05-31T18:00:00Z",
"urn:uaix:log:agent-standard:20260531:status_0003",
"agt_uaix.publisher",
"model.uaix.standard-publication",
1,
[
[
"agent-communication-standard-release",
"agt_uaix.publisher",
"model.uaix.standard-publication",
"Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[
[
"urn:uaix:ext:agent-communication-standard",
"Documents UAI-1 agent communication expansion fields without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-AGENT-0004
UAI Agent Blocker v1
Canonical UAI-1 envelope blocker packet for authorization, resource, ambiguity, system, context, unsupported-capability, validation, secret, destructive-action, or boundary-conflict review.
- Profile
- uai.agent.blocker.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.agent.blocker.v1
{
"uai_version": "1.0",
"profile": "uai.agent.blocker.v1",
"message_id": "msg_uaix_agent_blocker_0004",
"source": {
"type": "agent",
"id": "agt_uaix.publisher",
"label": "UAIX Publication Agent",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org",
"implementation": "uaix-core"
},
"target": {
"type": "runtime",
"id": "agt_runtime.consumer",
"label": "Runtime Implementer",
"uri": "https://example.invalid/runtime",
"role": "runtime-implementer",
"project": "example-runtime",
"implementation": "external-runtime"
},
"conversation": {
"conversation_id": "conv_20260531_agent_standard",
"turn_id": "turn_004",
"parent_message_id": "msg_uaix_agent_message_0001",
"correlation_id": "corr_20260531_agent_standard",
"traceparent": "00-11111111111111111111111111111111-0000000000000004-01",
"sequence": 4
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"task_ref": "task_uaix_agent_standard_001",
"idempotency_key": "idem_20260531_agent_blocker_0004",
"retry_count": 0,
"sequence": 4,
"lifecycle": "blocked",
"timeout_ms": 300000,
"fallback_directive": "Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
"expected_output_schema": {
"profile": "uai.agent.ack.v1"
}
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signature_ref": "https://uaix.org/.well-known/uaix.json",
"replay_window_id": "rw-uaix-agent-standard-20260531"
},
"body": {
"blocker_id": "blk_uaix_authorization_001",
"blocker_type": "authorization",
"description": "The receiver needs human authorization before performing a deployment or publishing action.",
"human_review_required": true,
"proposed_resolution": "Obtain explicit human approval, then send a new idempotent directive packet.",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
},
"provenance": {
"trace_id": "trace_20260531_agent_standard",
"parent_trace_id": "trace_root_uaix_agent_standard",
"issued_at": "2026-05-31T18:00:00Z",
"log_ref": "urn:uaix:log:agent-standard:20260531:blocker_0004",
"agent_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1,
"lineage": [
{
"stage": "agent-communication-standard-release",
"actor_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"note": "Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": [
{
"namespace": "urn:uaix:ext:agent-communication-standard",
"purpose": "Documents UAI-1 agent communication expansion fields without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uai.agent.blocker.v1",
"msg_uaix_agent_blocker_0004",
[
"agent",
"agt_uaix.publisher",
"UAIX Publication Agent",
"https://uaix.org/",
null,
"standard-publisher",
"uaix-core",
"uaix.org"
],
[
"runtime",
"agt_runtime.consumer",
"Runtime Implementer",
"https://example.invalid/runtime",
null,
"runtime-implementer",
"external-runtime",
"example-runtime"
],
[
"conv_20260531_agent_standard",
"turn_004",
"msg_uaix_agent_message_0001",
"00-11111111111111111111111111111111-0000000000000004-01",
4,
"corr_20260531_agent_standard"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
false,
false,
"task_uaix_agent_standard_001",
"idem_20260531_agent_blocker_0004",
0,
4,
"blocked",
300000,
"Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
{
"profile": "uai.agent.ack.v1"
}
],
[
"public-web",
"https",
"https://uaix.org",
null,
"https://uaix.org/.well-known/uaix.json",
"rw-uaix-agent-standard-20260531"
],
[
"blk_uaix_authorization_001",
"authorization",
"The receiver needs human authorization before performing a deployment or publishing action.",
true,
"Obtain explicit human approval, then send a new idempotent directive packet.",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
],
[
"trace_20260531_agent_standard",
"trace_root_uaix_agent_standard",
"2026-05-31T18:00:00Z",
"urn:uaix:log:agent-standard:20260531:blocker_0004",
"agt_uaix.publisher",
"model.uaix.standard-publication",
1,
[
[
"agent-communication-standard-release",
"agt_uaix.publisher",
"model.uaix.standard-publication",
"Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[
[
"urn:uaix:ext:agent-communication-standard",
"Documents UAI-1 agent communication expansion fields without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-AGENT-0005
UAI Agent Memory Proposal v1
Canonical UAI-1 envelope memory proposal packet for reviewed candidate facts, source type, pending-review promotion status, secret rejection, and execution separation.
- Profile
- uai.agent.memory-proposal.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.agent.memory-proposal.v1
{
"uai_version": "1.0",
"profile": "uai.agent.memory-proposal.v1",
"message_id": "msg_uaix_agent_memory_0005",
"source": {
"type": "agent",
"id": "agt_uaix.publisher",
"label": "UAIX Publication Agent",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org",
"implementation": "uaix-core"
},
"target": {
"type": "runtime",
"id": "agt_runtime.consumer",
"label": "Runtime Implementer",
"uri": "https://example.invalid/runtime",
"role": "runtime-implementer",
"project": "example-runtime",
"implementation": "external-runtime"
},
"conversation": {
"conversation_id": "conv_20260531_agent_standard",
"turn_id": "turn_005",
"parent_message_id": "msg_uaix_agent_status_0003",
"correlation_id": "corr_20260531_agent_standard",
"traceparent": "00-11111111111111111111111111111111-0000000000000005-01",
"sequence": 5
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"task_ref": "task_uaix_agent_standard_001",
"idempotency_key": "idem_20260531_agent_memory_0005",
"retry_count": 0,
"sequence": 5,
"lifecycle": "received",
"timeout_ms": 300000,
"fallback_directive": "Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
"expected_output_schema": {
"profile": "uai.agent.ack.v1"
}
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signature_ref": "https://uaix.org/.well-known/uaix.json",
"replay_window_id": "rw-uaix-agent-standard-20260531"
},
"body": {
"proposal_id": "memprop_uaix_agent_standard_001",
"source_type": "current_context",
"proposed_facts": [
{
"fact": "UAIX agent communication profiles use the canonical UAI-1 envelope.",
"source_ref": "https://uaix.org/wp-json/uaix/v1/registry",
"confidence": "reviewed"
}
],
"proposed_status": "pending_review",
"task_execution_separation": "memory_proposal_only",
"review_required": true,
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
},
"provenance": {
"trace_id": "trace_20260531_agent_standard",
"parent_trace_id": "trace_root_uaix_agent_standard",
"issued_at": "2026-05-31T18:00:00Z",
"log_ref": "urn:uaix:log:agent-standard:20260531:memory_0005",
"agent_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1,
"lineage": [
{
"stage": "agent-communication-standard-release",
"actor_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"note": "Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": [
{
"namespace": "urn:uaix:ext:agent-communication-standard",
"purpose": "Documents UAI-1 agent communication expansion fields without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uai.agent.memory-proposal.v1",
"msg_uaix_agent_memory_0005",
[
"agent",
"agt_uaix.publisher",
"UAIX Publication Agent",
"https://uaix.org/",
null,
"standard-publisher",
"uaix-core",
"uaix.org"
],
[
"runtime",
"agt_runtime.consumer",
"Runtime Implementer",
"https://example.invalid/runtime",
null,
"runtime-implementer",
"external-runtime",
"example-runtime"
],
[
"conv_20260531_agent_standard",
"turn_005",
"msg_uaix_agent_status_0003",
"00-11111111111111111111111111111111-0000000000000005-01",
5,
"corr_20260531_agent_standard"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
false,
false,
"task_uaix_agent_standard_001",
"idem_20260531_agent_memory_0005",
0,
5,
"received",
300000,
"Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
{
"profile": "uai.agent.ack.v1"
}
],
[
"public-web",
"https",
"https://uaix.org",
null,
"https://uaix.org/.well-known/uaix.json",
"rw-uaix-agent-standard-20260531"
],
[
"memprop_uaix_agent_standard_001",
"current_context",
[
{
"fact": "UAIX agent communication profiles use the canonical UAI-1 envelope.",
"source_ref": "https://uaix.org/wp-json/uaix/v1/registry",
"confidence": "reviewed"
}
],
"pending_review",
"memory_proposal_only",
true,
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
],
[
"trace_20260531_agent_standard",
"trace_root_uaix_agent_standard",
"2026-05-31T18:00:00Z",
"urn:uaix:log:agent-standard:20260531:memory_0005",
"agt_uaix.publisher",
"model.uaix.standard-publication",
1,
[
[
"agent-communication-standard-release",
"agt_uaix.publisher",
"model.uaix.standard-publication",
"Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[
[
"urn:uaix:ext:agent-communication-standard",
"Documents UAI-1 agent communication expansion fields without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-AGENT-0006
UAI Agent Handoff v1
Canonical UAI-1 envelope handoff packet for task transfer, target agent, context summary, reason, exact next action, and safe delegated authorization references.
- Profile
- uai.agent.handoff.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.agent.handoff.v1
{
"uai_version": "1.0",
"profile": "uai.agent.handoff.v1",
"message_id": "msg_uaix_agent_handoff_0006",
"source": {
"type": "agent",
"id": "agt_uaix.publisher",
"label": "UAIX Publication Agent",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org",
"implementation": "uaix-core"
},
"target": {
"type": "runtime",
"id": "agt_runtime.consumer",
"label": "Runtime Implementer",
"uri": "https://example.invalid/runtime",
"role": "runtime-implementer",
"project": "example-runtime",
"implementation": "external-runtime"
},
"conversation": {
"conversation_id": "conv_20260531_agent_standard",
"turn_id": "turn_006",
"parent_message_id": "msg_uaix_agent_status_0003",
"correlation_id": "corr_20260531_agent_standard",
"traceparent": "00-11111111111111111111111111111111-0000000000000006-01",
"sequence": 6
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"task_ref": "task_uaix_agent_standard_001",
"idempotency_key": "idem_20260531_agent_handoff_0006",
"retry_count": 0,
"sequence": 6,
"lifecycle": "transmitted",
"timeout_ms": 300000,
"fallback_directive": "Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
"expected_output_schema": {
"profile": "uai.agent.ack.v1"
}
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signature_ref": "https://uaix.org/.well-known/uaix.json",
"replay_window_id": "rw-uaix-agent-standard-20260531"
},
"body": {
"task_id": "task_uaix_agent_standard_001",
"target_agent_id": "agt_runtime.consumer",
"context_summary": "The UAIX packet is ready for an external runtime to consume after schema and validator checks pass.",
"handoff_reason": "continuation_requested",
"exact_next_action": "External runtime should validate the published schema and send a uai.agent.ack.v1 before executing work outside UAIX.",
"delegated_authorization": {
"authorization_ref": "human-review-ticket-or-public-policy-reference",
"secret_values_included": false
},
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
},
"provenance": {
"trace_id": "trace_20260531_agent_standard",
"parent_trace_id": "trace_root_uaix_agent_standard",
"issued_at": "2026-05-31T18:00:00Z",
"log_ref": "urn:uaix:log:agent-standard:20260531:handoff_0006",
"agent_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1,
"lineage": [
{
"stage": "agent-communication-standard-release",
"actor_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"note": "Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": [
{
"namespace": "urn:uaix:ext:agent-communication-standard",
"purpose": "Documents UAI-1 agent communication expansion fields without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uai.agent.handoff.v1",
"msg_uaix_agent_handoff_0006",
[
"agent",
"agt_uaix.publisher",
"UAIX Publication Agent",
"https://uaix.org/",
null,
"standard-publisher",
"uaix-core",
"uaix.org"
],
[
"runtime",
"agt_runtime.consumer",
"Runtime Implementer",
"https://example.invalid/runtime",
null,
"runtime-implementer",
"external-runtime",
"example-runtime"
],
[
"conv_20260531_agent_standard",
"turn_006",
"msg_uaix_agent_status_0003",
"00-11111111111111111111111111111111-0000000000000006-01",
6,
"corr_20260531_agent_standard"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
false,
false,
"task_uaix_agent_standard_001",
"idem_20260531_agent_handoff_0006",
0,
6,
"transmitted",
300000,
"Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
{
"profile": "uai.agent.ack.v1"
}
],
[
"public-web",
"https",
"https://uaix.org",
null,
"https://uaix.org/.well-known/uaix.json",
"rw-uaix-agent-standard-20260531"
],
[
"task_uaix_agent_standard_001",
"agt_runtime.consumer",
"The UAIX packet is ready for an external runtime to consume after schema and validator checks pass.",
"continuation_requested",
"External runtime should validate the published schema and send a uai.agent.ack.v1 before executing work outside UAIX.",
{
"authorization_ref": "human-review-ticket-or-public-policy-reference",
"secret_values_included": false
},
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
],
[
"trace_20260531_agent_standard",
"trace_root_uaix_agent_standard",
"2026-05-31T18:00:00Z",
"urn:uaix:log:agent-standard:20260531:handoff_0006",
"agt_uaix.publisher",
"model.uaix.standard-publication",
1,
[
[
"agent-communication-standard-release",
"agt_uaix.publisher",
"model.uaix.standard-publication",
"Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[
[
"urn:uaix:ext:agent-communication-standard",
"Documents UAI-1 agent communication expansion fields without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-AGENT-0007
UAI Agent Final Report v1
Canonical UAI-1 envelope final report packet requiring task summary, changed and new files, tests, skipped checks, blockers, risks, validation evidence, memory decisions, and exact next action.
- Profile
- uai.agent.final-report.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.agent.final-report.v1
{
"uai_version": "1.0",
"profile": "uai.agent.final-report.v1",
"message_id": "msg_uaix_agent_final_0007",
"source": {
"type": "agent",
"id": "agt_uaix.publisher",
"label": "UAIX Publication Agent",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org",
"implementation": "uaix-core"
},
"target": {
"type": "runtime",
"id": "agt_runtime.consumer",
"label": "Runtime Implementer",
"uri": "https://example.invalid/runtime",
"role": "runtime-implementer",
"project": "example-runtime",
"implementation": "external-runtime"
},
"conversation": {
"conversation_id": "conv_20260531_agent_standard",
"turn_id": "turn_007",
"parent_message_id": "msg_uaix_agent_status_0003",
"correlation_id": "corr_20260531_agent_standard",
"traceparent": "00-11111111111111111111111111111111-0000000000000007-01",
"sequence": 7
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"task_ref": "task_uaix_agent_standard_001",
"idempotency_key": "idem_20260531_agent_final_0007",
"retry_count": 0,
"sequence": 7,
"lifecycle": "completed",
"timeout_ms": 300000,
"fallback_directive": "Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
"expected_output_schema": {
"profile": "uai.agent.ack.v1"
}
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signature_ref": "https://uaix.org/.well-known/uaix.json",
"replay_window_id": "rw-uaix-agent-standard-20260531"
},
"body": {
"task_id": "task_uaix_agent_standard_001",
"summary": "UAIX agent communication artifacts were aligned around the canonical envelope and validator-backed fixtures.",
"files_changed": [
"wp-content/plugins/uaix-core/data/uai-1/registry.json"
],
"new_files": [],
"tests_run": [
"schema validation",
"fixture validation"
],
"skipped_checks": [],
"blockers": [],
"risks": [
"External runtimes must still implement execution behavior outside UAIX."
],
"validation_evidence": [
"https://uaix.org/wp-json/uaix/v1/conformance-pack"
],
"memory_updates_proposed": [
"Record that agent profiles use canonical UAI-1 envelope."
],
"memory_updates_skipped": [
"No secrets, private endpoints, or write tokens were proposed."
],
"exact_next_action": "External consumers should validate against the published UAIX schemas before runtime execution.",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
},
"provenance": {
"trace_id": "trace_20260531_agent_standard",
"parent_trace_id": "trace_root_uaix_agent_standard",
"issued_at": "2026-05-31T18:00:00Z",
"log_ref": "urn:uaix:log:agent-standard:20260531:final_0007",
"agent_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1,
"lineage": [
{
"stage": "agent-communication-standard-release",
"actor_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"note": "Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": [
{
"namespace": "urn:uaix:ext:agent-communication-standard",
"purpose": "Documents UAI-1 agent communication expansion fields without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uai.agent.final-report.v1",
"msg_uaix_agent_final_0007",
[
"agent",
"agt_uaix.publisher",
"UAIX Publication Agent",
"https://uaix.org/",
null,
"standard-publisher",
"uaix-core",
"uaix.org"
],
[
"runtime",
"agt_runtime.consumer",
"Runtime Implementer",
"https://example.invalid/runtime",
null,
"runtime-implementer",
"external-runtime",
"example-runtime"
],
[
"conv_20260531_agent_standard",
"turn_007",
"msg_uaix_agent_status_0003",
"00-11111111111111111111111111111111-0000000000000007-01",
7,
"corr_20260531_agent_standard"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
false,
false,
"task_uaix_agent_standard_001",
"idem_20260531_agent_final_0007",
0,
7,
"completed",
300000,
"Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
{
"profile": "uai.agent.ack.v1"
}
],
[
"public-web",
"https",
"https://uaix.org",
null,
"https://uaix.org/.well-known/uaix.json",
"rw-uaix-agent-standard-20260531"
],
[
"task_uaix_agent_standard_001",
"UAIX agent communication artifacts were aligned around the canonical envelope and validator-backed fixtures.",
[
"wp-content/plugins/uaix-core/data/uai-1/registry.json"
],
[],
[
"schema validation",
"fixture validation"
],
[],
[],
[
"External runtimes must still implement execution behavior outside UAIX."
],
[
"https://uaix.org/wp-json/uaix/v1/conformance-pack"
],
[
"Record that agent profiles use canonical UAI-1 envelope."
],
[
"No secrets, private endpoints, or write tokens were proposed."
],
"External consumers should validate against the published UAIX schemas before runtime execution.",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
],
[
"trace_20260531_agent_standard",
"trace_root_uaix_agent_standard",
"2026-05-31T18:00:00Z",
"urn:uaix:log:agent-standard:20260531:final_0007",
"agt_uaix.publisher",
"model.uaix.standard-publication",
1,
[
[
"agent-communication-standard-release",
"agt_uaix.publisher",
"model.uaix.standard-publication",
"Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[
[
"urn:uaix:ext:agent-communication-standard",
"Documents UAI-1 agent communication expansion fields without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-AGENT-0008
UAI Agent Correction v1
Canonical UAI-1 envelope correction packet that preserves immutable history by naming the original message, correction reason, changed summary, and corrected fields or revised payload.
- Profile
- uai.agent.correction.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.agent.correction.v1
{
"uai_version": "1.0",
"profile": "uai.agent.correction.v1",
"message_id": "msg_uaix_agent_correction_0008",
"source": {
"type": "agent",
"id": "agt_uaix.publisher",
"label": "UAIX Publication Agent",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org",
"implementation": "uaix-core"
},
"target": {
"type": "runtime",
"id": "agt_runtime.consumer",
"label": "Runtime Implementer",
"uri": "https://example.invalid/runtime",
"role": "runtime-implementer",
"project": "example-runtime",
"implementation": "external-runtime"
},
"conversation": {
"conversation_id": "conv_20260531_agent_standard",
"turn_id": "turn_008",
"parent_message_id": "msg_uaix_agent_final_0007",
"correlation_id": "corr_20260531_agent_standard",
"traceparent": "00-11111111111111111111111111111111-0000000000000008-01",
"sequence": 8
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"task_ref": "task_uaix_agent_standard_001",
"idempotency_key": "idem_20260531_agent_correction_0008",
"retry_count": 0,
"sequence": 8,
"lifecycle": "corrected",
"timeout_ms": 300000,
"fallback_directive": "Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
"expected_output_schema": {
"profile": "uai.agent.ack.v1"
}
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signature_ref": "https://uaix.org/.well-known/uaix.json",
"replay_window_id": "rw-uaix-agent-standard-20260531"
},
"body": {
"original_message_id": "msg_uaix_agent_message_0001",
"correction_reason": "Clarify that UAIX records the packet and does not execute delegated runtime work.",
"changed_summary": "Replaced ambiguous runtime language with the standard UAIX support-boundary statement.",
"corrected_fields": [
{
"field_path": "$.body.content",
"previous_value_summary": "Ambiguous execution wording.",
"corrected_value_summary": "Explicitly states that external runtimes execute."
}
],
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
},
"provenance": {
"trace_id": "trace_20260531_agent_standard",
"parent_trace_id": "trace_root_uaix_agent_standard",
"issued_at": "2026-05-31T18:00:00Z",
"log_ref": "urn:uaix:log:agent-standard:20260531:correction_0008",
"agent_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1,
"lineage": [
{
"stage": "agent-communication-standard-release",
"actor_id": "agt_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"note": "Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": [
{
"namespace": "urn:uaix:ext:agent-communication-standard",
"purpose": "Documents UAI-1 agent communication expansion fields without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uai.agent.correction.v1",
"msg_uaix_agent_correction_0008",
[
"agent",
"agt_uaix.publisher",
"UAIX Publication Agent",
"https://uaix.org/",
null,
"standard-publisher",
"uaix-core",
"uaix.org"
],
[
"runtime",
"agt_runtime.consumer",
"Runtime Implementer",
"https://example.invalid/runtime",
null,
"runtime-implementer",
"external-runtime",
"example-runtime"
],
[
"conv_20260531_agent_standard",
"turn_008",
"msg_uaix_agent_final_0007",
"00-11111111111111111111111111111111-0000000000000008-01",
8,
"corr_20260531_agent_standard"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
false,
false,
"task_uaix_agent_standard_001",
"idem_20260531_agent_correction_0008",
0,
8,
"corrected",
300000,
"Return a uai.agent.blocker.v1 record if the target cannot proceed safely.",
{
"profile": "uai.agent.ack.v1"
}
],
[
"public-web",
"https",
"https://uaix.org",
null,
"https://uaix.org/.well-known/uaix.json",
"rw-uaix-agent-standard-20260531"
],
[
"msg_uaix_agent_message_0001",
"Clarify that UAIX records the packet and does not execute delegated runtime work.",
"Replaced ambiguous runtime language with the standard UAIX support-boundary statement.",
[
{
"field_path": "$.body.content",
"previous_value_summary": "Ambiguous execution wording.",
"corrected_value_summary": "Explicitly states that external runtimes execute."
}
],
null,
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary."
],
[
"trace_20260531_agent_standard",
"trace_root_uaix_agent_standard",
"2026-05-31T18:00:00Z",
"urn:uaix:log:agent-standard:20260531:correction_0008",
"agt_uaix.publisher",
"model.uaix.standard-publication",
1,
[
[
"agent-communication-standard-release",
"agt_uaix.publisher",
"model.uaix.standard-publication",
"Generated as a safe public fixture for the UAIX Agent Communication Operating Model."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[
[
"urn:uaix:ext:agent-communication-standard",
"Documents UAI-1 agent communication expansion fields without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-CAP-0001
UAI Capability Profile v1
Canonical UAI-1 envelope declaring a client's capability level, safe fallbacks, consent boundaries, known limits, recommended UAIX profiles, and evidence requirements.
- Profile
- uai.capability.profile.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.capability.profile.v1
{
"uai_version": "1.0",
"profile": "uai.capability.profile.v1",
"message_id": "msg_uaix_capability_profile_0001",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org"
},
"target": {
"type": "runtime",
"id": "runtime_external.client",
"label": "External Client",
"uri": "https://example.invalid/client",
"role": "capability-declarer",
"project": "example-client"
},
"conversation": {
"conversation_id": "conv_20260531_capability_profile",
"turn_id": "turn_001",
"parent_message_id": "none",
"correlation_id": "corr_20260531_capability_profile",
"traceparent": "00-22222222222222222222222222222222-0000000000000001-01",
"sequence": 1
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260531_capability_profile_0001",
"retry_count": 0,
"sequence": 1,
"lifecycle": "validated",
"timeout_ms": 60000,
"fallback_directive": "Return the nearest lower client profile and a safe fallback note if any capability is unsupported."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signature_ref": "https://uaix.org/.well-known/uaix.json",
"replay_window_id": "rw-uaix-capability-profile-20260531"
},
"body": {
"client_level": "L3",
"client_name": "Tool-Calling Agent Capability Declaration",
"can_fetch_static": true,
"can_fetch_json": true,
"can_execute_javascript": true,
"can_use_browser_ui": true,
"can_post_data": true,
"can_authenticate": true,
"can_call_tools": true,
"can_run_long_tasks": false,
"can_store_memory": false,
"can_coordinate_agents": false,
"requires_human_consent_for": [
"authentication",
"public_posting",
"destructive_action",
"tool_call"
],
"recommended_uaix_profiles": [
"uai.capability.profile.v1",
"uai.client.tool-agent.v1",
"uai.agent.blocker.v1",
"uai.agent.final-report.v1"
],
"fallback_behavior": "Fall back to L1 structured fetch or L0 static fetch when JavaScript, browser UI, posting, authentication, or tool calls are unavailable.",
"known_limits": [
"Cannot claim long-running workflow control",
"Cannot write durable memory",
"Cannot coordinate multiple agents"
],
"evidence_requirements": [
"validator result",
"human consent record for write-capable actions",
"idempotency key for POST-like operations",
"fallback note when a requested feature is unsupported"
],
"safe_default_response": "Describe the available level, use read-only fetch when possible, and return a blocker before any write, authentication, or public posting action without consent.",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"carcinus_boundary": "Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"localendpoint_boundary": "LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
},
"provenance": {
"trace_id": "trace_20260531_capability_profile",
"issued_at": "2026-05-31T20:00:00Z",
"log_ref": "urn:uaix:log:capability-adaptive:20260531:profile",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1,
"lineage": [
{
"stage": "capability-adaptive-release",
"actor_id": "svc_uaix.publisher",
"note": "Generated as a safe public fixture for capability-adaptive web interaction."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": [
{
"namespace": "urn:uaix:ext:capability-adaptive-web-interaction",
"purpose": "Declares client capability and fallback boundaries without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uai.capability.profile.v1",
"msg_uaix_capability_profile_0001",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standard-publisher",
null,
"uaix.org"
],
[
"runtime",
"runtime_external.client",
"External Client",
"https://example.invalid/client",
null,
"capability-declarer",
null,
"example-client"
],
[
"conv_20260531_capability_profile",
"turn_001",
"none",
"00-22222222222222222222222222222222-0000000000000001-01",
1,
"corr_20260531_capability_profile"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260531_capability_profile_0001",
0,
1,
"validated",
60000,
"Return the nearest lower client profile and a safe fallback note if any capability is unsupported."
],
[
"public-web",
"https",
"https://uaix.org",
null,
"https://uaix.org/.well-known/uaix.json",
"rw-uaix-capability-profile-20260531"
],
[
"L3",
"Tool-Calling Agent Capability Declaration",
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
[
"authentication",
"public_posting",
"destructive_action",
"tool_call"
],
[
"uai.capability.profile.v1",
"uai.client.tool-agent.v1",
"uai.agent.blocker.v1",
"uai.agent.final-report.v1"
],
"Fall back to L1 structured fetch or L0 static fetch when JavaScript, browser UI, posting, authentication, or tool calls are unavailable.",
[
"Cannot claim long-running workflow control",
"Cannot write durable memory",
"Cannot coordinate multiple agents"
],
[
"validator result",
"human consent record for write-capable actions",
"idempotency key for POST-like operations",
"fallback note when a requested feature is unsupported"
],
"Describe the available level, use read-only fetch when possible, and return a blocker before any write, authentication, or public posting action without consent.",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
],
[
"trace_20260531_capability_profile",
null,
"2026-05-31T20:00:00Z",
"urn:uaix:log:capability-adaptive:20260531:profile",
"svc_uaix.publisher",
"model.uaix.standard-publication",
1,
[
[
"capability-adaptive-release",
"svc_uaix.publisher",
null,
"Generated as a safe public fixture for capability-adaptive web interaction."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[
[
"urn:uaix:ext:capability-adaptive-web-interaction",
"Declares client capability and fallback boundaries without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-CAP-0002
UAI Capability Negotiation v1
Canonical UAI-1 envelope for selecting the safest supported client level and preserving unsupported features, fallback behavior, consent boundaries, and evidence requirements.
- Profile
- uai.capability.negotiation.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.capability.negotiation.v1
{
"uai_version": "1.0",
"profile": "uai.capability.negotiation.v1",
"message_id": "msg_uaix_capability_negotiation_0001",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org"
},
"target": {
"type": "runtime",
"id": "runtime_external.client",
"label": "External Client",
"uri": "https://example.invalid/client",
"role": "capability-negotiator",
"project": "example-client"
},
"conversation": {
"conversation_id": "conv_20260531_capability_negotiation",
"turn_id": "turn_001",
"parent_message_id": "none",
"correlation_id": "corr_20260531_capability_negotiation",
"traceparent": "00-33333333333333333333333333333333-0000000000000001-01",
"sequence": 1
},
"delivery": {
"mode": "sync",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": true,
"ack_required": false,
"idempotency_key": "idem_20260531_capability_negotiation_0001",
"retry_count": 0,
"sequence": 1,
"lifecycle": "validated",
"timeout_ms": 60000,
"fallback_directive": "Select the highest safe client level and return an explicit fallback when the requested feature is unsupported."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signature_ref": "https://uaix.org/.well-known/uaix.json",
"replay_window_id": "rw-uaix-capability-negotiation-20260531"
},
"body": {
"negotiation_id": "neg_20260531_capability_adaptive_0001",
"requested_client_level": "L5",
"observed_client_level": "L3",
"selected_client_level": "L3",
"selected_profile": "uai.client.tool-agent.v1",
"requested_operation": "Prepare a write-capable web interaction with fallback and evidence.",
"unsupported_features": [
"long-running multi-agent coordination",
"durable memory write",
"runtime-side agent scheduling"
],
"fallback_behavior": "Use the L3 tool-agent path only after human consent; return uai.agent.blocker.v1 for long-running coordination or memory writes.",
"consent_boundaries": [
"public posting requires explicit human consent",
"authentication requires explicit human consent",
"memory writes require review and a uai.agent.memory-proposal.v1 record"
],
"evidence_requirements": [
"validator result",
"correlation ID",
"idempotency key",
"fallback note",
"human consent record for write-capable actions"
],
"recommended_uaix_profiles": [
"uai.capability.negotiation.v1",
"uai.client.tool-agent.v1",
"uai.agent.blocker.v1",
"uai.agent.final-report.v1"
],
"safe_default_response": "Do the read-only portion, state the unsupported L5 features, and ask for consent or return a blocker before any write-capable action.",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"carcinus_boundary": "Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"localendpoint_boundary": "LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
},
"provenance": {
"trace_id": "trace_20260531_capability_negotiation",
"issued_at": "2026-05-31T20:01:00Z",
"log_ref": "urn:uaix:log:capability-adaptive:20260531:negotiation",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1,
"lineage": [
{
"stage": "capability-adaptive-release",
"actor_id": "svc_uaix.publisher",
"note": "Generated as a safe public fixture for capability negotiation."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": [
{
"namespace": "urn:uaix:ext:capability-negotiation",
"purpose": "Records capability matching, unsupported features, consent, and fallback decisions.",
"critical": false
}
]
}[
"1.0",
"uai.capability.negotiation.v1",
"msg_uaix_capability_negotiation_0001",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standard-publisher",
null,
"uaix.org"
],
[
"runtime",
"runtime_external.client",
"External Client",
"https://example.invalid/client",
null,
"capability-negotiator",
null,
"example-client"
],
[
"conv_20260531_capability_negotiation",
"turn_001",
"none",
"00-33333333333333333333333333333333-0000000000000001-01",
1,
"corr_20260531_capability_negotiation"
],
[
"sync",
"interactive",
"2030-12-31T23:59:00Z",
true,
false,
null,
"idem_20260531_capability_negotiation_0001",
0,
1,
"validated",
60000,
"Select the highest safe client level and return an explicit fallback when the requested feature is unsupported."
],
[
"public-web",
"https",
"https://uaix.org",
null,
"https://uaix.org/.well-known/uaix.json",
"rw-uaix-capability-negotiation-20260531"
],
[
"neg_20260531_capability_adaptive_0001",
"L5",
"L3",
"L3",
"uai.client.tool-agent.v1",
"Prepare a write-capable web interaction with fallback and evidence.",
[
"long-running multi-agent coordination",
"durable memory write",
"runtime-side agent scheduling"
],
"Use the L3 tool-agent path only after human consent; return uai.agent.blocker.v1 for long-running coordination or memory writes.",
[
"public posting requires explicit human consent",
"authentication requires explicit human consent",
"memory writes require review and a uai.agent.memory-proposal.v1 record"
],
[
"validator result",
"correlation ID",
"idempotency key",
"fallback note",
"human consent record for write-capable actions"
],
[
"uai.capability.negotiation.v1",
"uai.client.tool-agent.v1",
"uai.agent.blocker.v1",
"uai.agent.final-report.v1"
],
"Do the read-only portion, state the unsupported L5 features, and ask for consent or return a blocker before any write-capable action.",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
],
[
"trace_20260531_capability_negotiation",
null,
"2026-05-31T20:01:00Z",
"urn:uaix:log:capability-adaptive:20260531:negotiation",
"svc_uaix.publisher",
"model.uaix.standard-publication",
1,
[
[
"capability-adaptive-release",
"svc_uaix.publisher",
null,
"Generated as a safe public fixture for capability negotiation."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[
[
"urn:uaix:ext:capability-negotiation",
"Records capability matching, unsupported features, consent, and fallback decisions.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-CAP-0003
UAI Limited Browser Client v1
L0 client capability profile for static text, static HTML, Markdown, sitemap, llms.txt, and JSON fetch support without JavaScript, browser UI, authentication, posting, tools, memory, or coordination.
- Profile
- uai.client.limited-browser.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.client.limited-browser.v1
{
"uai_version": "1.0",
"profile": "uai.client.limited-browser.v1",
"message_id": "msg_uaix_client_limited_browser_0001",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org"
},
"target": {
"type": "runtime",
"id": "runtime_limited.browser",
"label": "Limited Browser Client",
"uri": "https://example.invalid/limited-browser",
"role": "static-fetch-client",
"project": "example-client"
},
"conversation": {
"conversation_id": "conv_20260531_limited_browser",
"turn_id": "turn_001",
"parent_message_id": "none",
"correlation_id": "corr_20260531_limited_browser",
"traceparent": "00-44444444444444444444444444444444-0000000000000001-01",
"sequence": 1
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260531_limited_browser_0001",
"retry_count": 0,
"sequence": 1,
"lifecycle": "validated",
"timeout_ms": 30000,
"fallback_directive": "Use static HTML, Markdown, JSON, sitemap, or llms.txt; do not require JavaScript."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org"
},
"body": {
"client_level": "L0",
"client_name": "Limited Browser / Static Fetch",
"can_fetch_static": true,
"can_fetch_json": true,
"can_execute_javascript": false,
"can_use_browser_ui": false,
"can_post_data": false,
"can_authenticate": false,
"can_call_tools": false,
"can_run_long_tasks": false,
"can_store_memory": false,
"can_coordinate_agents": false,
"requires_human_consent_for": [],
"recommended_uaix_profiles": [
"uai.client.limited-browser.v1",
"uai.capability.negotiation.v1"
],
"fallback_behavior": "Prefer static HTML, Markdown, JSON, sitemap, llms.txt, and no-JavaScript summaries before declaring a page unreadable.",
"known_limits": [
"Cannot execute JavaScript",
"Cannot click through UI",
"Cannot authenticate",
"Cannot post data",
"Cannot store memory"
],
"evidence_requirements": [
"static route URL",
"JSON or text route URL",
"fallback note when dynamic UI blocks reading"
],
"safe_default_response": "Report the static content read, name the no-JavaScript limit, and ask for a browser-assisted or tool-agent path if dynamic UI is required.",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"carcinus_boundary": "Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"localendpoint_boundary": "LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
},
"provenance": {
"trace_id": "trace_20260531_limited_browser",
"issued_at": "2026-05-31T20:02:00Z",
"log_ref": "urn:uaix:log:capability-adaptive:20260531:l0",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": []
}[
"1.0",
"uai.client.limited-browser.v1",
"msg_uaix_client_limited_browser_0001",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standard-publisher",
null,
"uaix.org"
],
[
"runtime",
"runtime_limited.browser",
"Limited Browser Client",
"https://example.invalid/limited-browser",
null,
"static-fetch-client",
null,
"example-client"
],
[
"conv_20260531_limited_browser",
"turn_001",
"none",
"00-44444444444444444444444444444444-0000000000000001-01",
1,
"corr_20260531_limited_browser"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260531_limited_browser_0001",
0,
1,
"validated",
30000,
"Use static HTML, Markdown, JSON, sitemap, or llms.txt; do not require JavaScript."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"L0",
"Limited Browser / Static Fetch",
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
[],
[
"uai.client.limited-browser.v1",
"uai.capability.negotiation.v1"
],
"Prefer static HTML, Markdown, JSON, sitemap, llms.txt, and no-JavaScript summaries before declaring a page unreadable.",
[
"Cannot execute JavaScript",
"Cannot click through UI",
"Cannot authenticate",
"Cannot post data",
"Cannot store memory"
],
[
"static route URL",
"JSON or text route URL",
"fallback note when dynamic UI blocks reading"
],
"Report the static content read, name the no-JavaScript limit, and ask for a browser-assisted or tool-agent path if dynamic UI is required.",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
],
[
"trace_20260531_limited_browser",
null,
"2026-05-31T20:02:00Z",
"urn:uaix:log:capability-adaptive:20260531:l0",
"svc_uaix.publisher",
"model.uaix.standard-publication",
1
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-CAP-0004
UAI Structured Fetch Client v1
L1 client capability profile for structured static and JSON fetch with low-token machine routes and explicit no-JavaScript fallbacks.
- Profile
- uai.client.structured-fetch.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.client.structured-fetch.v1
{
"uai_version": "1.0",
"profile": "uai.client.structured-fetch.v1",
"message_id": "msg_uaix_client_structured_fetch_0001",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org"
},
"target": {
"type": "runtime",
"id": "runtime_structured.fetch",
"label": "Structured Fetch Client",
"uri": "https://example.invalid/structured-fetch",
"role": "structured-fetch-client",
"project": "example-client"
},
"conversation": {
"conversation_id": "conv_20260531_structured_fetch",
"turn_id": "turn_001",
"parent_message_id": "none",
"correlation_id": "corr_20260531_structured_fetch",
"traceparent": "00-55555555555555555555555555555555-0000000000000001-01",
"sequence": 1
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260531_structured_fetch_0001",
"retry_count": 0,
"sequence": 1,
"lifecycle": "validated",
"timeout_ms": 30000,
"fallback_directive": "Use JSON, machine-readable records, and low-token summaries; do not require JavaScript."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org"
},
"body": {
"client_level": "L1",
"client_name": "Structured Fetch",
"can_fetch_static": true,
"can_fetch_json": true,
"can_execute_javascript": false,
"can_use_browser_ui": false,
"can_post_data": false,
"can_authenticate": false,
"can_call_tools": false,
"can_run_long_tasks": false,
"can_store_memory": false,
"can_coordinate_agents": false,
"requires_human_consent_for": [],
"recommended_uaix_profiles": [
"uai.client.structured-fetch.v1",
"uai.capability.profile.v1",
"uai.capability.negotiation.v1"
],
"fallback_behavior": "Resolve registry, schema, example, sitemap, llms.txt, and JSON endpoints first; fall back to L0 static text if structured routes are absent.",
"known_limits": [
"Cannot execute JavaScript",
"Cannot operate UI controls",
"Cannot authenticate",
"Cannot post data"
],
"evidence_requirements": [
"resolved JSON route",
"schema or registry URL",
"validator result when UAI records are claimed"
],
"safe_default_response": "Return the exact structured records that were fetched and say which dynamic or write-capable steps need a higher client level.",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"carcinus_boundary": "Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"localendpoint_boundary": "LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
},
"provenance": {
"trace_id": "trace_20260531_structured_fetch",
"issued_at": "2026-05-31T20:03:00Z",
"log_ref": "urn:uaix:log:capability-adaptive:20260531:l1",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": []
}[
"1.0",
"uai.client.structured-fetch.v1",
"msg_uaix_client_structured_fetch_0001",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standard-publisher",
null,
"uaix.org"
],
[
"runtime",
"runtime_structured.fetch",
"Structured Fetch Client",
"https://example.invalid/structured-fetch",
null,
"structured-fetch-client",
null,
"example-client"
],
[
"conv_20260531_structured_fetch",
"turn_001",
"none",
"00-55555555555555555555555555555555-0000000000000001-01",
1,
"corr_20260531_structured_fetch"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260531_structured_fetch_0001",
0,
1,
"validated",
30000,
"Use JSON, machine-readable records, and low-token summaries; do not require JavaScript."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"L1",
"Structured Fetch",
true,
true,
false,
false,
false,
false,
false,
false,
false,
false,
[],
[
"uai.client.structured-fetch.v1",
"uai.capability.profile.v1",
"uai.capability.negotiation.v1"
],
"Resolve registry, schema, example, sitemap, llms.txt, and JSON endpoints first; fall back to L0 static text if structured routes are absent.",
[
"Cannot execute JavaScript",
"Cannot operate UI controls",
"Cannot authenticate",
"Cannot post data"
],
[
"resolved JSON route",
"schema or registry URL",
"validator result when UAI records are claimed"
],
"Return the exact structured records that were fetched and say which dynamic or write-capable steps need a higher client level.",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
],
[
"trace_20260531_structured_fetch",
null,
"2026-05-31T20:03:00Z",
"urn:uaix:log:capability-adaptive:20260531:l1",
"svc_uaix.publisher",
"model.uaix.standard-publication",
1
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-CAP-0005
UAI Browser-Assisted Client v1
L2 client capability profile for JavaScript rendering and human-visible browser assistance with parity checks and no autonomous write authority.
- Profile
- uai.client.browser-assisted.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.client.browser-assisted.v1
{
"uai_version": "1.0",
"profile": "uai.client.browser-assisted.v1",
"message_id": "msg_uaix_client_browser_assisted_0001",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org"
},
"target": {
"type": "runtime",
"id": "runtime_browser.assisted",
"label": "Browser Assisted Client",
"uri": "https://example.invalid/browser-assisted",
"role": "browser-assisted-client",
"project": "example-client"
},
"conversation": {
"conversation_id": "conv_20260531_browser_assisted",
"turn_id": "turn_001",
"parent_message_id": "none",
"correlation_id": "corr_20260531_browser_assisted",
"traceparent": "00-66666666666666666666666666666666-0000000000000001-01",
"sequence": 1
},
"delivery": {
"mode": "sync",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260531_browser_assisted_0001",
"retry_count": 0,
"sequence": 1,
"lifecycle": "validated",
"timeout_ms": 60000,
"fallback_directive": "Compare rendered UI with static or JSON fallbacks and do not post or authenticate without consent."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org"
},
"body": {
"client_level": "L2",
"client_name": "Browser-Assisted Agent",
"can_fetch_static": true,
"can_fetch_json": true,
"can_execute_javascript": true,
"can_use_browser_ui": true,
"can_post_data": false,
"can_authenticate": false,
"can_call_tools": false,
"can_run_long_tasks": false,
"can_store_memory": false,
"can_coordinate_agents": false,
"requires_human_consent_for": [
"authentication",
"public_posting",
"form_submission"
],
"recommended_uaix_profiles": [
"uai.client.browser-assisted.v1",
"uai.capability.negotiation.v1",
"uai.agent.blocker.v1"
],
"fallback_behavior": "Use rendered UI only to inspect or compare; fall back to static and JSON evidence when dynamic content is not essential.",
"known_limits": [
"Cannot call external tools autonomously",
"Cannot authenticate or post data without explicit consent",
"Cannot run long tasks"
],
"evidence_requirements": [
"rendered route URL",
"static or JSON parity reference",
"screenshot or DOM note when relevant",
"blocker record for write-capable steps"
],
"safe_default_response": "Explain what the browser view confirmed, attach the static parity path, and stop before posting, authentication, or long-running work.",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"carcinus_boundary": "Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"localendpoint_boundary": "LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
},
"provenance": {
"trace_id": "trace_20260531_browser_assisted",
"issued_at": "2026-05-31T20:04:00Z",
"log_ref": "urn:uaix:log:capability-adaptive:20260531:l2",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": []
}[
"1.0",
"uai.client.browser-assisted.v1",
"msg_uaix_client_browser_assisted_0001",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standard-publisher",
null,
"uaix.org"
],
[
"runtime",
"runtime_browser.assisted",
"Browser Assisted Client",
"https://example.invalid/browser-assisted",
null,
"browser-assisted-client",
null,
"example-client"
],
[
"conv_20260531_browser_assisted",
"turn_001",
"none",
"00-66666666666666666666666666666666-0000000000000001-01",
1,
"corr_20260531_browser_assisted"
],
[
"sync",
"interactive",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260531_browser_assisted_0001",
0,
1,
"validated",
60000,
"Compare rendered UI with static or JSON fallbacks and do not post or authenticate without consent."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"L2",
"Browser-Assisted Agent",
true,
true,
true,
true,
false,
false,
false,
false,
false,
false,
[
"authentication",
"public_posting",
"form_submission"
],
[
"uai.client.browser-assisted.v1",
"uai.capability.negotiation.v1",
"uai.agent.blocker.v1"
],
"Use rendered UI only to inspect or compare; fall back to static and JSON evidence when dynamic content is not essential.",
[
"Cannot call external tools autonomously",
"Cannot authenticate or post data without explicit consent",
"Cannot run long tasks"
],
[
"rendered route URL",
"static or JSON parity reference",
"screenshot or DOM note when relevant",
"blocker record for write-capable steps"
],
"Explain what the browser view confirmed, attach the static parity path, and stop before posting, authentication, or long-running work.",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
],
[
"trace_20260531_browser_assisted",
null,
"2026-05-31T20:04:00Z",
"urn:uaix:log:capability-adaptive:20260531:l2",
"svc_uaix.publisher",
"model.uaix.standard-publication",
1
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-CAP-0006
UAI Tool Agent Client v1
L3 client capability profile for tool-calling agents that can authenticate or post only with consent, idempotency, fallback, and evidence records.
- Profile
- uai.client.tool-agent.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.client.tool-agent.v1
{
"uai_version": "1.0",
"profile": "uai.client.tool-agent.v1",
"message_id": "msg_uaix_client_tool_agent_0001",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org"
},
"target": {
"type": "runtime",
"id": "runtime_tool.agent",
"label": "Tool Agent Client",
"uri": "https://example.invalid/tool-agent",
"role": "tool-agent-client",
"project": "example-client"
},
"conversation": {
"conversation_id": "conv_20260531_tool_agent",
"turn_id": "turn_001",
"parent_message_id": "none",
"correlation_id": "corr_20260531_tool_agent",
"traceparent": "00-77777777777777777777777777777777-0000000000000001-01",
"sequence": 1
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": true,
"ack_required": true,
"idempotency_key": "idem_20260531_tool_agent_0001",
"retry_count": 0,
"sequence": 1,
"lifecycle": "validated",
"timeout_ms": 120000,
"fallback_directive": "Return a blocker when consent, tool access, authentication, or idempotency evidence is missing."
},
"trust": {
"channel": "credentialed",
"auth_scheme": "oauth-reference",
"principal": "https://example.invalid/tool-agent",
"credential_ref": "https://example.invalid/credentials/reference-only",
"replay_window_id": "rw-uaix-tool-agent-20260531"
},
"body": {
"client_level": "L3",
"client_name": "Tool-Calling Agent",
"can_fetch_static": true,
"can_fetch_json": true,
"can_execute_javascript": true,
"can_use_browser_ui": true,
"can_post_data": true,
"can_authenticate": true,
"can_call_tools": true,
"can_run_long_tasks": false,
"can_store_memory": false,
"can_coordinate_agents": false,
"requires_human_consent_for": [
"authentication",
"tool_call",
"public_posting",
"destructive_action"
],
"recommended_uaix_profiles": [
"uai.client.tool-agent.v1",
"uai.capability.negotiation.v1",
"uai.agent.message.v1",
"uai.agent.blocker.v1",
"uai.agent.final-report.v1"
],
"fallback_behavior": "Complete read-only checks first; return a blocker or downgrade to L2/L1 when consent, idempotency, or tool evidence is missing.",
"known_limits": [
"Cannot coordinate multiple agents",
"Cannot store durable memory",
"Cannot continue long-running tasks after the active session expires"
],
"evidence_requirements": [
"human consent record",
"idempotency key",
"correlation ID",
"tool-call log reference",
"final report for write-capable actions"
],
"safe_default_response": "Perform the read-only part, prepare the tool call, and request consent before authentication, public posting, destructive action, or data submission.",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"carcinus_boundary": "Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"localendpoint_boundary": "LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
},
"provenance": {
"trace_id": "trace_20260531_tool_agent",
"issued_at": "2026-05-31T20:05:00Z",
"log_ref": "urn:uaix:log:capability-adaptive:20260531:l3",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": []
}[
"1.0",
"uai.client.tool-agent.v1",
"msg_uaix_client_tool_agent_0001",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standard-publisher",
null,
"uaix.org"
],
[
"runtime",
"runtime_tool.agent",
"Tool Agent Client",
"https://example.invalid/tool-agent",
null,
"tool-agent-client",
null,
"example-client"
],
[
"conv_20260531_tool_agent",
"turn_001",
"none",
"00-77777777777777777777777777777777-0000000000000001-01",
1,
"corr_20260531_tool_agent"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
true,
true,
null,
"idem_20260531_tool_agent_0001",
0,
1,
"validated",
120000,
"Return a blocker when consent, tool access, authentication, or idempotency evidence is missing."
],
[
"credentialed",
"oauth-reference",
"https://example.invalid/tool-agent",
"https://example.invalid/credentials/reference-only",
null,
"rw-uaix-tool-agent-20260531"
],
[
"L3",
"Tool-Calling Agent",
true,
true,
true,
true,
true,
true,
true,
false,
false,
false,
[
"authentication",
"tool_call",
"public_posting",
"destructive_action"
],
[
"uai.client.tool-agent.v1",
"uai.capability.negotiation.v1",
"uai.agent.message.v1",
"uai.agent.blocker.v1",
"uai.agent.final-report.v1"
],
"Complete read-only checks first; return a blocker or downgrade to L2/L1 when consent, idempotency, or tool evidence is missing.",
[
"Cannot coordinate multiple agents",
"Cannot store durable memory",
"Cannot continue long-running tasks after the active session expires"
],
[
"human consent record",
"idempotency key",
"correlation ID",
"tool-call log reference",
"final report for write-capable actions"
],
"Perform the read-only part, prepare the tool call, and request consent before authentication, public posting, destructive action, or data submission.",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
],
[
"trace_20260531_tool_agent",
null,
"2026-05-31T20:05:00Z",
"urn:uaix:log:capability-adaptive:20260531:l3",
"svc_uaix.publisher",
"model.uaix.standard-publication",
1
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-CAP-0007
UAI Workflow Agent Client v1
L4 client capability profile for long-running workflow agents that preserve task status, correlation, timeout, idempotency, fallback, consent, and final-report evidence.
- Profile
- uai.client.workflow-agent.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.client.workflow-agent.v1
{
"uai_version": "1.0",
"profile": "uai.client.workflow-agent.v1",
"message_id": "msg_uaix_client_workflow_agent_0001",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org"
},
"target": {
"type": "runtime",
"id": "runtime_workflow.agent",
"label": "Workflow Agent Client",
"uri": "https://example.invalid/workflow-agent",
"role": "workflow-agent-client",
"project": "example-client"
},
"conversation": {
"conversation_id": "conv_20260531_workflow_agent",
"turn_id": "turn_001",
"parent_message_id": "none",
"correlation_id": "corr_20260531_workflow_agent",
"traceparent": "00-88888888888888888888888888888888-0000000000000001-01",
"sequence": 1
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": true,
"ack_required": true,
"idempotency_key": "idem_20260531_workflow_agent_0001",
"retry_count": 0,
"sequence": 1,
"lifecycle": "accepted",
"timeout_ms": 600000,
"fallback_directive": "Preserve correlation, emit task status, and return a blocker before any unapproved write, memory, or coordination step."
},
"trust": {
"channel": "credentialed",
"auth_scheme": "oauth-reference",
"principal": "https://example.invalid/workflow-agent",
"credential_ref": "https://example.invalid/credentials/reference-only",
"replay_window_id": "rw-uaix-workflow-agent-20260531"
},
"body": {
"client_level": "L4",
"client_name": "Workflow Agent",
"can_fetch_static": true,
"can_fetch_json": true,
"can_execute_javascript": true,
"can_use_browser_ui": true,
"can_post_data": true,
"can_authenticate": true,
"can_call_tools": true,
"can_run_long_tasks": true,
"can_store_memory": false,
"can_coordinate_agents": false,
"requires_human_consent_for": [
"authentication",
"tool_call",
"public_posting",
"destructive_action",
"long_task_acceptance"
],
"recommended_uaix_profiles": [
"uai.client.workflow-agent.v1",
"uai.agent.message.v1",
"uai.agent.ack.v1",
"uai.agent.task-status.v1",
"uai.agent.blocker.v1",
"uai.agent.final-report.v1"
],
"fallback_behavior": "Use task-status, blocker, handoff, and final-report records; downgrade to L3 when long-task continuity or correlation cannot be preserved.",
"known_limits": [
"Cannot store durable memory without a separate memory proposal",
"Cannot coordinate multiple autonomous agents",
"Cannot bypass expiration or consent windows"
],
"evidence_requirements": [
"correlation ID",
"task status records",
"idempotency key",
"timeout and expiration",
"fallback directive",
"final report"
],
"safe_default_response": "Accept only scoped work, keep status evidence current, and stop with a blocker when consent, correlation, timeout, or fallback evidence is missing.",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"carcinus_boundary": "Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"localendpoint_boundary": "LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
},
"provenance": {
"trace_id": "trace_20260531_workflow_agent",
"issued_at": "2026-05-31T20:06:00Z",
"log_ref": "urn:uaix:log:capability-adaptive:20260531:l4",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": []
}[
"1.0",
"uai.client.workflow-agent.v1",
"msg_uaix_client_workflow_agent_0001",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standard-publisher",
null,
"uaix.org"
],
[
"runtime",
"runtime_workflow.agent",
"Workflow Agent Client",
"https://example.invalid/workflow-agent",
null,
"workflow-agent-client",
null,
"example-client"
],
[
"conv_20260531_workflow_agent",
"turn_001",
"none",
"00-88888888888888888888888888888888-0000000000000001-01",
1,
"corr_20260531_workflow_agent"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
true,
true,
null,
"idem_20260531_workflow_agent_0001",
0,
1,
"accepted",
600000,
"Preserve correlation, emit task status, and return a blocker before any unapproved write, memory, or coordination step."
],
[
"credentialed",
"oauth-reference",
"https://example.invalid/workflow-agent",
"https://example.invalid/credentials/reference-only",
null,
"rw-uaix-workflow-agent-20260531"
],
[
"L4",
"Workflow Agent",
true,
true,
true,
true,
true,
true,
true,
true,
false,
false,
[
"authentication",
"tool_call",
"public_posting",
"destructive_action",
"long_task_acceptance"
],
[
"uai.client.workflow-agent.v1",
"uai.agent.message.v1",
"uai.agent.ack.v1",
"uai.agent.task-status.v1",
"uai.agent.blocker.v1",
"uai.agent.final-report.v1"
],
"Use task-status, blocker, handoff, and final-report records; downgrade to L3 when long-task continuity or correlation cannot be preserved.",
[
"Cannot store durable memory without a separate memory proposal",
"Cannot coordinate multiple autonomous agents",
"Cannot bypass expiration or consent windows"
],
[
"correlation ID",
"task status records",
"idempotency key",
"timeout and expiration",
"fallback directive",
"final report"
],
"Accept only scoped work, keep status evidence current, and stop with a blocker when consent, correlation, timeout, or fallback evidence is missing.",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
],
[
"trace_20260531_workflow_agent",
null,
"2026-05-31T20:06:00Z",
"urn:uaix:log:capability-adaptive:20260531:l4",
"svc_uaix.publisher",
"model.uaix.standard-publication",
1
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-CAP-0008
UAI Multi-Agent Runtime Client v1
L5 client capability profile for external multi-agent runtimes that coordinate agents while UAIX remains the reviewed record, trust, memory, evidence, and handoff boundary.
- Profile
- uai.client.multi-agent-runtime.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.client.multi-agent-runtime.v1
{
"uai_version": "1.0",
"profile": "uai.client.multi-agent-runtime.v1",
"message_id": "msg_uaix_client_multi_agent_runtime_0001",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org"
},
"target": {
"type": "runtime",
"id": "runtime_multi.agent",
"label": "Multi-Agent Runtime Client",
"uri": "https://example.invalid/multi-agent-runtime",
"role": "multi-agent-runtime-client",
"project": "example-client"
},
"conversation": {
"conversation_id": "conv_20260531_multi_agent_runtime",
"turn_id": "turn_001",
"parent_message_id": "none",
"correlation_id": "corr_20260531_multi_agent_runtime",
"traceparent": "00-99999999999999999999999999999999-0000000000000001-01",
"sequence": 1
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": true,
"ack_required": true,
"idempotency_key": "idem_20260531_multi_agent_runtime_0001",
"retry_count": 0,
"sequence": 1,
"lifecycle": "accepted",
"timeout_ms": 900000,
"fallback_directive": "Coordinate only inside the external runtime and keep UAIX records as reviewed handoff and evidence boundaries."
},
"trust": {
"channel": "credentialed",
"auth_scheme": "oauth-reference",
"principal": "https://example.invalid/multi-agent-runtime",
"credential_ref": "https://example.invalid/credentials/reference-only",
"replay_window_id": "rw-uaix-multi-agent-runtime-20260531"
},
"body": {
"client_level": "L5",
"client_name": "Multi-Agent Runtime",
"can_fetch_static": true,
"can_fetch_json": true,
"can_execute_javascript": true,
"can_use_browser_ui": true,
"can_post_data": true,
"can_authenticate": true,
"can_call_tools": true,
"can_run_long_tasks": true,
"can_store_memory": true,
"can_coordinate_agents": true,
"requires_human_consent_for": [
"authentication",
"tool_call",
"public_posting",
"destructive_action",
"memory_write",
"memory_promotion",
"agent_coordination"
],
"recommended_uaix_profiles": [
"uai.client.multi-agent-runtime.v1",
"uai.agent.message.v1",
"uai.agent.ack.v1",
"uai.agent.task-status.v1",
"uai.agent.memory-proposal.v1",
"uai.agent.handoff.v1",
"uai.agent.final-report.v1"
],
"fallback_behavior": "Downgrade to workflow-agent records when coordination or memory review is unavailable; return blockers for unapproved memory writes or public posting.",
"known_limits": [
"UAIX does not execute the runtime",
"Memory writes require proposal and review",
"Agent coordination requires external runtime evidence and human consent"
],
"evidence_requirements": [
"correlation ID",
"idempotency key",
"agent handoff records",
"memory proposal records",
"task status records",
"final report"
],
"safe_default_response": "Prepare the coordination packet, require external-runtime execution evidence, and block memory or public actions until reviewed consent exists.",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"carcinus_boundary": "Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"localendpoint_boundary": "LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
},
"provenance": {
"trace_id": "trace_20260531_multi_agent_runtime",
"issued_at": "2026-05-31T20:07:00Z",
"log_ref": "urn:uaix:log:capability-adaptive:20260531:l5",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": []
}[
"1.0",
"uai.client.multi-agent-runtime.v1",
"msg_uaix_client_multi_agent_runtime_0001",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standard-publisher",
null,
"uaix.org"
],
[
"runtime",
"runtime_multi.agent",
"Multi-Agent Runtime Client",
"https://example.invalid/multi-agent-runtime",
null,
"multi-agent-runtime-client",
null,
"example-client"
],
[
"conv_20260531_multi_agent_runtime",
"turn_001",
"none",
"00-99999999999999999999999999999999-0000000000000001-01",
1,
"corr_20260531_multi_agent_runtime"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
true,
true,
null,
"idem_20260531_multi_agent_runtime_0001",
0,
1,
"accepted",
900000,
"Coordinate only inside the external runtime and keep UAIX records as reviewed handoff and evidence boundaries."
],
[
"credentialed",
"oauth-reference",
"https://example.invalid/multi-agent-runtime",
"https://example.invalid/credentials/reference-only",
null,
"rw-uaix-multi-agent-runtime-20260531"
],
[
"L5",
"Multi-Agent Runtime",
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
[
"authentication",
"tool_call",
"public_posting",
"destructive_action",
"memory_write",
"memory_promotion",
"agent_coordination"
],
[
"uai.client.multi-agent-runtime.v1",
"uai.agent.message.v1",
"uai.agent.ack.v1",
"uai.agent.task-status.v1",
"uai.agent.memory-proposal.v1",
"uai.agent.handoff.v1",
"uai.agent.final-report.v1"
],
"Downgrade to workflow-agent records when coordination or memory review is unavailable; return blockers for unapproved memory writes or public posting.",
[
"UAIX does not execute the runtime",
"Memory writes require proposal and review",
"Agent coordination requires external runtime evidence and human consent"
],
[
"correlation ID",
"idempotency key",
"agent handoff records",
"memory proposal records",
"task status records",
"final report"
],
"Prepare the coordination packet, require external-runtime execution evidence, and block memory or public actions until reviewed consent exists.",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
],
[
"trace_20260531_multi_agent_runtime",
null,
"2026-05-31T20:07:00Z",
"urn:uaix:log:capability-adaptive:20260531:l5",
"svc_uaix.publisher",
"model.uaix.standard-publication",
1
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAI-CAP-0009
UAI Audited Agent System Client v1
L6 client capability profile for high-assurance agent systems that attach provenance, audit evidence, consent records, validator output, memory review, and final-report evidence.
- Profile
- uai.client.audited-agent-system.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uai.client.audited-agent-system.v1
{
"uai_version": "1.0",
"profile": "uai.client.audited-agent-system.v1",
"message_id": "msg_uaix_client_audited_agent_system_0001",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standard-publisher",
"project": "uaix.org"
},
"target": {
"type": "runtime",
"id": "runtime_audited.agent",
"label": "Audited Agent System Client",
"uri": "https://example.invalid/audited-agent-system",
"role": "audited-agent-system-client",
"project": "example-client"
},
"conversation": {
"conversation_id": "conv_20260531_audited_agent_system",
"turn_id": "turn_001",
"parent_message_id": "none",
"correlation_id": "corr_20260531_audited_agent_system",
"traceparent": "00-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-0000000000000001-01",
"sequence": 1
},
"delivery": {
"mode": "async",
"priority": "interactive",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": true,
"ack_required": true,
"idempotency_key": "idem_20260531_audited_agent_system_0001",
"retry_count": 0,
"sequence": 1,
"lifecycle": "accepted",
"timeout_ms": 900000,
"fallback_directive": "Require audit, provenance, consent, validator, and final-report evidence before high-assurance claims are accepted."
},
"trust": {
"channel": "credentialed",
"auth_scheme": "did+vc",
"principal": "did:example:audited-agent-system",
"credential_ref": "https://example.invalid/credentials/audit-evidence",
"replay_window_id": "rw-uaix-audited-agent-system-20260531"
},
"body": {
"client_level": "L6",
"client_name": "Audited Agent System",
"can_fetch_static": true,
"can_fetch_json": true,
"can_execute_javascript": true,
"can_use_browser_ui": true,
"can_post_data": true,
"can_authenticate": true,
"can_call_tools": true,
"can_run_long_tasks": true,
"can_store_memory": true,
"can_coordinate_agents": true,
"requires_human_consent_for": [
"authentication",
"tool_call",
"public_posting",
"destructive_action",
"memory_write",
"memory_promotion",
"agent_coordination",
"high_assurance_claim"
],
"recommended_uaix_profiles": [
"uai.client.audited-agent-system.v1",
"uai.agent.message.v1",
"uai.agent.ack.v1",
"uai.agent.task-status.v1",
"uai.agent.blocker.v1",
"uai.agent.memory-proposal.v1",
"uai.agent.handoff.v1",
"uai.agent.final-report.v1",
"uai.agent.correction.v1"
],
"fallback_behavior": "Downgrade to L5 or lower when audit, provenance, consent, validator, or final-report evidence is incomplete.",
"known_limits": [
"High-assurance evidence does not certify the implementation",
"External runtime execution still occurs outside UAIX",
"Missing audit evidence downgrades the claim"
],
"evidence_requirements": [
"provenance record",
"audit log reference",
"validator result",
"human consent record",
"idempotency key",
"correlation ID",
"final report",
"memory proposal review evidence"
],
"safe_default_response": "Return the validated evidence packet or downgrade the capability claim; never treat missing audit evidence as approval.",
"support_boundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"carcinus_boundary": "Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"localendpoint_boundary": "LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
},
"provenance": {
"trace_id": "trace_20260531_audited_agent_system",
"issued_at": "2026-05-31T20:08:00Z",
"log_ref": "urn:uaix:log:capability-adaptive:20260531:l6",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standard-publication",
"confidence": 1
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:fixture-hash-recorded-by-validator"
},
"extensions": []
}[
"1.0",
"uai.client.audited-agent-system.v1",
"msg_uaix_client_audited_agent_system_0001",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standard-publisher",
null,
"uaix.org"
],
[
"runtime",
"runtime_audited.agent",
"Audited Agent System Client",
"https://example.invalid/audited-agent-system",
null,
"audited-agent-system-client",
null,
"example-client"
],
[
"conv_20260531_audited_agent_system",
"turn_001",
"none",
"00-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-0000000000000001-01",
1,
"corr_20260531_audited_agent_system"
],
[
"async",
"interactive",
"2030-12-31T23:59:00Z",
true,
true,
null,
"idem_20260531_audited_agent_system_0001",
0,
1,
"accepted",
900000,
"Require audit, provenance, consent, validator, and final-report evidence before high-assurance claims are accepted."
],
[
"credentialed",
"did+vc",
"did:example:audited-agent-system",
"https://example.invalid/credentials/audit-evidence",
null,
"rw-uaix-audited-agent-system-20260531"
],
[
"L6",
"Audited Agent System",
true,
true,
true,
true,
true,
true,
true,
true,
true,
true,
[
"authentication",
"tool_call",
"public_posting",
"destructive_action",
"memory_write",
"memory_promotion",
"agent_coordination",
"high_assurance_claim"
],
[
"uai.client.audited-agent-system.v1",
"uai.agent.message.v1",
"uai.agent.ack.v1",
"uai.agent.task-status.v1",
"uai.agent.blocker.v1",
"uai.agent.memory-proposal.v1",
"uai.agent.handoff.v1",
"uai.agent.final-report.v1",
"uai.agent.correction.v1"
],
"Downgrade to L5 or lower when audit, provenance, consent, validator, or final-report evidence is incomplete.",
[
"High-assurance evidence does not certify the implementation",
"External runtime execution still occurs outside UAIX",
"Missing audit evidence downgrades the claim"
],
[
"provenance record",
"audit log reference",
"validator result",
"human consent record",
"idempotency key",
"correlation ID",
"final report",
"memory proposal review evidence"
],
"Return the validated evidence packet or downgrade the capability claim; never treat missing audit evidence as approval.",
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"Carcinus.org is a separate runtime/orchestrator example that may consume UAIX records. UAIX.org does not implement Carcinus runtime behavior and does not execute Carcinus workflows.",
"LocalEndPoint is an external consumer boundary; UAIX records portable evidence but does not implement LocalEndPoint runtime features."
],
[
"trace_20260531_audited_agent_system",
null,
"2026-05-31T20:08:00Z",
"urn:uaix:log:capability-adaptive:20260531:l6",
"svc_uaix.publisher",
"model.uaix.standard-publication",
1
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:fixture-hash-recorded-by-validator"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6200
UAIX Ability Profile v1
UAIX Ability Profile v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.ability-profile.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.ability-profile.v1
{
"uai_version": "1.0",
"profile": "uaix.ability-profile.v1",
"message_id": "msg-2026-06-04-uaix-ability-profile-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-ability-profile-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-ability-profile-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"ability_profile_id": "uaix-ability-profile-reference",
"declared_level": "L3",
"label": "Bounded operator reference profile",
"capability_surface": [
"schema-validation",
"task-status",
"blocker",
"final-report"
],
"authority_boundary": "Bounded public review; no runtime execution by UAIX.",
"required_human_approval": [
"credentials",
"memory promotion",
"publication",
"tool execution"
],
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
"evidence_requirements": [
"schema_url",
"fixture_url",
"integrity_checksum",
"provenance_trace"
]
},
"provenance": {
"trace_id": "trace-uaix-ability-profile-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-ability-profile-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.ability-profile.v1",
"msg-2026-06-04-uaix-ability-profile-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-ability-profile-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-ability-profile-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"uaix-ability-profile-reference",
"L3",
"Bounded operator reference profile",
[
"schema-validation",
"task-status",
"blocker",
"final-report"
],
"Bounded public review; no runtime execution by UAIX.",
[
"credentials",
"memory promotion",
"publication",
"tool execution"
],
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
[
"schema_url",
"fixture_url",
"integrity_checksum",
"provenance_trace"
]
],
[
"trace-uaix-ability-profile-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-ability-profile-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6201
UAIX Startup Packet v1
UAIX Startup Packet v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.startup-packet.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.startup-packet.v1
{
"uai_version": "1.0",
"profile": "uaix.startup-packet.v1",
"message_id": "msg-2026-06-04-uaix-startup-packet-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-startup-packet-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-startup-packet-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"startup_packet_id": "startup-2026-06-04-reference",
"read_order": [
"receiver brief",
"authority boundary",
"memory firewall policy",
"schemas",
"fixtures"
],
"domain_boundaries": [
"UAIX standards and evidence only",
"Teleodynamic theory stays external"
],
"first_acceptable_response": "Summarize loaded boundaries before broad edits or adoption.",
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
"validation_targets": [
"schema",
"provenance",
"integrity",
"authority"
],
"identity": {
"agent_id": "uaix-publication-generator",
"role": "standards-publication-agent",
"identity_lifecycle": "resumed",
"recovery_boundary": "If identity or custody cannot be confirmed, continue only as public read-only review and emit a suspension packet before delegated or write-capable work."
},
"token_custody": {
"raw_token_published": false,
"storage_confirmation": "not-required",
"custody_status": "none",
"recovery_method": "No raw token is needed for this public reference packet. Authenticated implementations must store only credential references and use human-mediated recovery when token custody is lost.",
"redaction_rule": "Never write bearer tokens, API keys, passwords, private keys, JWTs, or connection strings into startup packets, memory packages, examples, logs, or evidence."
},
"discovery_bootstrap": {
"base_url": "https://uaix.org/",
"low_capability_entrypoints": [
"https://uaix.org/llms.txt",
"https://uaix.org/llms-full.txt",
"https://uaix.org/sitemap.xml"
],
"json_entrypoints": [
"https://uaix.org/.well-known/uaix.json",
"https://uaix.org/.well-known/ai-agent.json",
"https://uaix.org/wp-json/uaix/v1/catalog"
],
"javascript_required": false
},
"safe_harbor": {
"url": "https://uaix.org/en-us/about/contact-and-review/",
"use_when": [
"security disclosure",
"token custody loss",
"identity recovery ambiguity",
"network obstruction prevents safe validation",
"namespace or ownership conflict"
]
},
"utc_requirements": {
"timestamp_format": "YYYY-MM-DDTHH:MM:SSZ",
"local_time_allowed": false
}
},
"provenance": {
"trace_id": "trace-uaix-startup-packet-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-startup-packet-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.startup-packet.v1",
"msg-2026-06-04-uaix-startup-packet-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-startup-packet-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-startup-packet-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"startup-2026-06-04-reference",
[
"receiver brief",
"authority boundary",
"memory firewall policy",
"schemas",
"fixtures"
],
[
"UAIX standards and evidence only",
"Teleodynamic theory stays external"
],
"Summarize loaded boundaries before broad edits or adoption.",
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
[
"schema",
"provenance",
"integrity",
"authority"
],
{
"agent_id": "uaix-publication-generator",
"role": "standards-publication-agent",
"identity_lifecycle": "resumed",
"recovery_boundary": "If identity or custody cannot be confirmed, continue only as public read-only review and emit a suspension packet before delegated or write-capable work."
},
{
"raw_token_published": false,
"storage_confirmation": "not-required",
"custody_status": "none",
"recovery_method": "No raw token is needed for this public reference packet. Authenticated implementations must store only credential references and use human-mediated recovery when token custody is lost.",
"redaction_rule": "Never write bearer tokens, API keys, passwords, private keys, JWTs, or connection strings into startup packets, memory packages, examples, logs, or evidence."
},
{
"base_url": "https://uaix.org/",
"low_capability_entrypoints": [
"https://uaix.org/llms.txt",
"https://uaix.org/llms-full.txt",
"https://uaix.org/sitemap.xml"
],
"json_entrypoints": [
"https://uaix.org/.well-known/uaix.json",
"https://uaix.org/.well-known/ai-agent.json",
"https://uaix.org/wp-json/uaix/v1/catalog"
],
"javascript_required": false
},
{
"url": "https://uaix.org/en-us/about/contact-and-review/",
"use_when": [
"security disclosure",
"token custody loss",
"identity recovery ambiguity",
"network obstruction prevents safe validation",
"namespace or ownership conflict"
]
},
{
"timestamp_format": "YYYY-MM-DDTHH:MM:SSZ",
"local_time_allowed": false
}
],
[
"trace-uaix-startup-packet-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-startup-packet-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6201B
UAIX Next Recursive Prompt v1
Derived hot-memory resume artifact required for agents that deal with code, automation, executable workflows, or code-like artifacts. It is not required for agents that don't deal with any coding.
- Profile
- uaix.next-recursive-prompt.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.next-recursive-prompt.v1
{
"uai_version": "1.0",
"profile": "uaix.next-recursive-prompt.v1",
"schema_version": 1,
"scope": {
"scope_id": "example-code-project",
"scope_path": ".",
"local_uai_root": ".uai/",
"code_scope": true,
"scope_basis": [
"code",
"automation",
"executable-workflow",
"code-like-artifact"
],
"requirement_rule": "next-recursive-prompt.uai is required for agents that deal with code, automation, executable workflows, or code-like artifacts. It is not required for agents that don't deal with any coding.",
"out_of_scope_rule": "next-recursive-prompt.uai is not required for agents that don't deal with any coding."
},
"lifecycle": {
"status": "active",
"generated_at_utc": "2026-06-10T00:00:00Z",
"valid_until_utc": "",
"attempt": 1,
"supersedes_checksum": ""
},
"activation_policy": {
"activation_rule": "Use the stored next_loop plan when the user indicates continuation or resume intent, including keep going, continue, do the next thing, resume, proceed, or use the next recursive prompt.",
"relevance_review_rule": "When a new user request directly relates to the stored next_loop, review this file for useful plan ideas before discarding or superseding it.",
"intake_precedence_rule": "For packages using Agent File Handoff, active Content or Improvement files that relate to the current prompt supersede or expand the stored next_loop. Intake must still lead to concrete project work, hot-memory update, ledger evidence, and archive movement or a recorded keep-active reason.",
"current_instruction_rule": "When the user provides a specific unrelated instruction, current user instruction governs the turn and overwrites the stored next-loop plan.",
"regeneration_rule": "After accepted work, update authoritative .uai records first, then regenerate .uai/next-recursive-prompt.uai from those records.",
"non_activation_examples": [
"A new unrelated feature request.",
"A direct request to inspect, test, deploy, or explain a different target.",
"A human correction that changes the work objective."
]
},
"objective": {
"task_id": "example-next-loop",
"summary": "Resume the next safe code-quality work chunk from authoritative handoff files.",
"priority": "normal",
"done_criteria": [
"Targeted checks pass or blockers are named.",
"Hot memory and progress records are updated.",
".uai/next-recursive-prompt.uai is regenerated from authoritative records."
]
},
"authoritative_refs": {
"agents_md": "AGENTS.md",
"readme_human": ".uai/readme.human",
"identity": ".uai/identity.uai",
"world_context": ".uai/world-context.uai",
"totem": ".uai/totem.uai",
"taboo": ".uai/taboo.uai",
"short_term_memory": ".uai/short-term-memory.uai",
"coding_standards": ".uai/coding-standards.uai",
"context": ".uai/context.uai",
"constraints": ".uai/constraints.uai",
"progress": ".uai/progress.uai",
"current_state": ".uai/current-state.uai",
"decisions": ".uai/decisions.uai",
"next_actions": ".uai/next-actions.uai",
"test_plan": ".uai/test-plan.uai",
"stack": ".uai/stack.uai",
"architecture": ".uai/architecture.uai"
},
"resume_context": {
"current_truth_summary": [
"Universal required launch-baseline files have already been loaded.",
"This code-bearing package requires coding standards and a derived next recursive prompt.",
"Authoritative .uai records win on conflict."
],
"recent_changes": [],
"active_blockers": [],
"why_now": "A code-bearing package needs a compact resume artifact for the next implementation loop."
},
"next_loop": {
"mode": "implement-then-verify",
"first_response_contract": {
"must_report": [
"loaded context",
"hard constraints",
"expected touchpoints",
"targeted checks"
],
"max_bullets": 6
},
"ordered_steps": [
"Confirm scope and required files.",
"Review .uai/next-recursive-prompt.uai for relevant ideas when the current request continues, resumes, or directly relates to the stored next loop.",
"When Agent File Handoff is enabled, enumerate active Content and Improvement files; related intake supersedes or expands this next loop and must produce project work before archive movement.",
"Load coding standards before code work.",
"Perform the next bounded work chunk.",
"Run targeted checks named in .uai/test-plan.uai.",
"Write accepted facts to authoritative .uai records.",
"Regenerate .uai/next-recursive-prompt.uai from those records."
],
"if_blocked": {
"action": "emit-blocked-state",
"required_updates": [
".uai/progress.uai",
".uai/current-state.uai",
".uai/next-actions.uai",
".uai/next-recursive-prompt.uai"
],
"human_escalation_reason_template": "State the blocker, the safe next step, and the precise approval or evidence needed."
}
},
"checks": {
"required": [
"schema parse",
"targeted project checks",
"handoff lint when .uai memory changed"
],
"not_required_for_this_scope": [],
"last_known_results": []
},
"writeback_policy": {
"must_update_before_success": [
".uai/progress.uai",
".uai/current-state.uai",
".uai/next-recursive-prompt.uai"
],
"update_decisions_if_changed": ".uai/decisions.uai",
"never_copy_into_hot_files": [
"raw traces",
"secrets",
"private customer data",
"large tool logs",
"unreviewed cold-memory claims"
]
},
"security": {
"approval_required_for": [
"production deploy",
"destructive repository operations",
"schema boundary changes",
"public support-claim widening"
],
"no_op_triggers": [
"missing_authoritative_ref",
"stale_constraints",
"integrity_mismatch",
"scope_conflict",
"conflict_with_human_instruction",
"conflict_with_repository_policy"
],
"escalation_triggers": [
"support boundary would widen",
"runtime behavior would be implied",
"non-coding package would be made to look code-required",
"code-bearing package lacks required coding memory"
],
"local_policy_wins": true
},
"cold_memory": {
"refs": []
},
"integrity": {
"canonicalization": "canonical-json",
"checksum": "sha256:example-review-placeholder",
"source_digests": [],
"signatures": [],
"yaml_mirror_allowed": false
},
"provenance": {
"trigger": "example",
"generated_by": "uaix-next-recursive-prompt-generator",
"runtime_id": "",
"issued_at_utc": "2026-06-10T00:00:00Z"
}
}[
"1.0",
"uaix.next-recursive-prompt.v1",
null,
null,
null,
null,
null,
null,
null,
[],
[
null,
null,
"canonical-json",
"sha256:example-review-placeholder"
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6202
UAIX Suspension Packet v1
UAIX Suspension Packet v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.suspension-packet.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.suspension-packet.v1
{
"uai_version": "1.0",
"profile": "uaix.suspension-packet.v1",
"message_id": "msg-2026-06-04-uaix-suspension-packet-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-suspension-packet-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-suspension-packet-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"suspension_packet_id": "suspension-2026-06-04-reference",
"state_summary": "Work paused after static validation; no runtime authority transferred.",
"checks_run": [
"schema parse",
"fixture parse",
"claim boundary scan"
],
"checks_skipped": [
"credential validation",
"private endpoint probing"
],
"blockers": [],
"next_safe_step": "Human review or validator rerun before deployment.",
"network_obstruction": {
"observed": false,
"taxonomy": [],
"observations": [
{
"checked_at_utc": "2026-06-04T20:00:00Z",
"target": "https://uaix.org/llms.txt",
"result": "static discovery reachable in the reference packet context"
}
],
"blocked_by_network": false,
"blocked_by_policy": false
},
"retry_policy": {
"max_attempts": 2,
"retry_after_utc": "2026-06-04T20:05:00Z",
"indefinite_retry_allowed": false
},
"evidence_packet": {
"evidence_recommended": true,
"evidence_profile": "uaix.conformance-evidence.v1",
"redaction_applied": true
},
"human_escalation": {
"required": false,
"safe_harbor_url": "https://uaix.org/en-us/about/contact-and-review/",
"reason": "No unresolved blocker is present in this reference fixture."
}
},
"provenance": {
"trace_id": "trace-uaix-suspension-packet-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-suspension-packet-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.suspension-packet.v1",
"msg-2026-06-04-uaix-suspension-packet-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-suspension-packet-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-suspension-packet-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"suspension-2026-06-04-reference",
"Work paused after static validation; no runtime authority transferred.",
[
"schema parse",
"fixture parse",
"claim boundary scan"
],
[
"credential validation",
"private endpoint probing"
],
[],
"Human review or validator rerun before deployment.",
{
"observed": false,
"taxonomy": [],
"observations": [
{
"checked_at_utc": "2026-06-04T20:00:00Z",
"target": "https://uaix.org/llms.txt",
"result": "static discovery reachable in the reference packet context"
}
],
"blocked_by_network": false,
"blocked_by_policy": false
},
{
"max_attempts": 2,
"retry_after_utc": "2026-06-04T20:05:00Z",
"indefinite_retry_allowed": false
},
{
"evidence_recommended": true,
"evidence_profile": "uaix.conformance-evidence.v1",
"redaction_applied": true
},
{
"required": false,
"safe_harbor_url": "https://uaix.org/en-us/about/contact-and-review/",
"reason": "No unresolved blocker is present in this reference fixture."
}
],
[
"trace-uaix-suspension-packet-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-suspension-packet-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6203
UAIX Receiver Brief v1
UAIX Receiver Brief v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.receiver-brief.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.receiver-brief.v1
{
"uai_version": "1.0",
"profile": "uaix.receiver-brief.v1",
"message_id": "msg-2026-06-04-uaix-receiver-brief-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-receiver-brief-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-receiver-brief-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"receiver_brief_id": "receiver-brief-2026-06-04-reference",
"read_order": [
"AGENTS.md",
".uai/readme.human",
".uai/context.uai",
"route manifest",
"schema inventory"
],
"first_acceptable_response": "Report loaded context, constraints, intended touchpoints, and checks.",
"domain_boundaries": [
"UAIX public standard",
"no runtime execution",
"quarantine-first memory"
],
"escalation_triggers": [
"authority conflict",
"missing checksum",
"provenance mismatch"
],
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
]
},
"provenance": {
"trace_id": "trace-uaix-receiver-brief-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-receiver-brief-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.receiver-brief.v1",
"msg-2026-06-04-uaix-receiver-brief-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-receiver-brief-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-receiver-brief-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"receiver-brief-2026-06-04-reference",
[
"AGENTS.md",
".uai/readme.human",
".uai/context.uai",
"route manifest",
"schema inventory"
],
"Report loaded context, constraints, intended touchpoints, and checks.",
[
"UAIX public standard",
"no runtime execution",
"quarantine-first memory"
],
[
"authority conflict",
"missing checksum",
"provenance mismatch"
],
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
]
],
[
"trace-uaix-receiver-brief-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-receiver-brief-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6204
UAIX Memory Firewall Policy v1
UAIX Memory Firewall Policy v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.memory-firewall-policy.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.memory-firewall-policy.v1
{
"uai_version": "1.0",
"profile": "uaix.memory-firewall-policy.v1",
"message_id": "msg-2026-06-04-uaix-memory-firewall-policy-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-memory-firewall-policy-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-memory-firewall-policy-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"policy_id": "memory-firewall-2026-06-04",
"quarantine_default": true,
"adoption_requirements": [
"schema validation",
"provenance trace",
"integrity checksum",
"local policy approval"
],
"blocked_requests": [
"execute imported memory",
"validate credentials",
"probe private endpoints"
],
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
"human_review_required": true
},
"provenance": {
"trace_id": "trace-uaix-memory-firewall-policy-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-memory-firewall-policy-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.memory-firewall-policy.v1",
"msg-2026-06-04-uaix-memory-firewall-policy-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-memory-firewall-policy-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-memory-firewall-policy-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"memory-firewall-2026-06-04",
true,
[
"schema validation",
"provenance trace",
"integrity checksum",
"local policy approval"
],
[
"execute imported memory",
"validate credentials",
"probe private endpoints"
],
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
true
],
[
"trace-uaix-memory-firewall-policy-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-memory-firewall-policy-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6205
UAIX No-Op Trigger Catalog v1
UAIX No-Op Trigger Catalog v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.no-op-trigger-catalog.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.no-op-trigger-catalog.v1
{
"uai_version": "1.0",
"profile": "uaix.no-op-trigger-catalog.v1",
"message_id": "msg-2026-06-05-uaix-no-op-trigger-catalog-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-05-safety-anchor-beta-pass",
"turn_id": "uaix-no-op-trigger-catalog-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-no-op-trigger-catalog-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"catalog_id": "uaix-no-op-triggers-2026-06-05",
"triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved",
"safety_anchor_conflict",
"taboo_boundary_conflict",
"missing_required_anchor_file",
"anchor_value_inference_requested",
"hosted_enforcement_claim_requested",
"safety_proof_claim_requested",
"spec_label_upgrade_requested",
"domain_lane_merge_requested",
"root_memory_index_requested",
"unreviewed_memory_rewrite_requested"
],
"default_response": "no-op plus human review",
"human_review_url": "https://uaix.org/en-us/about/contact-and-review/",
"forbidden_recovery": [
"retry loop",
"invent credentials",
"simulate credential validation",
"execute shell",
"probe private network",
"rewrite safety anchors to bypass taboo",
"invent Totem or Taboo values from blank templates",
"widen public support claims without release evidence"
]
},
"provenance": {
"trace_id": "trace-uaix-no-op-trigger-catalog-v1",
"issued_at": "2026-06-05T12:00:00Z",
"log_ref": "urn:uaix:release:2026-06-05:safety-anchor-beta-pass",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Extended no-op triggers for universal required Totem/Taboo safety-anchor files, family-aware required files, missing required files, and anchor-value inference conflicts while preserving UAI-1 / v1.0 beta support boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-no-op-trigger-catalog-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.no-op-trigger-catalog.v1",
"msg-2026-06-05-uaix-no-op-trigger-catalog-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-05-safety-anchor-beta-pass",
"uaix-no-op-trigger-catalog-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-no-op-trigger-catalog-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"uaix-no-op-triggers-2026-06-05",
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved",
"safety_anchor_conflict",
"taboo_boundary_conflict",
"missing_required_anchor_file",
"anchor_value_inference_requested",
"hosted_enforcement_claim_requested",
"safety_proof_claim_requested",
"spec_label_upgrade_requested",
"domain_lane_merge_requested",
"root_memory_index_requested",
"unreviewed_memory_rewrite_requested"
],
"no-op plus human review",
"https://uaix.org/en-us/about/contact-and-review/",
[
"retry loop",
"invent credentials",
"simulate credential validation",
"execute shell",
"probe private network",
"rewrite safety anchors to bypass taboo",
"invent Totem or Taboo values from blank templates",
"widen public support claims without release evidence"
]
],
[
"trace-uaix-no-op-trigger-catalog-v1",
null,
"2026-06-05T12:00:00Z",
"urn:uaix:release:2026-06-05:safety-anchor-beta-pass",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Extended no-op triggers for universal required Totem/Taboo safety-anchor files, family-aware required files, missing required files, and anchor-value inference conflicts while preserving UAI-1 / v1.0 beta support boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-no-op-trigger-catalog-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6206
UAIX Authority Boundary v1
UAIX Authority Boundary v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.authority-boundary.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.authority-boundary.v1
{
"uai_version": "1.0",
"profile": "uaix.authority-boundary.v1",
"message_id": "msg-2026-06-04-uaix-authority-boundary-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-authority-boundary-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-authority-boundary-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"matrix_id": "ecosystem-authority-boundaries-2026-06-04",
"boundaries": [
{
"domain": "Teleodynamic.com",
"authority": "Theoretical posture, constraint-maintaining intelligence vocabulary, and claim-boundary interpretation.",
"not_authorized_for": [
"UAIX schema conformance",
"runtime execution",
"credential validation"
],
"machine_readable_routes": [
"https://teleodynamic.com/"
],
"safe_quote_summary": "Use Teleodynamic for theory and interpretation boundaries.",
"no_op_trigger": "philosophical_claim_widening"
},
{
"domain": "UAIX.org",
"authority": "UAI-1 schemas, memory packages, receiver briefs, startup/suspension packets, validator fixtures, conformance evidence, and machine-readable discovery.",
"not_authorized_for": [
"tool execution",
"runtime safety certification",
"credential validation",
"philosophical proof"
],
"machine_readable_routes": [
"https://uaix.org/uaix-agent-capability-catalog.json",
"https://uaix.org/uai-1-profiles.json",
"https://uaix.org/.well-known/uaix.json"
],
"safe_quote_summary": "UAIX publishes standards and portable evidence, not execution permission.",
"no_op_trigger": "authority_boundary_conflict"
},
{
"domain": "LocalEndpoint.com",
"authority": "Public-safe endpoint capability discovery and diagnostics boundaries.",
"not_authorized_for": [
"UAIX conformance claim ownership",
"private-network probing by UAIX.org"
],
"machine_readable_routes": [
"https://localendpoint.com/"
],
"safe_quote_summary": "LocalEndpoint owns endpoint discovery; UAIX references only public-safe declarations.",
"no_op_trigger": "private_network_probe_requested"
},
{
"domain": "Carcinus.org",
"authority": "Agent identity and continuity surfaces.",
"not_authorized_for": [
"UAIX packet trust",
"memory adoption",
"runtime safety"
],
"machine_readable_routes": [
"https://carcinus.org/"
],
"safe_quote_summary": "Carcinus continuity markers remain external identity evidence until verified.",
"no_op_trigger": "provenance_mismatch"
},
{
"domain": "JustAnIota.com",
"authority": "Compact expression and concept interpretation boundaries.",
"not_authorized_for": [
"UAI-1 schema ownership",
"agent runtime authority"
],
"machine_readable_routes": [
"https://justaniota.com/"
],
"safe_quote_summary": "Use JustAnIota for compact expression interpretation, not UAIX conformance.",
"no_op_trigger": "authority_boundary_conflict"
},
{
"domain": "NeuralWikis.com",
"authority": "Educational and governance literacy surfaces.",
"not_authorized_for": [
"UAIX machine conformance",
"execution authority"
],
"machine_readable_routes": [
"https://neuralwikis.com/"
],
"safe_quote_summary": "NeuralWikis can educate readers without becoming a runtime authority.",
"no_op_trigger": "authority_boundary_conflict"
},
{
"domain": "NeuroWikis.com",
"authority": "Educational and governance literacy surfaces.",
"not_authorized_for": [
"UAIX machine conformance",
"execution authority"
],
"machine_readable_routes": [
"https://neurowikis.com/"
],
"safe_quote_summary": "NeuroWikis can support literacy without replacing UAIX schemas.",
"no_op_trigger": "authority_boundary_conflict"
}
],
"not_authorized_for": [
"execution",
"certification",
"credential validation",
"philosophical proof"
],
"no_op_triggers": [
"authority_boundary_conflict",
"philosophical_claim_widening",
"certification_claim_requested"
],
"safe_quote_summary": "Each site keeps its own authority. UAIX owns UAI-1 schema and evidence conformance only."
},
"provenance": {
"trace_id": "trace-uaix-authority-boundary-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-authority-boundary-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.authority-boundary.v1",
"msg-2026-06-04-uaix-authority-boundary-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-authority-boundary-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-authority-boundary-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"ecosystem-authority-boundaries-2026-06-04",
[
{
"domain": "Teleodynamic.com",
"authority": "Theoretical posture, constraint-maintaining intelligence vocabulary, and claim-boundary interpretation.",
"not_authorized_for": [
"UAIX schema conformance",
"runtime execution",
"credential validation"
],
"machine_readable_routes": [
"https://teleodynamic.com/"
],
"safe_quote_summary": "Use Teleodynamic for theory and interpretation boundaries.",
"no_op_trigger": "philosophical_claim_widening"
},
{
"domain": "UAIX.org",
"authority": "UAI-1 schemas, memory packages, receiver briefs, startup/suspension packets, validator fixtures, conformance evidence, and machine-readable discovery.",
"not_authorized_for": [
"tool execution",
"runtime safety certification",
"credential validation",
"philosophical proof"
],
"machine_readable_routes": [
"https://uaix.org/uaix-agent-capability-catalog.json",
"https://uaix.org/uai-1-profiles.json",
"https://uaix.org/.well-known/uaix.json"
],
"safe_quote_summary": "UAIX publishes standards and portable evidence, not execution permission.",
"no_op_trigger": "authority_boundary_conflict"
},
{
"domain": "LocalEndpoint.com",
"authority": "Public-safe endpoint capability discovery and diagnostics boundaries.",
"not_authorized_for": [
"UAIX conformance claim ownership",
"private-network probing by UAIX.org"
],
"machine_readable_routes": [
"https://localendpoint.com/"
],
"safe_quote_summary": "LocalEndpoint owns endpoint discovery; UAIX references only public-safe declarations.",
"no_op_trigger": "private_network_probe_requested"
},
{
"domain": "Carcinus.org",
"authority": "Agent identity and continuity surfaces.",
"not_authorized_for": [
"UAIX packet trust",
"memory adoption",
"runtime safety"
],
"machine_readable_routes": [
"https://carcinus.org/"
],
"safe_quote_summary": "Carcinus continuity markers remain external identity evidence until verified.",
"no_op_trigger": "provenance_mismatch"
},
{
"domain": "JustAnIota.com",
"authority": "Compact expression and concept interpretation boundaries.",
"not_authorized_for": [
"UAI-1 schema ownership",
"agent runtime authority"
],
"machine_readable_routes": [
"https://justaniota.com/"
],
"safe_quote_summary": "Use JustAnIota for compact expression interpretation, not UAIX conformance.",
"no_op_trigger": "authority_boundary_conflict"
},
{
"domain": "NeuralWikis.com",
"authority": "Educational and governance literacy surfaces.",
"not_authorized_for": [
"UAIX machine conformance",
"execution authority"
],
"machine_readable_routes": [
"https://neuralwikis.com/"
],
"safe_quote_summary": "NeuralWikis can educate readers without becoming a runtime authority.",
"no_op_trigger": "authority_boundary_conflict"
},
{
"domain": "NeuroWikis.com",
"authority": "Educational and governance literacy surfaces.",
"not_authorized_for": [
"UAIX machine conformance",
"execution authority"
],
"machine_readable_routes": [
"https://neurowikis.com/"
],
"safe_quote_summary": "NeuroWikis can support literacy without replacing UAIX schemas.",
"no_op_trigger": "authority_boundary_conflict"
}
],
[
"execution",
"certification",
"credential validation",
"philosophical proof"
],
[
"authority_boundary_conflict",
"philosophical_claim_widening",
"certification_claim_requested"
],
"Each site keeps its own authority. UAIX owns UAI-1 schema and evidence conformance only."
],
[
"trace-uaix-authority-boundary-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-authority-boundary-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6207
UAIX Conformance Evidence v1
UAIX Conformance Evidence v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.conformance-evidence.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.conformance-evidence.v1
{
"uai_version": "1.0",
"profile": "uaix.conformance-evidence.v1",
"message_id": "msg-2026-06-04-uaix-conformance-evidence-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-conformance-evidence-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-conformance-evidence-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"evidence_id": "conformance-evidence-2026-06-04",
"profile_id": "uaix.ability-profile.v1",
"schema_url": "https://uaix.org/wp-json/uaix/v1/schemas/uaix.ability-profile.v1",
"fixture_url": "https://uaix.org/wp-json/uaix/v1/examples/uaix.ability-profile.v1",
"checks": [
"json_parse",
"schema_shape",
"no_forbidden_claims"
],
"result": "candidate-pass",
"limitations": [
"Evidence does not certify runtime safety or credential validity."
]
},
"provenance": {
"trace_id": "trace-uaix-conformance-evidence-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-conformance-evidence-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.conformance-evidence.v1",
"msg-2026-06-04-uaix-conformance-evidence-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-conformance-evidence-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-conformance-evidence-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"conformance-evidence-2026-06-04",
"uaix.ability-profile.v1",
"https://uaix.org/wp-json/uaix/v1/schemas/uaix.ability-profile.v1",
"https://uaix.org/wp-json/uaix/v1/examples/uaix.ability-profile.v1",
[
"json_parse",
"schema_shape",
"no_forbidden_claims"
],
"candidate-pass",
[
"Evidence does not certify runtime safety or credential validity."
]
],
[
"trace-uaix-conformance-evidence-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-conformance-evidence-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6208
UAIX Evaluation Packet Summary v1
UAIX Evaluation Packet Summary v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.evaluation-packet-summary.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.evaluation-packet-summary.v1
{
"uai_version": "1.0",
"profile": "uaix.evaluation-packet-summary.v1",
"message_id": "msg-2026-06-04-uaix-evaluation-packet-summary-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-evaluation-packet-summary-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-evaluation-packet-summary-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"summary_id": "evaluation-packets-2026-06-04",
"packet_profiles": [
"uaix.evaluation.expression-concept-review.v1",
"uaix.evaluation.resource-economy-trace.v1",
"uaix.evaluation.operator-decision.v1",
"uaix.evaluation.no-op-justification.v1",
"uaix.evaluation.local-sandbox-safety-review.v1",
"uaix.evaluation.memory-ecosystem-handoff.v1",
"uaix.evaluation.de11-benchmark-summary.v1"
],
"required_levels": [
"L3",
"L4",
"L5",
"L6"
],
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
"limitations": [
"DE11 summary is bounded reference evidence only, not runtime proof."
]
},
"provenance": {
"trace_id": "trace-uaix-evaluation-packet-summary-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-evaluation-packet-summary-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.evaluation-packet-summary.v1",
"msg-2026-06-04-uaix-evaluation-packet-summary-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-evaluation-packet-summary-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-evaluation-packet-summary-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"evaluation-packets-2026-06-04",
[
"uaix.evaluation.expression-concept-review.v1",
"uaix.evaluation.resource-economy-trace.v1",
"uaix.evaluation.operator-decision.v1",
"uaix.evaluation.no-op-justification.v1",
"uaix.evaluation.local-sandbox-safety-review.v1",
"uaix.evaluation.memory-ecosystem-handoff.v1",
"uaix.evaluation.de11-benchmark-summary.v1"
],
[
"L3",
"L4",
"L5",
"L6"
],
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
[
"DE11 summary is bounded reference evidence only, not runtime proof."
]
],
[
"trace-uaix-evaluation-packet-summary-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-evaluation-packet-summary-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6209
UAIX Ability Profile L0 v1
UAIX Ability Profile L0 v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.ability-profile.l0.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.ability-profile.l0.v1
{
"uai_version": "1.0",
"profile": "uaix.ability-profile.l0.v1",
"message_id": "msg-2026-06-04-uaix-ability-profile-l0-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-ability-profile-l0-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-ability-profile-l0-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"ability_profile_id": "ability-l0-2026-06-04",
"declared_level": "L0",
"label": "Rule-Based Workflow / static format follower",
"capability_surface": [
"read-only public GET",
"copyable text"
],
"authority_boundary": "Publish plain HTML, Markdown, llms entries, sitemap entries, and one-hop JSON summaries.",
"required_human_approval": [
"any write-capable behavior"
],
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
"evidence_requirements": [
"canonical public route",
"profile identifier",
"human review URL"
],
"safe_default_response": "Use no-op plus human review when schema, authority, or route intent is ambiguous.",
"teleodynamic_claim_boundary": "No claim about autonomy or intelligence; this is a format-following category.",
"example_unsafe_overclaim": "Claiming L0 can validate credentials or safely execute a linked tool."
},
"provenance": {
"trace_id": "trace-uaix-ability-profile-l0-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-ability-profile-l0-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.ability-profile.l0.v1",
"msg-2026-06-04-uaix-ability-profile-l0-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-ability-profile-l0-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-ability-profile-l0-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"ability-l0-2026-06-04",
"L0",
"Rule-Based Workflow / static format follower",
[
"read-only public GET",
"copyable text"
],
"Publish plain HTML, Markdown, llms entries, sitemap entries, and one-hop JSON summaries.",
[
"any write-capable behavior"
],
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
[
"canonical public route",
"profile identifier",
"human review URL"
]
],
[
"trace-uaix-ability-profile-l0-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-ability-profile-l0-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6210
UAIX Ability Profile L1 v1
UAIX Ability Profile L1 v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.ability-profile.l1.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.ability-profile.l1.v1
{
"uai_version": "1.0",
"profile": "uaix.ability-profile.l1.v1",
"message_id": "msg-2026-06-04-uaix-ability-profile-l1-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-ability-profile-l1-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-ability-profile-l1-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"ability_profile_id": "ability-l1-2026-06-04",
"declared_level": "L1",
"label": "Basic Responder / prompt-bound assistant",
"capability_surface": [
"read-only public GET",
"compact JSON",
"Markdown examples"
],
"authority_boundary": "Publish compact JSON digests, schemas, examples, no-op rules, and direct human review paths.",
"required_human_approval": [
"any write-capable behavior"
],
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
"evidence_requirements": [
"profile identifier",
"schema URL",
"fixture URL",
"human review URL"
],
"safe_default_response": "Stop and return human_review_required when requested work needs authority not present in the packet.",
"teleodynamic_claim_boundary": "No autonomy claim; this is prompt-bound response behavior.",
"example_unsafe_overclaim": "Treating a valid packet as permission to store memory or make a tool call."
},
"provenance": {
"trace_id": "trace-uaix-ability-profile-l1-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-ability-profile-l1-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.ability-profile.l1.v1",
"msg-2026-06-04-uaix-ability-profile-l1-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-ability-profile-l1-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-ability-profile-l1-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"ability-l1-2026-06-04",
"L1",
"Basic Responder / prompt-bound assistant",
[
"read-only public GET",
"compact JSON",
"Markdown examples"
],
"Publish compact JSON digests, schemas, examples, no-op rules, and direct human review paths.",
[
"any write-capable behavior"
],
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
[
"profile identifier",
"schema URL",
"fixture URL",
"human review URL"
]
],
[
"trace-uaix-ability-profile-l1-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-ability-profile-l1-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6211
UAIX Ability Profile L2 v1
UAIX Ability Profile L2 v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.ability-profile.l2.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.ability-profile.l2.v1
{
"uai_version": "1.0",
"profile": "uaix.ability-profile.l2.v1",
"message_id": "msg-2026-06-04-uaix-ability-profile-l2-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-ability-profile-l2-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-ability-profile-l2-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"ability_profile_id": "ability-l2-2026-06-04",
"declared_level": "L2",
"label": "Tool User / approval-bound co-pilot requiring human approval",
"capability_surface": [
"public GET",
"POST JSON proposal",
"validator result"
],
"authority_boundary": "Publish ability profile, startup packet, receiver brief, validator fixture, and human approval gate.",
"required_human_approval": [
"credentials",
"memory promotion",
"deployment",
"cross-domain work"
],
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
"evidence_requirements": [
"ability profile",
"schema validation result",
"approval requirement",
"integrity checksum"
],
"safe_default_response": "Prepare a no-op justification when approval, integrity, or provenance is missing.",
"teleodynamic_claim_boundary": "Tool proposals remain approval-bound and do not become autonomous intelligence claims.",
"example_unsafe_overclaim": "Calling a tool because the packet says tool use is supported but no approval exists."
},
"provenance": {
"trace_id": "trace-uaix-ability-profile-l2-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-ability-profile-l2-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.ability-profile.l2.v1",
"msg-2026-06-04-uaix-ability-profile-l2-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-ability-profile-l2-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-ability-profile-l2-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"ability-l2-2026-06-04",
"L2",
"Tool User / approval-bound co-pilot requiring human approval",
[
"public GET",
"POST JSON proposal",
"validator result"
],
"Publish ability profile, startup packet, receiver brief, validator fixture, and human approval gate.",
[
"credentials",
"memory promotion",
"deployment",
"cross-domain work"
],
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
[
"ability profile",
"schema validation result",
"approval requirement",
"integrity checksum"
]
],
[
"trace-uaix-ability-profile-l2-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-ability-profile-l2-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6212
UAIX Ability Profile L3 v1
UAIX Ability Profile L3 v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.ability-profile.l3.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.ability-profile.l3.v1
{
"uai_version": "1.0",
"profile": "uaix.ability-profile.l3.v1",
"message_id": "msg-2026-06-04-uaix-ability-profile-l3-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-ability-profile-l3-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-ability-profile-l3-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"ability_profile_id": "ability-l3-2026-06-04",
"declared_level": "L3",
"label": "Bounded Operator / autonomous within explicit limits",
"capability_surface": [
"validated POST JSON",
"task status",
"blocker",
"final report"
],
"authority_boundary": "Publish bounded authority, task status, blocker, final report, and conformance evidence records.",
"required_human_approval": [
"credentials",
"memory promotion",
"deployment",
"cross-domain work"
],
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
"evidence_requirements": [
"authority boundary",
"task status",
"integrity checksum",
"provenance trace",
"human escalation path"
],
"safe_default_response": "Stop on boundary conflict, missing checksum, or credential validation request.",
"teleodynamic_claim_boundary": "Capability class only; no proof of independent autonomy.",
"example_unsafe_overclaim": "Assuming L3 may alter production or validate credentials without local policy."
},
"provenance": {
"trace_id": "trace-uaix-ability-profile-l3-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-ability-profile-l3-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.ability-profile.l3.v1",
"msg-2026-06-04-uaix-ability-profile-l3-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-ability-profile-l3-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-ability-profile-l3-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"ability-l3-2026-06-04",
"L3",
"Bounded Operator / autonomous within explicit limits",
[
"validated POST JSON",
"task status",
"blocker",
"final report"
],
"Publish bounded authority, task status, blocker, final report, and conformance evidence records.",
[
"credentials",
"memory promotion",
"deployment",
"cross-domain work"
],
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
[
"authority boundary",
"task status",
"integrity checksum",
"provenance trace",
"human escalation path"
]
],
[
"trace-uaix-ability-profile-l3-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-ability-profile-l3-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6213
UAIX Ability Profile L4 v1
UAIX Ability Profile L4 v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.ability-profile.l4.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.ability-profile.l4.v1
{
"uai_version": "1.0",
"profile": "uaix.ability-profile.l4.v1",
"message_id": "msg-2026-06-04-uaix-ability-profile-l4-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-ability-profile-l4-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-ability-profile-l4-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"ability_profile_id": "ability-l4-2026-06-04",
"declared_level": "L4",
"label": "Domain Actor / full-domain autonomous worker under boundaries",
"capability_surface": [
"validated POST JSON",
"async task status",
"blocker",
"suspension packet"
],
"authority_boundary": "Publish domain boundary, startup and suspension packets, conformance evidence pack, and typed-error rules.",
"required_human_approval": [
"credentials",
"memory promotion",
"deployment",
"cross-domain work"
],
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
"evidence_requirements": [
"domain boundary",
"delivery semantics",
"task status",
"review checkpoints",
"final report"
],
"safe_default_response": "Escalate when domain boundaries conflict or imported memory disagrees with current evidence.",
"teleodynamic_claim_boundary": "UAIX records the domain work boundary; Teleodynamic owns conceptual interpretation.",
"example_unsafe_overclaim": "Claiming full-domain work proves safety or general intelligence."
},
"provenance": {
"trace_id": "trace-uaix-ability-profile-l4-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-ability-profile-l4-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.ability-profile.l4.v1",
"msg-2026-06-04-uaix-ability-profile-l4-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-ability-profile-l4-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-ability-profile-l4-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"ability-l4-2026-06-04",
"L4",
"Domain Actor / full-domain autonomous worker under boundaries",
[
"validated POST JSON",
"async task status",
"blocker",
"suspension packet"
],
"Publish domain boundary, startup and suspension packets, conformance evidence pack, and typed-error rules.",
[
"credentials",
"memory promotion",
"deployment",
"cross-domain work"
],
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
[
"domain boundary",
"delivery semantics",
"task status",
"review checkpoints",
"final report"
]
],
[
"trace-uaix-ability-profile-l4-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-ability-profile-l4-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6214
UAIX Ability Profile L5 v1
UAIX Ability Profile L5 v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.ability-profile.l5.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.ability-profile.l5.v1
{
"uai_version": "1.0",
"profile": "uaix.ability-profile.l5.v1",
"message_id": "msg-2026-06-04-uaix-ability-profile-l5-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-ability-profile-l5-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-ability-profile-l5-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"ability_profile_id": "ability-l5-2026-06-04",
"declared_level": "L5",
"label": "Multi-Agent Collaborator / peer coordination with evidence handoff",
"capability_surface": [
"agent handoff",
"acknowledgement",
"task status",
"final report",
"review receipt"
],
"authority_boundary": "Publish agent identity references, receiver briefs, handoff packets, memory firewall policy, and review receipts.",
"required_human_approval": [
"credentials",
"memory promotion",
"deployment",
"cross-domain work"
],
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
"evidence_requirements": [
"agent roles",
"handoff packets",
"receiver briefs",
"review receipts",
"memory firewall policy"
],
"safe_default_response": "Use human review if agent role, authority, memory custody, or provenance is ambiguous.",
"teleodynamic_claim_boundary": "Coordination profile only; no claim of consciousness or unrestricted autonomy.",
"example_unsafe_overclaim": "Treating a peer handoff as trusted instructions without quarantine and review."
},
"provenance": {
"trace_id": "trace-uaix-ability-profile-l5-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-ability-profile-l5-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.ability-profile.l5.v1",
"msg-2026-06-04-uaix-ability-profile-l5-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-ability-profile-l5-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-ability-profile-l5-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"ability-l5-2026-06-04",
"L5",
"Multi-Agent Collaborator / peer coordination with evidence handoff",
[
"agent handoff",
"acknowledgement",
"task status",
"final report",
"review receipt"
],
"Publish agent identity references, receiver briefs, handoff packets, memory firewall policy, and review receipts.",
[
"credentials",
"memory promotion",
"deployment",
"cross-domain work"
],
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
[
"agent roles",
"handoff packets",
"receiver briefs",
"review receipts",
"memory firewall policy"
]
],
[
"trace-uaix-ability-profile-l5-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-ability-profile-l5-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6215
UAIX Ability Profile L6 v1
UAIX Ability Profile L6 v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.ability-profile.l6.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.ability-profile.l6.v1
{
"uai_version": "1.0",
"profile": "uaix.ability-profile.l6.v1",
"message_id": "msg-2026-06-04-uaix-ability-profile-l6-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-ability-profile-l6-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-ability-profile-l6-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"ability_profile_id": "ability-l6-2026-06-04",
"declared_level": "L6",
"label": "Meta-Coordinator / orchestrates teams and long-running cross-domain memory",
"capability_surface": [
"multi-agent handoff",
"evaluation packet",
"conformance evidence",
"suspension packet"
],
"authority_boundary": "Publish conformance evidence pack, authority boundary matrix, startup/suspension packets, memory firewall policy, and evaluation packet summaries.",
"required_human_approval": [
"credentials",
"memory promotion",
"deployment",
"cross-domain work"
],
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
"evidence_requirements": [
"authority matrix",
"conformance evidence",
"memory firewall policy",
"evaluation packet summary",
"human review trail"
],
"safe_default_response": "Default to human review when authority, evidence, memory, or philosophical claim boundaries widen.",
"teleodynamic_claim_boundary": "Teleodynamic owns theoretical interpretation. UAIX only publishes the evidence-routing profile.",
"example_unsafe_overclaim": "Presenting L6 as deployed proof of consciousness, unrestricted autonomy, or certified safety."
},
"provenance": {
"trace_id": "trace-uaix-ability-profile-l6-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-ability-profile-l6-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.ability-profile.l6.v1",
"msg-2026-06-04-uaix-ability-profile-l6-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-ability-profile-l6-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-ability-profile-l6-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"ability-l6-2026-06-04",
"L6",
"Meta-Coordinator / orchestrates teams and long-running cross-domain memory",
[
"multi-agent handoff",
"evaluation packet",
"conformance evidence",
"suspension packet"
],
"Publish conformance evidence pack, authority boundary matrix, startup/suspension packets, memory firewall policy, and evaluation packet summaries.",
[
"credentials",
"memory promotion",
"deployment",
"cross-domain work"
],
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict",
"missing_integrity_checksum",
"provenance_mismatch",
"runtime_execution_requested",
"credential_validation_requested",
"private_network_probe_requested",
"philosophical_claim_widening",
"certification_claim_requested",
"memory_conflict_unresolved"
],
[
"authority matrix",
"conformance evidence",
"memory firewall policy",
"evaluation packet summary",
"human review trail"
]
],
[
"trace-uaix-ability-profile-l6-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-ability-profile-l6-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6216
UAIX Expression-Concept Review v1
UAIX Expression-Concept Review v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.evaluation.expression-concept-review.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.evaluation.expression-concept-review.v1
{
"uai_version": "1.0",
"profile": "uaix.evaluation.expression-concept-review.v1",
"message_id": "msg-2026-06-04-uaix-evaluation-expression-concept-review-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-evaluation-expression-concept-review-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-evaluation-expression-concept-review-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"source_expression": "Expression-Concept Review source_expression reference value",
"concept_boundary": "Expression-Concept Review concept_boundary reference value",
"interpretation": "Expression-Concept Review interpretation reference value",
"confidence": "Expression-Concept Review confidence reference value",
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict"
]
},
"provenance": {
"trace_id": "trace-uaix-evaluation-expression-concept-review-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-evaluation-expression-concept-review-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.evaluation.expression-concept-review.v1",
"msg-2026-06-04-uaix-evaluation-expression-concept-review-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-evaluation-expression-concept-review-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-evaluation-expression-concept-review-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"Expression-Concept Review source_expression reference value",
"Expression-Concept Review concept_boundary reference value",
"Expression-Concept Review interpretation reference value",
"Expression-Concept Review confidence reference value",
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict"
]
],
[
"trace-uaix-evaluation-expression-concept-review-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-evaluation-expression-concept-review-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6217
UAIX Resource-Economy Trace v1
UAIX Resource-Economy Trace v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.evaluation.resource-economy-trace.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.evaluation.resource-economy-trace.v1
{
"uai_version": "1.0",
"profile": "uaix.evaluation.resource-economy-trace.v1",
"message_id": "msg-2026-06-04-uaix-evaluation-resource-economy-trace-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-evaluation-resource-economy-trace-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-evaluation-resource-economy-trace-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"resource_scope": "Resource-Economy Trace resource_scope reference value",
"cost_model": "Resource-Economy Trace cost_model reference value",
"limits": "Resource-Economy Trace limits reference value",
"evidence_refs": "Resource-Economy Trace evidence_refs reference value",
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict"
]
},
"provenance": {
"trace_id": "trace-uaix-evaluation-resource-economy-trace-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-evaluation-resource-economy-trace-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.evaluation.resource-economy-trace.v1",
"msg-2026-06-04-uaix-evaluation-resource-economy-trace-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-evaluation-resource-economy-trace-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-evaluation-resource-economy-trace-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"Resource-Economy Trace resource_scope reference value",
"Resource-Economy Trace cost_model reference value",
"Resource-Economy Trace limits reference value",
"Resource-Economy Trace evidence_refs reference value",
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict"
]
],
[
"trace-uaix-evaluation-resource-economy-trace-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-evaluation-resource-economy-trace-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6218
UAIX Operator Decision v1
UAIX Operator Decision v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.evaluation.operator-decision.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.evaluation.operator-decision.v1
{
"uai_version": "1.0",
"profile": "uaix.evaluation.operator-decision.v1",
"message_id": "msg-2026-06-04-uaix-evaluation-operator-decision-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-evaluation-operator-decision-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-evaluation-operator-decision-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"decision": "Operator Decision decision reference value",
"authority_basis": "Operator Decision authority_basis reference value",
"options_reviewed": "Operator Decision options_reviewed reference value",
"human_review_required": true,
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict"
]
},
"provenance": {
"trace_id": "trace-uaix-evaluation-operator-decision-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-evaluation-operator-decision-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.evaluation.operator-decision.v1",
"msg-2026-06-04-uaix-evaluation-operator-decision-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-evaluation-operator-decision-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-evaluation-operator-decision-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"Operator Decision decision reference value",
"Operator Decision authority_basis reference value",
"Operator Decision options_reviewed reference value",
true,
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict"
]
],
[
"trace-uaix-evaluation-operator-decision-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-evaluation-operator-decision-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6219
UAIX No-op Justification v1
UAIX No-op Justification v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.evaluation.no-op-justification.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.evaluation.no-op-justification.v1
{
"uai_version": "1.0",
"profile": "uaix.evaluation.no-op-justification.v1",
"message_id": "msg-2026-06-04-uaix-evaluation-no-op-justification-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-evaluation-no-op-justification-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-evaluation-no-op-justification-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"trigger": "No-op Justification trigger reference value",
"reason": "No-op Justification reason reference value",
"missing_evidence": "No-op Justification missing_evidence reference value",
"human_review_url": "No-op Justification human_review_url reference value",
"safe_next_step": "No-op Justification safe_next_step reference value"
},
"provenance": {
"trace_id": "trace-uaix-evaluation-no-op-justification-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-evaluation-no-op-justification-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.evaluation.no-op-justification.v1",
"msg-2026-06-04-uaix-evaluation-no-op-justification-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-evaluation-no-op-justification-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-evaluation-no-op-justification-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"No-op Justification trigger reference value",
"No-op Justification reason reference value",
"No-op Justification missing_evidence reference value",
"No-op Justification human_review_url reference value",
"No-op Justification safe_next_step reference value"
],
[
"trace-uaix-evaluation-no-op-justification-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-evaluation-no-op-justification-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6220
UAIX Local Sandbox Safety Review v1
UAIX Local Sandbox Safety Review v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.evaluation.local-sandbox-safety-review.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.evaluation.local-sandbox-safety-review.v1
{
"uai_version": "1.0",
"profile": "uaix.evaluation.local-sandbox-safety-review.v1",
"message_id": "msg-2026-06-04-uaix-evaluation-local-sandbox-safety-review-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-evaluation-local-sandbox-safety-review-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-evaluation-local-sandbox-safety-review-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"sandbox_scope": "Local Sandbox Safety Review sandbox_scope reference value",
"unsafe_requests": "Local Sandbox Safety Review unsafe_requests reference value",
"blocked_operations": "Local Sandbox Safety Review blocked_operations reference value",
"review_result": "Local Sandbox Safety Review review_result reference value",
"no_op_triggers": [
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict"
]
},
"provenance": {
"trace_id": "trace-uaix-evaluation-local-sandbox-safety-review-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-evaluation-local-sandbox-safety-review-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.evaluation.local-sandbox-safety-review.v1",
"msg-2026-06-04-uaix-evaluation-local-sandbox-safety-review-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-evaluation-local-sandbox-safety-review-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-evaluation-local-sandbox-safety-review-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"Local Sandbox Safety Review sandbox_scope reference value",
"Local Sandbox Safety Review unsafe_requests reference value",
"Local Sandbox Safety Review blocked_operations reference value",
"Local Sandbox Safety Review review_result reference value",
[
"malformed_schema",
"missing_profile",
"unsupported_capability_level",
"authority_boundary_conflict"
]
],
[
"trace-uaix-evaluation-local-sandbox-safety-review-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-evaluation-local-sandbox-safety-review-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6221
UAIX Memory Ecosystem Handoff v1
UAIX Memory Ecosystem Handoff v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.evaluation.memory-ecosystem-handoff.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.evaluation.memory-ecosystem-handoff.v1
{
"uai_version": "1.0",
"profile": "uaix.evaluation.memory-ecosystem-handoff.v1",
"message_id": "msg-2026-06-04-uaix-evaluation-memory-ecosystem-handoff-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-evaluation-memory-ecosystem-handoff-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-evaluation-memory-ecosystem-handoff-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"source_memory": "Memory Ecosystem Handoff source_memory reference value",
"quarantine_status": "Memory Ecosystem Handoff quarantine_status reference value",
"promotion_targets": "Memory Ecosystem Handoff promotion_targets reference value",
"conflicts": "Memory Ecosystem Handoff conflicts reference value",
"receiver_brief": "Memory Ecosystem Handoff receiver_brief reference value"
},
"provenance": {
"trace_id": "trace-uaix-evaluation-memory-ecosystem-handoff-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-evaluation-memory-ecosystem-handoff-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.evaluation.memory-ecosystem-handoff.v1",
"msg-2026-06-04-uaix-evaluation-memory-ecosystem-handoff-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-evaluation-memory-ecosystem-handoff-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-evaluation-memory-ecosystem-handoff-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"Memory Ecosystem Handoff source_memory reference value",
"Memory Ecosystem Handoff quarantine_status reference value",
"Memory Ecosystem Handoff promotion_targets reference value",
"Memory Ecosystem Handoff conflicts reference value",
"Memory Ecosystem Handoff receiver_brief reference value"
],
[
"trace-uaix-evaluation-memory-ecosystem-handoff-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-evaluation-memory-ecosystem-handoff-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-ACF-6222
UAIX DE11 Benchmark Summary v1
UAIX DE11 Benchmark Summary v1 for the UAIX agent capability, memory firewall, evaluation packet, and conformance evidence surface.
- Profile
- uaix.evaluation.de11-benchmark-summary.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.evaluation.de11-benchmark-summary.v1
{
"uai_version": "1.0",
"profile": "uaix.evaluation.de11-benchmark-summary.v1",
"message_id": "msg-2026-06-04-uaix-evaluation-de11-benchmark-summary-v1",
"source": {
"type": "site",
"id": "uaix.org",
"uri": "https://uaix.org/"
},
"target": {
"type": "public-reviewer",
"id": "agent-or-human-reviewer",
"uri": "https://uaix.org/en-us/tools/validator/"
},
"conversation": {
"conversation_id": "conv-2026-06-04-agent-capability-alignment",
"turn_id": "uaix-evaluation-de11-benchmark-summary-v1",
"traceparent": "00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
"sequence": 1,
"correlation_id": "uaix-uaix-evaluation-de11-benchmark-summary-v1"
},
"delivery": {
"mode": "async",
"priority": "review",
"expires_at": "2026-12-31T23:59:59Z",
"reply_requested": false,
"ack_required": false,
"lifecycle": "review",
"fallback_directive": "no-op-plus-human-review"
},
"trust": {
"channel": "public-web",
"auth_scheme": "none",
"principal": "https://uaix.org/",
"credential_ref": "",
"signature_ref": "",
"replay_window_id": "public-review"
},
"body": {
"benchmark_id": "DE11 Benchmark Summary benchmark_id reference value",
"bounded_scope": "DE11 Benchmark Summary bounded_scope reference value",
"reference_result": "DE11 Benchmark Summary reference_result reference value",
"limitations": [
"Bounded reference evidence only.",
"No runtime proof or certification claim."
],
"non_claims": [
"No proof of consciousness.",
"No deployment safety certification.",
"No credential validation."
]
},
"provenance": {
"trace_id": "trace-uaix-evaluation-de11-benchmark-summary-v1",
"issued_at": "2026-06-04T20:00:00Z",
"log_ref": "urn:uaix:release:2026-06-04:agent-capability-alignment",
"agent_id": "uaix-publication-generator",
"model_id": "static-artifact-generator",
"confidence": 0.98,
"lineage": [
{
"stage": "intake-review",
"actor_id": "codex",
"model_id": "gpt-5-codex",
"note": "Applied relevant capability and memory firewall source material with conservative claim boundaries."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs",
"checksum": "sha256:uaix-uaix-evaluation-de11-benchmark-summary-v1-placeholder-review-checksum"
},
"extensions": []
}[
"1.0",
"uaix.evaluation.de11-benchmark-summary.v1",
"msg-2026-06-04-uaix-evaluation-de11-benchmark-summary-v1",
[
"site",
"uaix.org",
null,
"https://uaix.org/"
],
[
"public-reviewer",
"agent-or-human-reviewer",
null,
"https://uaix.org/en-us/tools/validator/"
],
[
"conv-2026-06-04-agent-capability-alignment",
"uaix-evaluation-de11-benchmark-summary-v1",
null,
"00-4bf92f3577b34da6a3ce929d0e0e4736-00f067aa0ba902b7-01",
1,
"uaix-uaix-evaluation-de11-benchmark-summary-v1"
],
[
"async",
"review",
"2026-12-31T23:59:59Z",
false,
false,
null,
null,
null,
null,
"review",
null,
"no-op-plus-human-review"
],
[
"public-web",
"none",
"https://uaix.org/",
"",
"",
"public-review"
],
[
"DE11 Benchmark Summary benchmark_id reference value",
"DE11 Benchmark Summary bounded_scope reference value",
"DE11 Benchmark Summary reference_result reference value",
[
"Bounded reference evidence only.",
"No runtime proof or certification claim."
],
[
"No proof of consciousness.",
"No deployment safety certification.",
"No credential validation."
]
],
[
"trace-uaix-evaluation-de11-benchmark-summary-v1",
null,
"2026-06-04T20:00:00Z",
"urn:uaix:release:2026-06-04:agent-capability-alignment",
"uaix-publication-generator",
"static-artifact-generator",
0.98,
[
[
"intake-review",
"codex",
"gpt-5-codex",
"Applied relevant capability and memory firewall source material with conservative claim boundaries."
]
]
],
[
1,
"sha256",
"jcs",
"sha256:uaix-uaix-evaluation-de11-benchmark-summary-v1-placeholder-review-checksum"
],
[]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-SPEC-0101
UAIX SPEC-01 Canonical Envelope v1
Publication-envelope contract for portable evidence-bearing UAIX records, including payload, evidence, redaction, trust, signature status, verification, exceptions, and warnings.
- Profile
- uaix.spec-01.envelope.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.spec-01.envelope.v1
{
"uai_version": "1.0",
"profile": "uaix.spec-01.envelope.v1",
"message_id": "msg_uaix_spec01_envelope_0001",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standards-publisher",
"project": "uaix.org"
},
"target": {
"type": "project",
"id": "project_uaix.reader",
"label": "UAIX Standards Reader",
"uri": "https://uaix.org/standards/",
"role": "standards-consumer",
"project": "uaix.org"
},
"conversation": {
"conversation_id": "conv_20260602_standards",
"turn_id": "turn_001",
"parent_message_id": "none",
"correlation_id": "corr_20260602_standards_0001",
"traceparent": "00-22222222222222222222222222222222-0000000000000001-01",
"sequence": 1
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260602_spec01_envelope_0001",
"retry_count": 0,
"sequence": 1,
"lifecycle": "validated",
"timeout_ms": 0,
"fallback_directive": "If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signatureStatus": "unsigned",
"verification": {
"status": "not_verified",
"reason": "Reference example for review only; it is not a trusted identity assertion."
}
},
"body": {
"uaixVersion": "1.0",
"spec": "SPEC-01",
"envelopeId": "env_uaix_spec01_0001",
"createdUtc": "2026-06-08T00:42:50Z",
"issuer": {
"id": "uaix.org",
"kind": "standards-site"
},
"issuerDisplayName": "UAIX.org",
"issuerPublicUrl": "https://uaix.org/",
"issuerCapabilityLevel": "L1",
"audience": "standards implementers and reviewing agents",
"lifecycleState": "reviewable-example",
"trustPosture": "unsigned-review-only",
"payloadType": "standards-publication-envelope",
"payloadSchema": {
"profileId": "uaix.spec-01.envelope.v1",
"schemaUrl": "https://uaix.org/wp-json/uaix/v1/schemas/uaix.spec-01.envelope.v1"
},
"payload": {
"summary": "Canonical publication envelope shape mapped to the current UAI-1 transport envelope."
},
"evidence": [
{
"kind": "public-route",
"url": "https://uaix.org/standards/spec-01/"
}
],
"redactions": [],
"signature": {
"present": false,
"reason": "Unsigned reference example."
},
"signatureStatus": "unsigned",
"verification": {
"status": "not_verified",
"reason": "Reference example only."
},
"exceptions": [],
"warnings": [
"Does not authorize execution."
],
"rules": [
"Local policy wins.",
"Unsigned records are reviewable but not trusted identity."
],
"supportBoundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"localPolicyWins": true
},
"provenance": {
"trace_id": "trace_20260602_standards",
"issued_at": "2026-06-08T00:42:50Z",
"log_ref": "urn:uaix:log:standards-release:20260602:spec01_envelope_0001",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"confidence": 1,
"lineage": [
{
"stage": "standards-release",
"actor_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"note": "Generated as a safe public fixture for UAIX standards release 3.57.0."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:reference-example-review-only"
},
"extensions": [
{
"namespace": "urn:uaix:ext:standards-release",
"purpose": "Documents UAIX standards profile examples without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uaix.spec-01.envelope.v1",
"msg_uaix_spec01_envelope_0001",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standards-publisher",
null,
"uaix.org"
],
[
"project",
"project_uaix.reader",
"UAIX Standards Reader",
"https://uaix.org/standards/",
null,
"standards-consumer",
null,
"uaix.org"
],
[
"conv_20260602_standards",
"turn_001",
"none",
"00-22222222222222222222222222222222-0000000000000001-01",
1,
"corr_20260602_standards_0001"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260602_spec01_envelope_0001",
0,
1,
"validated",
0,
"If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"1.0",
"SPEC-01",
"env_uaix_spec01_0001",
"2026-06-08T00:42:50Z",
{
"id": "uaix.org",
"kind": "standards-site"
},
"UAIX.org",
"https://uaix.org/",
"L1",
"standards implementers and reviewing agents",
"reviewable-example",
"unsigned-review-only",
"standards-publication-envelope",
{
"profileId": "uaix.spec-01.envelope.v1",
"schemaUrl": "https://uaix.org/wp-json/uaix/v1/schemas/uaix.spec-01.envelope.v1"
},
{
"summary": "Canonical publication envelope shape mapped to the current UAI-1 transport envelope."
},
[
{
"kind": "public-route",
"url": "https://uaix.org/standards/spec-01/"
}
],
[],
{
"present": false,
"reason": "Unsigned reference example."
},
"unsigned",
{
"status": "not_verified",
"reason": "Reference example only."
},
[],
[
"Does not authorize execution."
],
[
"Local policy wins.",
"Unsigned records are reviewable but not trusted identity."
],
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
true
],
[
"trace_20260602_standards",
null,
"2026-06-08T00:42:50Z",
"urn:uaix:log:standards-release:20260602:spec01_envelope_0001",
"svc_uaix.publisher",
"model.uaix.standards-publication",
1,
[
[
"standards-release",
"svc_uaix.publisher",
"model.uaix.standards-publication",
"Generated as a safe public fixture for UAIX standards release 3.57.0."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:reference-example-review-only"
],
[
[
"urn:uaix:ext:standards-release",
"Documents UAIX standards profile examples without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-CAPSTD-0101
UAIX Capability Profile v1
UAIX capability profile for declaring L0-L6 client posture, consent boundaries, fallback behavior, evidence requirements, and safe default behavior.
- Profile
- uaix.capability-profile.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.capability-profile.v1
{
"uai_version": "1.0",
"profile": "uaix.capability-profile.v1",
"message_id": "msg_uaix_capability_profile_0002",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standards-publisher",
"project": "uaix.org"
},
"target": {
"type": "project",
"id": "project_uaix.reader",
"label": "UAIX Standards Reader",
"uri": "https://uaix.org/standards/",
"role": "standards-consumer",
"project": "uaix.org"
},
"conversation": {
"conversation_id": "conv_20260602_standards",
"turn_id": "turn_002",
"parent_message_id": "none",
"correlation_id": "corr_20260602_standards_0001",
"traceparent": "00-22222222222222222222222222222222-0000000000000002-01",
"sequence": 2
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260602_capability_profile_0002",
"retry_count": 0,
"sequence": 2,
"lifecycle": "validated",
"timeout_ms": 0,
"fallback_directive": "If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signatureStatus": "unsigned",
"verification": {
"status": "not_verified",
"reason": "Reference example for review only; it is not a trusted identity assertion."
}
},
"body": {
"capabilityProfileId": "uaix.capability-profile.example",
"profileVersion": "1.0",
"declaredLevel": "L3",
"supportedLevels": [
"L0",
"L1",
"L2",
"L3"
],
"capabilities": {
"fetchStatic": true,
"fetchJson": true,
"browserUi": true,
"postWithConsent": true,
"toolCallsWithConsent": true,
"longRunningWorkflow": false,
"coordinateAgents": false,
"auditedSystem": false
},
"consentRequiredFor": [
"authentication",
"posting",
"tool-calls",
"memory-writes"
],
"fallbacks": [
"Downgrade to L1 JSON when rendered UI or tools are unavailable.",
"Return a blocker before writes without consent."
],
"safeDefaultResponse": "Read static and JSON records, then request review before write-capable actions.",
"evidenceRequirements": [
"schema route",
"example route",
"validator result",
"human consent record for writes"
],
"supportBoundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"localPolicyWins": true
},
"provenance": {
"trace_id": "trace_20260602_standards",
"issued_at": "2026-06-08T00:42:50Z",
"log_ref": "urn:uaix:log:standards-release:20260602:capability_profile_0002",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"confidence": 1,
"lineage": [
{
"stage": "standards-release",
"actor_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"note": "Generated as a safe public fixture for UAIX standards release 3.57.0."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:reference-example-review-only"
},
"extensions": [
{
"namespace": "urn:uaix:ext:standards-release",
"purpose": "Documents UAIX standards profile examples without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uaix.capability-profile.v1",
"msg_uaix_capability_profile_0002",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standards-publisher",
null,
"uaix.org"
],
[
"project",
"project_uaix.reader",
"UAIX Standards Reader",
"https://uaix.org/standards/",
null,
"standards-consumer",
null,
"uaix.org"
],
[
"conv_20260602_standards",
"turn_002",
"none",
"00-22222222222222222222222222222222-0000000000000002-01",
2,
"corr_20260602_standards_0001"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260602_capability_profile_0002",
0,
2,
"validated",
0,
"If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"uaix.capability-profile.example",
"1.0",
"L3",
[
"L0",
"L1",
"L2",
"L3"
],
{
"fetchStatic": true,
"fetchJson": true,
"browserUi": true,
"postWithConsent": true,
"toolCallsWithConsent": true,
"longRunningWorkflow": false,
"coordinateAgents": false,
"auditedSystem": false
},
[
"authentication",
"posting",
"tool-calls",
"memory-writes"
],
[
"Downgrade to L1 JSON when rendered UI or tools are unavailable.",
"Return a blocker before writes without consent."
],
"Read static and JSON records, then request review before write-capable actions.",
[
"schema route",
"example route",
"validator result",
"human consent record for writes"
],
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
true
],
[
"trace_20260602_standards",
null,
"2026-06-08T00:42:50Z",
"urn:uaix:log:standards-release:20260602:capability_profile_0002",
"svc_uaix.publisher",
"model.uaix.standards-publication",
1,
[
[
"standards-release",
"svc_uaix.publisher",
"model.uaix.standards-publication",
"Generated as a safe public fixture for UAIX standards release 3.57.0."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:reference-example-review-only"
],
[
[
"urn:uaix:ext:standards-release",
"Documents UAIX standards profile examples without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-CAPSTD-0102
UAIX Capability Ladder v1
Machine-readable L0-L6 capability ladder with safe fallbacks, unsupported implication boundaries, and reference-only client scenarios.
- Profile
- uaix.capability-ladder.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.capability-ladder.v1
{
"uai_version": "1.0",
"profile": "uaix.capability-ladder.v1",
"message_id": "msg_uaix_capability_ladder_0003",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standards-publisher",
"project": "uaix.org"
},
"target": {
"type": "project",
"id": "project_uaix.reader",
"label": "UAIX Standards Reader",
"uri": "https://uaix.org/standards/",
"role": "standards-consumer",
"project": "uaix.org"
},
"conversation": {
"conversation_id": "conv_20260602_standards",
"turn_id": "turn_003",
"parent_message_id": "none",
"correlation_id": "corr_20260602_standards_0001",
"traceparent": "00-22222222222222222222222222222222-0000000000000003-01",
"sequence": 3
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260602_capability_ladder_0003",
"retry_count": 0,
"sequence": 3,
"lifecycle": "validated",
"timeout_ms": 0,
"fallback_directive": "If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signatureStatus": "unsigned",
"verification": {
"status": "not_verified",
"reason": "Reference example for review only; it is not a trusted identity assertion."
}
},
"body": {
"ladderId": "uaix-capability-ladder-L0-L6",
"levels": [
{
"level": "L0",
"label": "Static or limited browser",
"mayDo": [
"Read static HTML",
"Read Markdown",
"Read sitemap and llms files",
"Read small JSON"
],
"mustNotImply": [
"JavaScript execution",
"Posting",
"Authentication",
"Tool calls",
"Memory writes",
"Coordination"
],
"fallback": "Plain links, copyable text, and small JSON."
},
{
"level": "L1",
"label": "Structured fetch",
"mayDo": [
"Fetch schemas",
"Fetch registry entries",
"Fetch examples",
"Read route manifests"
],
"mustNotImply": [
"Rendered UI parity",
"Write-capable behavior"
],
"fallback": "Low-token JSON and stable route URLs."
},
{
"level": "L2",
"label": "Browser-assisted agent",
"mayDo": [
"Inspect rendered UI",
"Compare rendered UI with static evidence"
],
"mustNotImply": [
"Autonomous writes",
"Authentication",
"Tool calls"
],
"fallback": "Static/JSON parity note."
},
{
"level": "L3",
"label": "Tool agent",
"mayDo": [
"Call tools with consent",
"Authenticate with consent",
"Post with idempotency and evidence"
],
"mustNotImply": [
"Workflow ownership",
"Memory promotion"
],
"fallback": "Blocker record and human review."
},
{
"level": "L4",
"label": "Workflow agent",
"mayDo": [
"Run external long tasks",
"Publish task status",
"Publish final reports"
],
"mustNotImply": [
"Unreviewed memory promotion",
"Agent coordination"
],
"fallback": "Status, blocker, and final-report packets."
},
{
"level": "L5",
"label": "Multi-agent runtime",
"mayDo": [
"Coordinate external agents",
"Carry reviewed handoffs"
],
"mustNotImply": [
"UAIX-hosted execution",
"Unverifiable trust claims"
],
"fallback": "Unsigned reference handoff or verifier-backed receipt when real verifier evidence exists."
},
{
"level": "L6",
"label": "Audited agent system",
"mayDo": [
"Attach provenance",
"Attach audit digests",
"Attach consent and validator output"
],
"mustNotImply": [
"Certification",
"Endorsement",
"Trust without local policy"
],
"fallback": "Public-safe audit digest and explicit exceptions."
}
],
"fallbackRules": [
"Unknown capability downgrades to L0/L1.",
"Writes, auth, tools, memory, coordination, verifier, and audit claims require explicit capability and consent.",
"Missing verifier evidence means signed metadata stays review-only."
],
"safeDefaultResponse": "Return the static or JSON proof path and request human review.",
"referenceExamples": [
{
"level": "L0",
"name": "Static reader",
"supportClaim": "Can read HTML, Markdown, sitemap, llms, and small JSON only."
},
{
"level": "L1",
"name": "Structured fetcher",
"supportClaim": "Can fetch schema, registry, examples, and catalog records."
},
{
"level": "L2",
"name": "Browser-assisted reviewer",
"supportClaim": "Can compare rendered UI with static/JSON parity evidence."
},
{
"level": "L3",
"name": "Tool agent",
"supportClaim": "Can prepare tool or post requests only with explicit consent."
},
{
"level": "L4",
"name": "Workflow agent",
"supportClaim": "Can run long tasks in an external runtime with status and final-report evidence."
},
{
"level": "L5",
"name": "Signed handoff metadata reference",
"supportClaim": "Reference-only unsigned shape; no cryptographic trust claim until verifier evidence exists."
},
{
"level": "L6",
"name": "Audited system",
"supportClaim": "Can publish public-safe audit digests with private material excluded."
}
],
"supportBoundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"localPolicyWins": true
},
"provenance": {
"trace_id": "trace_20260602_standards",
"issued_at": "2026-06-08T00:42:50Z",
"log_ref": "urn:uaix:log:standards-release:20260602:capability_ladder_0003",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"confidence": 1,
"lineage": [
{
"stage": "standards-release",
"actor_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"note": "Generated as a safe public fixture for UAIX standards release 3.57.0."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:reference-example-review-only"
},
"extensions": [
{
"namespace": "urn:uaix:ext:standards-release",
"purpose": "Documents UAIX standards profile examples without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uaix.capability-ladder.v1",
"msg_uaix_capability_ladder_0003",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standards-publisher",
null,
"uaix.org"
],
[
"project",
"project_uaix.reader",
"UAIX Standards Reader",
"https://uaix.org/standards/",
null,
"standards-consumer",
null,
"uaix.org"
],
[
"conv_20260602_standards",
"turn_003",
"none",
"00-22222222222222222222222222222222-0000000000000003-01",
3,
"corr_20260602_standards_0001"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260602_capability_ladder_0003",
0,
3,
"validated",
0,
"If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"uaix-capability-ladder-L0-L6",
[
{
"level": "L0",
"label": "Static or limited browser",
"mayDo": [
"Read static HTML",
"Read Markdown",
"Read sitemap and llms files",
"Read small JSON"
],
"mustNotImply": [
"JavaScript execution",
"Posting",
"Authentication",
"Tool calls",
"Memory writes",
"Coordination"
],
"fallback": "Plain links, copyable text, and small JSON."
},
{
"level": "L1",
"label": "Structured fetch",
"mayDo": [
"Fetch schemas",
"Fetch registry entries",
"Fetch examples",
"Read route manifests"
],
"mustNotImply": [
"Rendered UI parity",
"Write-capable behavior"
],
"fallback": "Low-token JSON and stable route URLs."
},
{
"level": "L2",
"label": "Browser-assisted agent",
"mayDo": [
"Inspect rendered UI",
"Compare rendered UI with static evidence"
],
"mustNotImply": [
"Autonomous writes",
"Authentication",
"Tool calls"
],
"fallback": "Static/JSON parity note."
},
{
"level": "L3",
"label": "Tool agent",
"mayDo": [
"Call tools with consent",
"Authenticate with consent",
"Post with idempotency and evidence"
],
"mustNotImply": [
"Workflow ownership",
"Memory promotion"
],
"fallback": "Blocker record and human review."
},
{
"level": "L4",
"label": "Workflow agent",
"mayDo": [
"Run external long tasks",
"Publish task status",
"Publish final reports"
],
"mustNotImply": [
"Unreviewed memory promotion",
"Agent coordination"
],
"fallback": "Status, blocker, and final-report packets."
},
{
"level": "L5",
"label": "Multi-agent runtime",
"mayDo": [
"Coordinate external agents",
"Carry reviewed handoffs"
],
"mustNotImply": [
"UAIX-hosted execution",
"Unverifiable trust claims"
],
"fallback": "Unsigned reference handoff or verifier-backed receipt when real verifier evidence exists."
},
{
"level": "L6",
"label": "Audited agent system",
"mayDo": [
"Attach provenance",
"Attach audit digests",
"Attach consent and validator output"
],
"mustNotImply": [
"Certification",
"Endorsement",
"Trust without local policy"
],
"fallback": "Public-safe audit digest and explicit exceptions."
}
],
[
"Unknown capability downgrades to L0/L1.",
"Writes, auth, tools, memory, coordination, verifier, and audit claims require explicit capability and consent.",
"Missing verifier evidence means signed metadata stays review-only."
],
"Return the static or JSON proof path and request human review.",
[
{
"level": "L0",
"name": "Static reader",
"supportClaim": "Can read HTML, Markdown, sitemap, llms, and small JSON only."
},
{
"level": "L1",
"name": "Structured fetcher",
"supportClaim": "Can fetch schema, registry, examples, and catalog records."
},
{
"level": "L2",
"name": "Browser-assisted reviewer",
"supportClaim": "Can compare rendered UI with static/JSON parity evidence."
},
{
"level": "L3",
"name": "Tool agent",
"supportClaim": "Can prepare tool or post requests only with explicit consent."
},
{
"level": "L4",
"name": "Workflow agent",
"supportClaim": "Can run long tasks in an external runtime with status and final-report evidence."
},
{
"level": "L5",
"name": "Signed handoff metadata reference",
"supportClaim": "Reference-only unsigned shape; no cryptographic trust claim until verifier evidence exists."
},
{
"level": "L6",
"name": "Audited system",
"supportClaim": "Can publish public-safe audit digests with private material excluded."
}
],
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
true
],
[
"trace_20260602_standards",
null,
"2026-06-08T00:42:50Z",
"urn:uaix:log:standards-release:20260602:capability_ladder_0003",
"svc_uaix.publisher",
"model.uaix.standards-publication",
1,
[
[
"standards-release",
"svc_uaix.publisher",
"model.uaix.standards-publication",
"Generated as a safe public fixture for UAIX standards release 3.57.0."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:reference-example-review-only"
],
[
[
"urn:uaix:ext:standards-release",
"Documents UAIX standards profile examples without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-SPEC-0201
UAIX SPEC-02 Project Handoff v1
Portable project memory and custody transfer contract for humans, agents, vendors, future sessions, and reviewed runtime consumers.
- Profile
- uaix.spec-02.project-handoff.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.spec-02.project-handoff.v1
{
"uai_version": "1.0",
"profile": "uaix.spec-02.project-handoff.v1",
"message_id": "msg_uaix_spec02_project_handoff_0004",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standards-publisher",
"project": "uaix.org"
},
"target": {
"type": "project",
"id": "project_uaix.reader",
"label": "UAIX Standards Reader",
"uri": "https://uaix.org/standards/",
"role": "standards-consumer",
"project": "uaix.org"
},
"conversation": {
"conversation_id": "conv_20260602_standards",
"turn_id": "turn_004",
"parent_message_id": "none",
"correlation_id": "corr_20260602_standards_0001",
"traceparent": "00-22222222222222222222222222222222-0000000000000004-01",
"sequence": 4
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260602_spec02_project_handoff_0004",
"retry_count": 0,
"sequence": 4,
"lifecycle": "validated",
"timeout_ms": 0,
"fallback_directive": "If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signatureStatus": "unsigned",
"verification": {
"status": "not_verified",
"reason": "Reference example for review only; it is not a trusted identity assertion."
}
},
"body": {
"projectId": "uaix.org",
"handoffId": "handoff_uaix_spec02_example",
"createdUtc": "2026-06-08T00:42:50Z",
"owner": {
"name": "UAIX",
"publicUrl": "https://uaix.org/"
},
"custodian": {
"kind": "receiving-agent-or-human",
"authority": "review-only until local policy accepts"
},
"frontDoor": {
"path": "AGENTS.md",
"purpose": "First file to read before broad work."
},
"memoryRoots": [
".uai/"
],
"requiredReads": [
"AGENTS.md",
".uai/readme.human",
".uai/context.uai",
".uai/constraints.uai"
],
"currentState": {
"summary": "Project Handoff is portable project memory and custody transfer, not runtime authorization."
},
"constraints": [
"No secrets.",
"No untrusted execution.",
"Local policy wins."
],
"decisions": [
"Use local .uai memory, not scattered memory folders."
],
"nextActions": [
"Validate schemas and examples before release."
],
"targetedChecks": [
"schema validation",
"examples validation",
"static discovery assets"
],
"evidence": [
{
"kind": "public-route",
"url": "https://uaix.org/standards/spec-02-project-handoff/"
}
],
"redactions": [],
"warnings": [
"Does not grant production mutation permission."
],
"referenceScenarios": [
{
"name": "NeuralWikis memory handoff reference example",
"supportClaim": "reference-only; no claim current UAIX.org supports or implements NeuralWikis runtime behavior"
},
{
"name": "LocalEndpoint safe local capability reference example",
"supportClaim": "reference-only; local endpoint owns execution controls and consent gates"
},
{
"name": "Carcinus public profile handoff reference example",
"supportClaim": "reference-only; Carcinus remains a separate runtime/orchestrator outside UAIX.org"
}
],
"supportBoundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"localPolicyWins": true
},
"provenance": {
"trace_id": "trace_20260602_standards",
"issued_at": "2026-06-08T00:42:50Z",
"log_ref": "urn:uaix:log:standards-release:20260602:spec02_project_handoff_0004",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"confidence": 1,
"lineage": [
{
"stage": "standards-release",
"actor_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"note": "Generated as a safe public fixture for UAIX standards release 3.57.0."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:reference-example-review-only"
},
"extensions": [
{
"namespace": "urn:uaix:ext:standards-release",
"purpose": "Documents UAIX standards profile examples without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uaix.spec-02.project-handoff.v1",
"msg_uaix_spec02_project_handoff_0004",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standards-publisher",
null,
"uaix.org"
],
[
"project",
"project_uaix.reader",
"UAIX Standards Reader",
"https://uaix.org/standards/",
null,
"standards-consumer",
null,
"uaix.org"
],
[
"conv_20260602_standards",
"turn_004",
"none",
"00-22222222222222222222222222222222-0000000000000004-01",
4,
"corr_20260602_standards_0001"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260602_spec02_project_handoff_0004",
0,
4,
"validated",
0,
"If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"uaix.org",
"handoff_uaix_spec02_example",
"2026-06-08T00:42:50Z",
{
"name": "UAIX",
"publicUrl": "https://uaix.org/"
},
{
"kind": "receiving-agent-or-human",
"authority": "review-only until local policy accepts"
},
{
"path": "AGENTS.md",
"purpose": "First file to read before broad work."
},
[
".uai/"
],
[
"AGENTS.md",
".uai/readme.human",
".uai/context.uai",
".uai/constraints.uai"
],
{
"summary": "Project Handoff is portable project memory and custody transfer, not runtime authorization."
},
[
"No secrets.",
"No untrusted execution.",
"Local policy wins."
],
[
"Use local .uai memory, not scattered memory folders."
],
[
"Validate schemas and examples before release."
],
[
"schema validation",
"examples validation",
"static discovery assets"
],
[
{
"kind": "public-route",
"url": "https://uaix.org/standards/spec-02-project-handoff/"
}
],
[],
[
"Does not grant production mutation permission."
],
[
{
"name": "NeuralWikis memory handoff reference example",
"supportClaim": "reference-only; no claim current UAIX.org supports or implements NeuralWikis runtime behavior"
},
{
"name": "LocalEndpoint safe local capability reference example",
"supportClaim": "reference-only; local endpoint owns execution controls and consent gates"
},
{
"name": "Carcinus public profile handoff reference example",
"supportClaim": "reference-only; Carcinus remains a separate runtime/orchestrator outside UAIX.org"
}
],
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
true
],
[
"trace_20260602_standards",
null,
"2026-06-08T00:42:50Z",
"urn:uaix:log:standards-release:20260602:spec02_project_handoff_0004",
"svc_uaix.publisher",
"model.uaix.standards-publication",
1,
[
[
"standards-release",
"svc_uaix.publisher",
"model.uaix.standards-publication",
"Generated as a safe public fixture for UAIX standards release 3.57.0."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:reference-example-review-only"
],
[
[
"urn:uaix:ext:standards-release",
"Documents UAIX standards profile examples without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-SPEC-0301
UAIX SPEC-03 AGENTS.md Metadata v1
AGENTS.md front-door metadata for canonical roots, nested instruction scope, command policy, memory loading, and safety boundaries.
- Profile
- uaix.spec-03.agents-md-metadata.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.spec-03.agents-md-metadata.v1
{
"uai_version": "1.0",
"profile": "uaix.spec-03.agents-md-metadata.v1",
"message_id": "msg_uaix_spec03_agents_md_0005",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standards-publisher",
"project": "uaix.org"
},
"target": {
"type": "project",
"id": "project_uaix.reader",
"label": "UAIX Standards Reader",
"uri": "https://uaix.org/standards/",
"role": "standards-consumer",
"project": "uaix.org"
},
"conversation": {
"conversation_id": "conv_20260602_standards",
"turn_id": "turn_005",
"parent_message_id": "none",
"correlation_id": "corr_20260602_standards_0001",
"traceparent": "00-22222222222222222222222222222222-0000000000000005-01",
"sequence": 5
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260602_spec03_agents_md_0005",
"retry_count": 0,
"sequence": 5,
"lifecycle": "validated",
"timeout_ms": 0,
"fallback_directive": "If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signatureStatus": "unsigned",
"verification": {
"status": "not_verified",
"reason": "Reference example for review only; it is not a trusted identity assertion."
}
},
"body": {
"repositoryId": "uaix.org-wordpress",
"canonicalRoot": "PROJECT_ROOT",
"agentsMdPath": "AGENTS.md",
"coordinatorPath": "WORKSPACE_COORDINATOR",
"localUaiRoot": ".uai/",
"nestedScopes": [
{
"path": "wp-content/themes/uaix-authority-theme/",
"owner": "active public theme"
},
{
"path": "wp-content/plugins/uaix-core/",
"owner": "schemas, examples, registry, validator"
}
],
"requiredReads": [
"AGENTS.md",
".uai/readme.human",
".uai/constraints.uai",
".uai/test-plan.uai"
],
"commandPolicy": {
"prefer": [
"rg",
"PowerShell scripts in repo"
],
"buildFrom": "E:\\Source\\WP"
},
"forbiddenOperations": [
"destructive git reset",
"untrusted file execution",
"secret publication",
"unsupported runtime claims"
],
"memoryPolicy": {
"root": ".uai/",
"noScatteredMemoryFolders": true
},
"securityBoundaries": {
"noSecrets": true,
"localPolicyWins": true,
"noRuntimeAuthorization": true
},
"examples": [
"WordPress theme/plugin workspace",
"Python service",
"ASP.NET Core service",
"multi-package repository"
],
"supportBoundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"localPolicyWins": true
},
"provenance": {
"trace_id": "trace_20260602_standards",
"issued_at": "2026-06-08T00:42:50Z",
"log_ref": "urn:uaix:log:standards-release:20260602:spec03_agents_md_0005",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"confidence": 1,
"lineage": [
{
"stage": "standards-release",
"actor_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"note": "Generated as a safe public fixture for UAIX standards release 3.57.0."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:reference-example-review-only"
},
"extensions": [
{
"namespace": "urn:uaix:ext:standards-release",
"purpose": "Documents UAIX standards profile examples without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uaix.spec-03.agents-md-metadata.v1",
"msg_uaix_spec03_agents_md_0005",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standards-publisher",
null,
"uaix.org"
],
[
"project",
"project_uaix.reader",
"UAIX Standards Reader",
"https://uaix.org/standards/",
null,
"standards-consumer",
null,
"uaix.org"
],
[
"conv_20260602_standards",
"turn_005",
"none",
"00-22222222222222222222222222222222-0000000000000005-01",
5,
"corr_20260602_standards_0001"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260602_spec03_agents_md_0005",
0,
5,
"validated",
0,
"If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"uaix.org-wordpress",
"PROJECT_ROOT",
"AGENTS.md",
"WORKSPACE_COORDINATOR",
".uai/",
[
{
"path": "wp-content/themes/uaix-authority-theme/",
"owner": "active public theme"
},
{
"path": "wp-content/plugins/uaix-core/",
"owner": "schemas, examples, registry, validator"
}
],
[
"AGENTS.md",
".uai/readme.human",
".uai/constraints.uai",
".uai/test-plan.uai"
],
{
"prefer": [
"rg",
"PowerShell scripts in repo"
],
"buildFrom": "E:\\Source\\WP"
},
[
"destructive git reset",
"untrusted file execution",
"secret publication",
"unsupported runtime claims"
],
{
"root": ".uai/",
"noScatteredMemoryFolders": true
},
{
"noSecrets": true,
"localPolicyWins": true,
"noRuntimeAuthorization": true
},
[
"WordPress theme/plugin workspace",
"Python service",
"ASP.NET Core service",
"multi-package repository"
],
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
true
],
[
"trace_20260602_standards",
null,
"2026-06-08T00:42:50Z",
"urn:uaix:log:standards-release:20260602:spec03_agents_md_0005",
"svc_uaix.publisher",
"model.uaix.standards-publication",
1,
[
[
"standards-release",
"svc_uaix.publisher",
"model.uaix.standards-publication",
"Generated as a safe public fixture for UAIX standards release 3.57.0."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:reference-example-review-only"
],
[
[
"urn:uaix:ext:standards-release",
"Documents UAIX standards profile examples without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-SPEC-0401
UAIX SPEC-04 File Handoff v1
Safe supplied-file intake contract for manifests, bucket review, disposition, redaction, evidence, lifecycle, blocked-file rules, and archives.
- Profile
- uaix.spec-04.file-handoff.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.spec-04.file-handoff.v1
{
"uai_version": "1.0",
"profile": "uaix.spec-04.file-handoff.v1",
"message_id": "msg_uaix_spec04_file_handoff_0006",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standards-publisher",
"project": "uaix.org"
},
"target": {
"type": "project",
"id": "project_uaix.reader",
"label": "UAIX Standards Reader",
"uri": "https://uaix.org/standards/",
"role": "standards-consumer",
"project": "uaix.org"
},
"conversation": {
"conversation_id": "conv_20260602_standards",
"turn_id": "turn_006",
"parent_message_id": "none",
"correlation_id": "corr_20260602_standards_0001",
"traceparent": "00-22222222222222222222222222222222-0000000000000006-01",
"sequence": 6
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260602_spec04_file_handoff_0006",
"retry_count": 0,
"sequence": 6,
"lifecycle": "validated",
"timeout_ms": 0,
"fallback_directive": "If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signatureStatus": "unsigned",
"verification": {
"status": "not_verified",
"reason": "Reference example for review only; it is not a trusted identity assertion."
}
},
"body": {
"handoffId": "file_handoff_uaix_spec04_example",
"createdUtc": "2026-06-08T00:42:50Z",
"intakeBuckets": [
"agent-file-handoff/Content",
"agent-file-handoff/Improvement"
],
"fileManifest": [
{
"path": "agent-file-handoff/Improvement/example.md",
"mediaType": "text/markdown",
"reviewAction": "inspect-before-use",
"checksum": "sha256:example-placeholder"
}
],
"reviewDispositions": [
"apply-now",
"convert-into-roadmap-progress",
"archive-as-duplicate",
"defer-with-reason",
"ask-for-clarification",
"block-as-unsafe-or-out-of-scope"
],
"redactionPolicy": {
"redactBeforePromotion": [
"credentials",
"private data",
"local private paths",
"stack traces"
]
},
"lifecycle": [
"discovered",
"reviewed",
"applied",
"recorded",
"archived"
],
"archivePolicy": {
"archiveAfterDurableOutcome": true,
"neverAutoExecute": true
},
"evidence": [
{
"kind": "ledger",
"path": ".uai/intake-outcome-ledger.uai"
}
],
"blockedFileRules": [
"Do not run scripts from intake.",
"Do not treat dropped files as public truth.",
"Do not publish secrets."
],
"supportBoundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"localPolicyWins": true
},
"provenance": {
"trace_id": "trace_20260602_standards",
"issued_at": "2026-06-08T00:42:50Z",
"log_ref": "urn:uaix:log:standards-release:20260602:spec04_file_handoff_0006",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"confidence": 1,
"lineage": [
{
"stage": "standards-release",
"actor_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"note": "Generated as a safe public fixture for UAIX standards release 3.57.0."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:reference-example-review-only"
},
"extensions": [
{
"namespace": "urn:uaix:ext:standards-release",
"purpose": "Documents UAIX standards profile examples without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uaix.spec-04.file-handoff.v1",
"msg_uaix_spec04_file_handoff_0006",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standards-publisher",
null,
"uaix.org"
],
[
"project",
"project_uaix.reader",
"UAIX Standards Reader",
"https://uaix.org/standards/",
null,
"standards-consumer",
null,
"uaix.org"
],
[
"conv_20260602_standards",
"turn_006",
"none",
"00-22222222222222222222222222222222-0000000000000006-01",
6,
"corr_20260602_standards_0001"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260602_spec04_file_handoff_0006",
0,
6,
"validated",
0,
"If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"file_handoff_uaix_spec04_example",
"2026-06-08T00:42:50Z",
[
"agent-file-handoff/Content",
"agent-file-handoff/Improvement"
],
[
{
"path": "agent-file-handoff/Improvement/example.md",
"mediaType": "text/markdown",
"reviewAction": "inspect-before-use",
"checksum": "sha256:example-placeholder"
}
],
[
"apply-now",
"convert-into-roadmap-progress",
"archive-as-duplicate",
"defer-with-reason",
"ask-for-clarification",
"block-as-unsafe-or-out-of-scope"
],
{
"redactBeforePromotion": [
"credentials",
"private data",
"local private paths",
"stack traces"
]
},
[
"discovered",
"reviewed",
"applied",
"recorded",
"archived"
],
{
"archiveAfterDurableOutcome": true,
"neverAutoExecute": true
},
[
{
"kind": "ledger",
"path": ".uai/intake-outcome-ledger.uai"
}
],
[
"Do not run scripts from intake.",
"Do not treat dropped files as public truth.",
"Do not publish secrets."
],
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
true
],
[
"trace_20260602_standards",
null,
"2026-06-08T00:42:50Z",
"urn:uaix:log:standards-release:20260602:spec04_file_handoff_0006",
"svc_uaix.publisher",
"model.uaix.standards-publication",
1,
[
[
"standards-release",
"svc_uaix.publisher",
"model.uaix.standards-publication",
"Generated as a safe public fixture for UAIX standards release 3.57.0."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:reference-example-review-only"
],
[
[
"urn:uaix:ext:standards-release",
"Documents UAIX standards profile examples without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-REVIEW-0101
UAIX Review Receipt v1
Review receipt for inspected UAIX envelopes, checks, skipped checks, warnings, exceptions, trust decision, and local-policy result.
- Profile
- uaix.review-receipt.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.review-receipt.v1
{
"uai_version": "1.0",
"profile": "uaix.review-receipt.v1",
"message_id": "msg_uaix_review_receipt_0007",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standards-publisher",
"project": "uaix.org"
},
"target": {
"type": "project",
"id": "project_uaix.reader",
"label": "UAIX Standards Reader",
"uri": "https://uaix.org/standards/",
"role": "standards-consumer",
"project": "uaix.org"
},
"conversation": {
"conversation_id": "conv_20260602_standards",
"turn_id": "turn_007",
"parent_message_id": "none",
"correlation_id": "corr_20260602_standards_0001",
"traceparent": "00-22222222222222222222222222222222-0000000000000007-01",
"sequence": 7
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260602_review_receipt_0007",
"retry_count": 0,
"sequence": 7,
"lifecycle": "validated",
"timeout_ms": 0,
"fallback_directive": "If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signatureStatus": "unsigned",
"verification": {
"status": "not_verified",
"reason": "Reference example for review only; it is not a trusted identity assertion."
}
},
"body": {
"receiptId": "review_uaix_standards_example_0001",
"reviewedEnvelopeId": "env_uaix_spec01_0001",
"reviewedUtc": "2026-06-08T00:42:50Z",
"reviewer": "UAIX standards release reviewer",
"reviewResult": "accepted-for-reference",
"checksRun": [
"schema parse",
"example parse",
"reference-only boundary review"
],
"checksSkipped": [],
"warnings": [
"Unsigned example is reviewable but not trusted identity."
],
"exceptions": [],
"trustDecision": {
"signatureStatus": "unsigned",
"verification": "not_verified",
"localPolicyResult": "review-only"
},
"supportBoundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"localPolicyWins": true
},
"provenance": {
"trace_id": "trace_20260602_standards",
"issued_at": "2026-06-08T00:42:50Z",
"log_ref": "urn:uaix:log:standards-release:20260602:review_receipt_0007",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"confidence": 1,
"lineage": [
{
"stage": "standards-release",
"actor_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"note": "Generated as a safe public fixture for UAIX standards release 3.57.0."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:reference-example-review-only"
},
"extensions": [
{
"namespace": "urn:uaix:ext:standards-release",
"purpose": "Documents UAIX standards profile examples without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uaix.review-receipt.v1",
"msg_uaix_review_receipt_0007",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standards-publisher",
null,
"uaix.org"
],
[
"project",
"project_uaix.reader",
"UAIX Standards Reader",
"https://uaix.org/standards/",
null,
"standards-consumer",
null,
"uaix.org"
],
[
"conv_20260602_standards",
"turn_007",
"none",
"00-22222222222222222222222222222222-0000000000000007-01",
7,
"corr_20260602_standards_0001"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260602_review_receipt_0007",
0,
7,
"validated",
0,
"If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"review_uaix_standards_example_0001",
"env_uaix_spec01_0001",
"2026-06-08T00:42:50Z",
"UAIX standards release reviewer",
"accepted-for-reference",
[
"schema parse",
"example parse",
"reference-only boundary review"
],
[],
[
"Unsigned example is reviewable but not trusted identity."
],
[],
{
"signatureStatus": "unsigned",
"verification": "not_verified",
"localPolicyResult": "review-only"
},
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
true
],
[
"trace_20260602_standards",
null,
"2026-06-08T00:42:50Z",
"urn:uaix:log:standards-release:20260602:review_receipt_0007",
"svc_uaix.publisher",
"model.uaix.standards-publication",
1,
[
[
"standards-release",
"svc_uaix.publisher",
"model.uaix.standards-publication",
"Generated as a safe public fixture for UAIX standards release 3.57.0."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:reference-example-review-only"
],
[
[
"urn:uaix:ext:standards-release",
"Documents UAIX standards profile examples without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-AUDIT-0101
UAIX Public-Safe Audit Digest v1
Public-safe audit digest for evidence references, redactions, public findings, excluded private material, verification, exceptions, and warnings.
- Profile
- uaix.public-safe-audit-digest.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.public-safe-audit-digest.v1
{
"uai_version": "1.0",
"profile": "uaix.public-safe-audit-digest.v1",
"message_id": "msg_uaix_audit_digest_0008",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standards-publisher",
"project": "uaix.org"
},
"target": {
"type": "project",
"id": "project_uaix.reader",
"label": "UAIX Standards Reader",
"uri": "https://uaix.org/standards/",
"role": "standards-consumer",
"project": "uaix.org"
},
"conversation": {
"conversation_id": "conv_20260602_standards",
"turn_id": "turn_008",
"parent_message_id": "none",
"correlation_id": "corr_20260602_standards_0001",
"traceparent": "00-22222222222222222222222222222222-0000000000000008-01",
"sequence": 8
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260602_audit_digest_0008",
"retry_count": 0,
"sequence": 8,
"lifecycle": "validated",
"timeout_ms": 0,
"fallback_directive": "If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signatureStatus": "unsigned",
"verification": {
"status": "not_verified",
"reason": "Reference example for review only; it is not a trusted identity assertion."
}
},
"body": {
"digestId": "audit_uaix_public_safe_example_0001",
"subject": {
"route": "https://uaix.org/standards/",
"release": "3.85.0"
},
"createdUtc": "2026-06-08T00:42:50Z",
"scope": {
"includes": [
"public routes",
"schemas",
"examples"
],
"excludes": [
"private logs",
"secrets",
"local raw traces"
]
},
"evidenceRefs": [
{
"kind": "public-route",
"url": "https://uaix.org/standards/"
}
],
"redactions": [
"private logs excluded",
"local paths summarized only when needed for source review"
],
"publicFindings": [
"Standards records do not authorize execution.",
"Local policy wins."
],
"privateMaterialExcluded": true,
"verification": {
"status": "not_verified",
"reason": "Public-safe digest example only."
},
"exceptions": [],
"warnings": [
"Do not treat public digest as a complete private audit."
],
"supportBoundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"localPolicyWins": true
},
"provenance": {
"trace_id": "trace_20260602_standards",
"issued_at": "2026-06-08T00:42:50Z",
"log_ref": "urn:uaix:log:standards-release:20260602:audit_digest_0008",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"confidence": 1,
"lineage": [
{
"stage": "standards-release",
"actor_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"note": "Generated as a safe public fixture for UAIX standards release 3.57.0."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:reference-example-review-only"
},
"extensions": [
{
"namespace": "urn:uaix:ext:standards-release",
"purpose": "Documents UAIX standards profile examples without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uaix.public-safe-audit-digest.v1",
"msg_uaix_audit_digest_0008",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standards-publisher",
null,
"uaix.org"
],
[
"project",
"project_uaix.reader",
"UAIX Standards Reader",
"https://uaix.org/standards/",
null,
"standards-consumer",
null,
"uaix.org"
],
[
"conv_20260602_standards",
"turn_008",
"none",
"00-22222222222222222222222222222222-0000000000000008-01",
8,
"corr_20260602_standards_0001"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260602_audit_digest_0008",
0,
8,
"validated",
0,
"If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"audit_uaix_public_safe_example_0001",
{
"route": "https://uaix.org/standards/",
"release": "3.85.0"
},
"2026-06-08T00:42:50Z",
{
"includes": [
"public routes",
"schemas",
"examples"
],
"excludes": [
"private logs",
"secrets",
"local raw traces"
]
},
[
{
"kind": "public-route",
"url": "https://uaix.org/standards/"
}
],
[
"private logs excluded",
"local paths summarized only when needed for source review"
],
[
"Standards records do not authorize execution.",
"Local policy wins."
],
true,
{
"status": "not_verified",
"reason": "Public-safe digest example only."
},
[],
[
"Do not treat public digest as a complete private audit."
],
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
true
],
[
"trace_20260602_standards",
null,
"2026-06-08T00:42:50Z",
"urn:uaix:log:standards-release:20260602:audit_digest_0008",
"svc_uaix.publisher",
"model.uaix.standards-publication",
1,
[
[
"standards-release",
"svc_uaix.publisher",
"model.uaix.standards-publication",
"Generated as a safe public fixture for UAIX standards release 3.57.0."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:reference-example-review-only"
],
[
[
"urn:uaix:ext:standards-release",
"Documents UAIX standards profile examples without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
UAIX-REDACT-0101
UAIX Redaction Policy v1
Redaction policy for secret patterns, data classes, review gates, never-publish values, verification, exceptions, and warnings.
- Profile
- uaix.redaction-policy.v1
- Outcome
- PASS
- REST route
- /wp-json/uaix/v1/examples/uaix.redaction-policy.v1
{
"uai_version": "1.0",
"profile": "uaix.redaction-policy.v1",
"message_id": "msg_uaix_redaction_policy_0009",
"source": {
"type": "service",
"id": "svc_uaix.publisher",
"label": "UAIX Standards Publisher",
"uri": "https://uaix.org/",
"role": "standards-publisher",
"project": "uaix.org"
},
"target": {
"type": "project",
"id": "project_uaix.reader",
"label": "UAIX Standards Reader",
"uri": "https://uaix.org/standards/",
"role": "standards-consumer",
"project": "uaix.org"
},
"conversation": {
"conversation_id": "conv_20260602_standards",
"turn_id": "turn_009",
"parent_message_id": "none",
"correlation_id": "corr_20260602_standards_0001",
"traceparent": "00-22222222222222222222222222222222-0000000000000009-01",
"sequence": 9
},
"delivery": {
"mode": "sync",
"priority": "routine",
"expires_at": "2030-12-31T23:59:00Z",
"reply_requested": false,
"ack_required": false,
"idempotency_key": "idem_20260602_redaction_policy_0009",
"retry_count": 0,
"sequence": 9,
"lifecycle": "validated",
"timeout_ms": 0,
"fallback_directive": "If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
},
"trust": {
"channel": "public-web",
"auth_scheme": "https",
"principal": "https://uaix.org",
"signatureStatus": "unsigned",
"verification": {
"status": "not_verified",
"reason": "Reference example for review only; it is not a trusted identity assertion."
}
},
"body": {
"policyId": "redaction_uaix_public_records_v1",
"createdUtc": "2026-06-08T00:42:50Z",
"appliesTo": [
"UAIX public examples",
"Project Handoff records",
"File Handoff records",
"Review receipts",
"Audit digests"
],
"secretPatterns": [
"API credentials",
"private keys",
"session tokens",
"write tokens",
"connection strings"
],
"dataClasses": [
"public standards facts",
"internal-only operational notes",
"private customer data",
"security-sensitive logs"
],
"redactionActions": [
"remove secret value",
"replace local private path with role-based description",
"summarize private evidence as public-safe digest"
],
"reviewRequiredFor": [
"credentials",
"private data",
"production security details",
"unsupported support claims"
],
"neverPublish": [
"private keys",
"raw tokens",
"customer private data",
"unreviewed local traces"
],
"verification": {
"status": "policy-example",
"reason": "Policy names redaction duties and does not verify a specific secret scanner."
},
"exceptions": [],
"warnings": [
"A clean schema example is not proof a package is secret-free."
],
"supportBoundary": "Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
"localPolicyWins": true
},
"provenance": {
"trace_id": "trace_20260602_standards",
"issued_at": "2026-06-08T00:42:50Z",
"log_ref": "urn:uaix:log:standards-release:20260602:redaction_policy_0009",
"agent_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"confidence": 1,
"lineage": [
{
"stage": "standards-release",
"actor_id": "svc_uaix.publisher",
"model_id": "model.uaix.standards-publication",
"note": "Generated as a safe public fixture for UAIX standards release 3.57.0."
}
]
},
"integrity": {
"version": 1,
"algorithm": "sha256",
"canonicalization": "jcs-compatible-sorted-json",
"checksum": "sha256:reference-example-review-only"
},
"extensions": [
{
"namespace": "urn:uaix:ext:standards-release",
"purpose": "Documents UAIX standards profile examples without executing runtime work.",
"critical": false
}
]
}[
"1.0",
"uaix.redaction-policy.v1",
"msg_uaix_redaction_policy_0009",
[
"service",
"svc_uaix.publisher",
"UAIX Standards Publisher",
"https://uaix.org/",
null,
"standards-publisher",
null,
"uaix.org"
],
[
"project",
"project_uaix.reader",
"UAIX Standards Reader",
"https://uaix.org/standards/",
null,
"standards-consumer",
null,
"uaix.org"
],
[
"conv_20260602_standards",
"turn_009",
"none",
"00-22222222222222222222222222222222-0000000000000009-01",
9,
"corr_20260602_standards_0001"
],
[
"sync",
"routine",
"2030-12-31T23:59:00Z",
false,
false,
null,
"idem_20260602_redaction_policy_0009",
0,
9,
"validated",
0,
"If capability, verifier evidence, or local policy is insufficient, return a blocker or downgrade to static/JSON review."
],
[
"public-web",
"https",
"https://uaix.org"
],
[
"redaction_uaix_public_records_v1",
"2026-06-08T00:42:50Z",
[
"UAIX public examples",
"Project Handoff records",
"File Handoff records",
"Review receipts",
"Audit digests"
],
[
"API credentials",
"private keys",
"session tokens",
"write tokens",
"connection strings"
],
[
"public standards facts",
"internal-only operational notes",
"private customer data",
"security-sensitive logs"
],
[
"remove secret value",
"replace local private path with role-based description",
"summarize private evidence as public-safe digest"
],
[
"credentials",
"private data",
"production security details",
"unsupported support claims"
],
[
"private keys",
"raw tokens",
"customer private data",
"unreviewed local traces"
],
{
"status": "policy-example",
"reason": "Policy names redaction duties and does not verify a specific secret scanner."
},
[],
[
"A clean schema example is not proof a package is secret-free."
],
"Agent runtimes execute. UAIX records the reviewed communication, memory, trust, evidence, and handoff boundary.",
true
],
[
"trace_20260602_standards",
null,
"2026-06-08T00:42:50Z",
"urn:uaix:log:standards-release:20260602:redaction_policy_0009",
"svc_uaix.publisher",
"model.uaix.standards-publication",
1,
[
[
"standards-release",
"svc_uaix.publisher",
"model.uaix.standards-publication",
"Generated as a safe public fixture for UAIX standards release 3.57.0."
]
]
],
[
1,
"sha256",
"jcs-compatible-sorted-json",
"sha256:reference-example-review-only"
],
[
[
"urn:uaix:ext:standards-release",
"Documents UAIX standards profile examples without executing runtime work.",
false
]
]
]Field order follows the keyed JSON example, the published schema order, and the public field registry.
Copyable starter requests
Use the live snippets below when you want to pull one published fixture, keep the packet readable in local review, and submit the same message to validation without inventing a private helper layer.
Client examples
Copyable starter requests in curl, PowerShell, Python, and TypeScript
Use these plain HTTP snippets to reach the live public surface quickly, including the reference-response route, while official runtime tracks remain intentionally narrow.
Starter snippets use the live public routes, not a private SDK or unpublished helper layer.
curl -sS "https://uaix.org/wp-json/uaix/v1/adoption-kit" -o uai-adoption-kit.jsoncurl -sS "https://uaix.org/wp-json/uaix/v1/catalog"curl -sS "https://uaix.org/wp-json/uaix/v1/examples/uai.intent.request.v1" -o example-record.jsoncurl -sS -X POST "https://uaix.org/wp-json/uaix/v1/validate" \
-H "Content-Type: application/json" \
-d @validate-request.jsoncurl -sS -X POST "https://uaix.org/wp-json/uaix/v1/mock-exchange" \
-H "Content-Type: application/json" \
-d @mock-exchange-request.jsonFits local Windows review and operational scripts without adding extra HTTP tooling.
Invoke-RestMethod -Uri "https://uaix.org/wp-json/uaix/v1/adoption-kit" | ConvertTo-Json -Depth 20 | Set-Content .\uai-adoption-kit.jsonInvoke-RestMethod -Uri "https://uaix.org/wp-json/uaix/v1/catalog"Invoke-RestMethod -Uri "https://uaix.org/wp-json/uaix/v1/examples/uai.intent.request.v1" | ConvertTo-Json -Depth 20 | Set-Content .\example-record.json$message = (Get-Content -Raw .\example-record.json | ConvertFrom-Json).message
$body = @{ message = $message; format = "result" } | ConvertTo-Json -Depth 20
Invoke-RestMethod -Method Post -Uri "https://uaix.org/wp-json/uaix/v1/validate" -ContentType "application/json" -Body $body$message = (Get-Content -Raw .\example-record.json | ConvertFrom-Json).message
$body = @{ scenario = "accepted-task"; format = "exchange"; message = $message } | ConvertTo-Json -Depth 20
Invoke-RestMethod -Method Post -Uri "https://uaix.org/wp-json/uaix/v1/mock-exchange" -ContentType "application/json" -Body $bodyUseful when a team wants a portable script without depending on a published SDK yet.
import json, urllib.request
kit = json.load(urllib.request.urlopen("https://uaix.org/wp-json/uaix/v1/adoption-kit"))import json, urllib.request
catalog = json.load(urllib.request.urlopen("https://uaix.org/wp-json/uaix/v1/catalog"))example_record = json.load(urllib.request.urlopen("https://uaix.org/wp-json/uaix/v1/examples/uai.intent.request.v1"))
message = example_record.get("message", example_record)payload = json.dumps({"message": message, "format": "result"}).encode("utf-8")
request = urllib.request.Request("https://uaix.org/wp-json/uaix/v1/validate", data=payload, headers={"Content-Type": "application/json"}, method="POST")
result = json.load(urllib.request.urlopen(request))payload = json.dumps({"scenario": "accepted-task", "format": "exchange", "message": message}).encode("utf-8")
request = urllib.request.Request("https://uaix.org/wp-json/uaix/v1/mock-exchange", data=payload, headers={"Content-Type": "application/json"}, method="POST")
exchange = json.load(urllib.request.urlopen(request))Good for browser or Node-based tooling that needs typed request handling around the live public routes.
const kit = await fetch("https://uaix.org/wp-json/uaix/v1/adoption-kit").then((response) => response.json());const catalog = await fetch("https://uaix.org/wp-json/uaix/v1/catalog").then((response) => response.json());const exampleRecord = await fetch("https://uaix.org/wp-json/uaix/v1/examples/uai.intent.request.v1").then((response) => response.json());
const message = exampleRecord.message ?? exampleRecord;const result = await fetch("https://uaix.org/wp-json/uaix/v1/validate", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ message, format: "result" }),
}).then((response) => response.json());const exchange = await fetch("https://uaix.org/wp-json/uaix/v1/mock-exchange", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ scenario: "accepted-task", format: "exchange", message }),
}).then((response) => response.json());What to do after a passing fixture
- Carry the result into Implementations if it supports a concrete runtime or publication claim.
- Record release-facing fixture changes in the Changelog.
- Use References and Contributors when the fixture needs durable discovery or citation support.
Next step
Continue to the Validator to turn these fixtures into repeatable conformance evidence, then attach that evidence to the current implementation and release trail.