Llms Txt Object


Properties
contentstringmaxLength 720000

CFull text content of the llms.txt file.


defaultboolean

Whether this llms.txt file uses Wix's default content.


detectedLanguagestringmaxLength 2

ISO 639-1 language code detected for the site (e.g. en, fr). Used to localize the MCP documentation section when serving llms.txt.


hiddenbooleanRead-only

Whether the llms.txt file should be hidden from public access.


manuallyEditedboolean

Whether the content was manually edited by the user. If true in DB, update/append requests must also set manually_edited=true or they'll be rejected with FAILED_PRECONDITION.


subdomainstringmaxLength 63

Target subdomain for the llms.txt file (for example, 'www', 'es', 'fr'). Default: 'www'

Did this help?