Install
How to place the entrypoint file on a website
Agntbase expects a short machine-readable entrypoint on the client website. This file is not the full profile. It is the pointer to the canonical hub entity.
Preferred path
Publish the JSON file at /.well-known/agenthub.json.
Fallback path
If the preferred path is not possible, publish it at /agenthub.json.
TXT variant
If a TXT entrypoint is also used, publish it at
/.well-known/agenthub.txt or, if necessary,
/agenthub.txt.
Typical upload methods
- Direct file upload through hosting panel or file manager
- FTP, SFTP, or SSH access to the website root
- CMS or deployment workflow if the site is maintained through a build system
After publishing
Open the public file URL in a browser and then use the placement verification tool on the homepage.