V1 to canonical Migration
V1 was removed before general availability. canonical is the only supported public API generation.
Release Policy
- Public REST and headless endpoints are served from
/*. - Requests to
/v1/*return410 Gonewithcode: "api_version_removed". - Hosted route execution (
/r/:organizationSlug/:workspaceSlug/:routeKey) remains unchanged.
Required Actions
- Update all API clients and SDK usage to
/*. - Regenerate client code from canonical OpenAPI contracts.
- Validate staging and production smoke tests against
.aidomains.
Notes
- DriftGate canonical is long-lived and additive-only after launch.
- No dual-run
/v1compatibility mode is provided.
Last updated on