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.
1.4.2
Post.automation — new nullable object describing how Siftsy Automations relate to a post: addedById (the automation that pulled the post in, set only when addedVia is automation), ids (every automation that has added or refreshed the post), lastRefreshAt and refreshCount (automation-driven resync history). null when no automation has touched the post. This separates posts an automation added from manually added posts an automation later watches.
addedByEmail for automation-added posts is now the teammate who set up the automation (previously null). Posts an automation refreshes keep the original uploader’s addedByEmail.
- BI sync documents the new field alongside
addedVia.