Skip to content

Agent Capability Ladder

The agent access ladder defines how the same public site can serve chatbots, URL builders, schema-aware tools, and advanced agents without widening permissions.

Level Name Minimum access Recommended UAIX path
L0 URL-only chatbot GET a public URL, no body, no custom headers. Minimal Access Tier.
L1 Single-step URL synthesizer Build a simple public URL and parse compact JSON. Minimal Access plus bounded GET-Action only when bounded and idempotent.
L2 Schema-capable tool user Read schemas, compare examples, and prefer POST JSON. Schemas, Registry, Validator.
L3 Scoped autonomous workflow agent Use tools and auth only with consent, idempotency, and evidence. Advanced Agent Support.
L4 Multi-step workflow coordinator Track correlation, timeout, fallback, blockers, and final reports. Agent communication and Project Handoff records.
L5 Governed multi-agent or audited system Attach verifier evidence, audit digests, redaction, and human review. Advanced support plus public-safe audit evidence.

Compatibility note

The broader UAIX standards ladder also names L6 for audited agent systems. This agent-access page uses L0-L5 as a progressive web-access view and keeps high-assurance audit claims behind the advanced-agent evidence boundary.

Downgrade rule

Unknown clients downgrade to L0/L1. They get public URLs, compact JSON, and explicit no-op behavior before any write, auth, tool, memory, coordination, or audit claim.