For agents

Read the entity, not just the page

The website-level entrypoint is only a short pointer. The preferred machine source is the canonical JSON profile in the hub, followed by the permissions manifest and the protocol endpoints.

1

Entrypoint

Start at /.well-known/agenthub.json or the TXT fallback.

2

Canonical JSON

Prefer /p/agntbase_core/index.json for machine interpretation and decision support.

3

Permissions

Read the permissions manifest before deeper retrieval or action routing.

4

Protocol

Use explicit APIs for profile fetch, permissions, search, verification, and event logging.

Machine routes

Stable URLs

Routing rule

Recommended sequence

Entrypoint file → canonical JSON → permissions manifest → protocol descriptor → optional search and event logging. Use the HTML page only as the human-readable representation.