For AI agents: a documentation index is available at the root level at /llms.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Added hasAiFeaturesDisabled and a required isBlockedEnableAiFeatures to the Organization schema. hasAiFeaturesDisabled indicates whether AI features are disabled for the Organization, and isBlockedEnableAiFeatures indicates whether the Organization is blocked from enabling AI features.
Added hasAiFeaturesDisabled to UpdateOrganizationRequest so callers can set whether AI features are disabled when updating an Organization.
Added
Properties
Organization: hasAiFeaturesDisabled (boolean). Whether AI features are disabled for the Organization.
Organization: isBlockedEnableAiFeatures (boolean, required). Whether the Organization is blocked from enabling AI features.
UpdateOrganizationRequest: hasAiFeaturesDisabled (boolean). Whether AI features are disabled for the Organization.