Skip to Content

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/* return 410 Gone with code: "api_version_removed".
  • Hosted route execution (/r/:organizationSlug/:workspaceSlug/:routeKey) remains unchanged.

Required Actions

  1. Update all API clients and SDK usage to /*.
  2. Regenerate client code from canonical OpenAPI contracts.
  3. Validate staging and production smoke tests against .ai domains.

Notes

  • DriftGate canonical is long-lived and additive-only after launch.
  • No dual-run /v1 compatibility mode is provided.
Last updated on