What changed
Google Cloud opened Developer Device Platform to public preview on August 12, 2026. The service combines a device catalog, automated Device Run sessions, physical-device streaming, parallelized test execution and an agent skill intended to let coding agents operate real or virtual mobile devices during development.
Why it matters
Mobile compatibility testing is usually split between local simulators, managed test-lab services and expensive physical-device fleets. DDP turns the device layer into an API-addressable cloud resource that can sit directly inside CI and agentic coding loops, reducing the gap between generated code and evidence from the hardware on which it must run.
A device farm exposed as developer infrastructure
DDP exposes device discovery and test sessions through Google Cloud APIs and the gcloud CLI. Teams can run Android instrumentation tests, shard work across many devices, retrieve results from Cloud Storage and use Device Streaming for interactive access to remote physical hardware. Google positions the service as an evolution of Firebase Test Lab for broader Cloud development workflows.
The agent layer is the distinctive part
Google’s DDP agent skill is designed to let compatible coding agents reserve devices, execute multi-step user journeys, inspect visual artifacts, analyze on-device performance and then modify application code. That does not make the loop self-validating: test quality, permissions, device coverage and review of agent-authored fixes still determine whether automation is trustworthy.
Preview economics and operational limits
During public preview, Google charges by active device minute with separate virtual and physical rates, although the public product page currently directs customers to sales rather than publishing one universal numeric rate card. The APIs are v1alpha/pre-GA, access requires a billed Google Cloud project and relevant IAM roles, and device availability can vary enough that some requests may queue.