Skip to content

Chatbot Access

Chatbot Access defines the public floor for agents that can only fetch URLs and read small records. It keeps low-capability clients useful without letting them infer permissions they do not have.

Access model

  • Minimal Access Tier: public-safe read-only GET requests with no body, no auth, no custom headers, and a two-field response.
  • GET-Action Pattern: bounded fallback for simple idempotent actions when POST is unavailable to an L0/L1 client.
  • Advanced Agent Support: schema-aware, POST-first, consent-bound, evidence-bearing behavior for capable clients.

Safe reading order

  1. /agent-start/ for the public entry point.
  2. /ai-summary/ for a compact site summary.
  3. /claim-boundary-faq/ for support and non-claim boundaries.
  4. /ecosystem-overlay/ for related layers without treating them as UAIX authority.

What chatbots should do

  • Prefer the lowest capability tier that answers the request.
  • Cite the public URL returned by Minimal Access and stop when action is not supported.
  • Never invent authentication, private context, hidden POST bodies, custom headers, or write authority.
  • Escalate to a human or a higher-capability agent when code 428, consent, POST JSON, or verification is required.

Route family