llms.txt
Auto-generate a standards-compliant llms.txt file from your org's indexes. This machine-readable manifest tells AI agents what data is available and how to query it.
GET
/v1/llms-txtGenerate an llms.txt manifest listing all indexes accessible to the API key, with document counts and search endpoint URLs.
Returns text/plain. Project-scoped keys list that project's indexes; org-scoped keys list all indexes across the org.
Auth admin or search keyReturns 200
Response
# My Project
> Search index powered by Headband
## Indexes
- articles (1,247 documents): POST /v1/search {"index":"articles","q":"..."}
- products (8,921 documents): POST /v1/search {"index":"products","q":"..."}
## Endpoints
- Search: POST /v1/search
- AI Search: POST /v1/ai/search
- Chat: POST /v1/chat