New LLMS.txt endpoints, Audit Log events, and Google Tag support
This update gives you better control over your site configuration, with new endpoints for managing llms.txt
files, and a new event type in Workspace Audit Logs for tracking user granular access updates.
LLMS.txt
supportBETA
We’ve added three new endpoints to the Beta API for managing llms.txt
files on enterprise sites. This file can be used to provide information about your site to large language models (LLMs). These endpoints are available for Enterprise customers.
- GET
/sites/{site_id}/llms_txt
- Retrieve thellms.txt
file for a specific site. - PATCH
/sites/{site_id}/llms_txt
- Update thellms.txt
file for a specific site. - DELETE
/sites/{site_id}/llms_txt
- Delete thellms.txt
file for a specific site.
New user_granular_access_updated
event in Workspace Audit Logs
The Get Workspace Audit Logs
endpoint now includes a new user_granular_access_updated
event sub-type in the response. This sub-type informs admins of when a user’s granular access to a site is updated.