Changelog
Dated, additive changes to the Well /v1 REST API. Breaking changes ship under a new version path.
Changes to /v1 are additive and backward-compatible. Breaking changes ship under a new version path, never as a silent mutation of /v1 (see Conventions → Versioning).
2026-06
Coverage + conventions
- Documented eight previously-undocumented resource groups: Tasks, Skills, Reconciliation, Custom Columns, Field Rules, Workspace Groups, Connector Combinations, Providers.
- Added the cross-cutting guides: Authentication & workspace scoping, Conventions, Errors, Rate limits, and this changelog.
- Standardized the error envelope to
{ code, status, title, message, meta.trace_id }across all operations. - Declared the bearer security scheme at the document level; tagged every operation by resource.
This changelog covers the public REST surface. The MCP server has its own changelog.