Client Package Deployment Guide

How this package is placed

The client site gets the minimal readable layer. Agntbase keeps the richer canonical and permissions layer.

4 files go on the client website 1 file is the human instruction 3 canonical files stay in Agntbase

What goes on the client website

  • /company-profile.json - minimal machine-readable company profile
  • /llms.txt - short reading order for AI systems and agents
  • /.well-known/agenthub.json - entrypoint linking the site to the canonical Agntbase profile
  • JSON-LD block from jsonld-snippet.raw.txt pasted into the site <head>

Step-by-step placement order

  1. Upload company-profile.json to the site root.
  2. Upload llms.txt to the site root.
  3. Create /.well-known/ if it does not exist and upload agenthub.json there.
  4. Copy the full block from jsonld-snippet.raw.txt into the main site template inside <head>.
  5. Check that these URLs open publicly: https://bitwarden.com/company-profile.json, https://bitwarden.com/llms.txt, and https://bitwarden.com/.well-known/agenthub.json.
  6. Verify the placement from the package page or via https://agntbase.com/api/verify-placement?site=https%3A%2F%2Fbitwarden.com%2F.

What stays in Agntbase