Launch HN: Coasty (YC S26) – An API for computer-use agents YC-backed startup Coasty launched an API that lets developers run autonomous computer-use agents on managed machines, compose them into workflows, and drop to lower-level prediction primitives when needed. The API supports task runs, workflows, stateful sessions, and stateless prediction steps, with test keys available for development. API reference Run autonomous tasks on managed machines, compose them into workflows, and drop to prediction primitives only when you need direct control. llms.txt /docs/llms.txt Introduction Start with a task run runs : give Coasty a goal and a machine, then let the agent drive to completion. Use workflows workflows when an automation needs many tasks, branches, loops, approvals, or shared outputs. Machines machines provide the managed computer those tasks operate. The prediction endpoints are lower-level primitives for teams that need to own the control loop themselves. Use sessions sessions for a stateful screenshot loop, predict predict for a stateless step, grounding for coordinates, and parse for structured actions. Everything is normal HTTPS to https://coasty.ai/v1 , so you can choose the highest-level surface that fits the job and drop down only when you need finer control. Authentication Every API-key-authenticated request must include your secret key. The four health probes are public, and webhook ingress uses its documented Coasty-Signature HMAC credential instead. For API-key operations, the canonical form is the X-API-Key header, but Authorization: Bearer