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.
- Failed attempt at creation/update/deletion of a Sequence because of an issue
with permissions will now return a 403 error instead of a 401 error.
- Errors pertaining to Sequence Steps will no longer give you a deep nested
error structure (e.g.
{"field-errors": {"steps": {"errors": {...}}}}), but
rather a simple high-level error (e.g.
{"error": "The delay of a Sequence Step must not be larger than 365 days."}).