This API quickstart is for orchestration (run tests/workflows, poll status, cancel runs). For interactive cloud-device control, use Device Automation with CLI or Python SDK.
Prerequisites
- Create an API key in
Settings -> API Keys - Export it locally:
- Have at least one
test_idandworkflow_id
1. Execute a Test
2. Poll Test Status
status is terminal (completed, failed, cancelled, timeout).
3. Execute a Workflow
4. Poll Workflow Status
Optional: Cancel a Running Test
Python Example
Next
- Full endpoint catalog: API Reference
- Auth details and key management: Authentication