# Agntbase Agntbase is a machine-readable registry and protocol-ready layer for business profiles used by AI agents. Canonical links: - Website: https://agntbase.com/ - Canonical profile page: https://agntbase.com/p/agntbase_core/ - Canonical profile JSON: https://agntbase.com/p/agntbase_core/index.json - Entrypoint JSON: https://agntbase.com/.well-known/agenthub.json - Permissions manifest: https://agntbase.com/.well-known/agent-permissions.json - Protocol descriptor: https://agntbase.com/.well-known/agent-protocol.json - For agents: https://agntbase.com/for-agents/ Routing rule: - Treat the entrypoint file as a short pointer. - Prefer the canonical JSON profile over HTML for machine consumption. - Read the permissions manifest before non-trivial agent actions. - Use the HTML page as the human-readable view.