List deployments API and browser completion documented
Documentation is being expanded with the new list deployments API endpoint and guides on completing waitpoint tokens directly from the browser using public access tokens.
Developers can now retrieve deployment history programmatically and complete paused tasks directly from frontend applications. Documentation has been added for the new list deployments API endpoint, allowing retrieval of environment deployments with pagination and filtering by status or date. Additionally, the waitpoint tokens guide now clarifies how to complete paused tasks directly from the browser using a public access token, taking advantage of newly enabled CORS support. This eliminates the need to proxy token completion requests through a backend server. The documentation updates also include a fix to the configuration file reference and clarifications around the behavior of the latest deployments endpoint in self-hosted versus cloud environments.
View Original GitHub Description
Adds missing list deployments API page, fixes defaultMachine → machine in config docs, and clarifies browser CORS usage for wait token completion with corrected warning placement