# MobileBoost ## Docs - [Create test](https://docs.mobileboost.io/api-reference/create-test.md): Create a new test case with natural-language commands. - [Delete test](https://docs.mobileboost.io/api-reference/delete-test.md): Delete one or more test cases by ID. - [Execute tests](https://docs.mobileboost.io/api-reference/execute-tests.md): Execute one or more tests on a device. Provide the test as inline commands (JSON or markdown format per the input requirements), or reference existing test IDs. Supports device configuration, launch parameters, and iteration control. - [Get tests](https://docs.mobileboost.io/api-reference/get-tests.md): Retrieve test cases for your organisation. Filter by test ID, title, or tags. - [Update test](https://docs.mobileboost.io/api-reference/update-test.md): Update the commands of an existing test case. - [Upload build](https://docs.mobileboost.io/api-reference/upload-build.md): Upload an application build artifact (.apk for Android, .zip/.tar.gz for iOS) to use in test executions. - [Getting started](https://docs.mobileboost.io/api/getting-started.md): Authenticate and make your first API request - [Getting started](https://docs.mobileboost.io/engineer-tooling/agent-skill.md): Use MobileBoost with Claude Code, Cursor, Codex, and other AI coding agents - [Examples](https://docs.mobileboost.io/engineer-tooling/appium-examples.md): Example tests using the MobileBoost Appium SDK - [Reference](https://docs.mobileboost.io/engineer-tooling/appium-reference.md): API reference for the MobileBoost Appium SDK - [Setup](https://docs.mobileboost.io/engineer-tooling/appium-setup.md): Set up the MobileBoost SDK with your Appium test suite - [Examples](https://docs.mobileboost.io/engineer-tooling/espresso-examples.md): Example tests using the MobileBoost Espresso SDK - [Reference](https://docs.mobileboost.io/engineer-tooling/espresso-reference.md): API reference for the MobileBoost Espresso SDK - [Setup](https://docs.mobileboost.io/engineer-tooling/espresso-setup.md): Set up the MobileBoost SDK with your Espresso test suite - [Interact with non-native elements](https://docs.mobileboost.io/engineer-tooling/non-native-elements.md): Test web views, hybrid components, and other non-native UI elements - [Overview](https://docs.mobileboost.io/engineer-tooling/overview.md): Integrate MobileBoost into your development workflow - [Self healing](https://docs.mobileboost.io/engineer-tooling/self-healing.md): Automatically adapt tests when the UI changes - [Examples](https://docs.mobileboost.io/engineer-tooling/xcui-examples.md): Example tests using the MobileBoost XCUI SDK - [Reference](https://docs.mobileboost.io/engineer-tooling/xcui-reference.md): API reference for the MobileBoost XCUI SDK - [Setup](https://docs.mobileboost.io/engineer-tooling/xcui-setup.md): Set up the MobileBoost SDK with your XCUI test suite - [Artifacts](https://docs.mobileboost.io/qa-studio/artifacts.md): Test execution artifacts generated from cloud device runs - [Requirements](https://docs.mobileboost.io/qa-studio/build-requirements.md): Build file requirements for uploading to MobileBoost - [Launch parameters](https://docs.mobileboost.io/qa-studio/launch-parameters.md): Pass custom data to your app at launch during test execution - [Maintaining tests](https://docs.mobileboost.io/qa-studio/maintaining-tests.md): Keep test cases up to date via the MobileBoost Test Agent or the API - [Network requests](https://docs.mobileboost.io/qa-studio/network-requests.md): Make network requests before or during test execution - [Cloud devices](https://docs.mobileboost.io/qa-studio/ondemand-device.md): Launch virtual or physical cloud devices for test creation and debugging - [Overview](https://docs.mobileboost.io/qa-studio/overview.md): Create, organize, and monitor test cases in QA Studio - [Slack notifications](https://docs.mobileboost.io/qa-studio/slack-reports.md): Get test result summaries delivered to Slack - [Supported instructions](https://docs.mobileboost.io/qa-studio/supported-instructions.md): Commands and AI instructions available for test steps - [Test recorder](https://docs.mobileboost.io/qa-studio/test-recorder.md): Record user interactions to automatically generate test steps - [Webhooks](https://docs.mobileboost.io/qa-studio/webhook.md): Receive test result notifications via webhooks - [CI integration](https://docs.mobileboost.io/test-agent/ci-integration.md): Upload builds and trigger tests from your CI/CD pipeline - [Code generation](https://docs.mobileboost.io/test-agent/code-generation.md): Automatically generate and maintain native test code from your codebase - [Device configuration](https://docs.mobileboost.io/test-agent/devices.md): Configure and select devices for test execution - [Natural language](https://docs.mobileboost.io/test-agent/natural-language.md): Define tests using plain language instructions - [Overview](https://docs.mobileboost.io/test-agent/overview.md): Automated mobile testing powered by the MobileBoost test agent - [CI integration](https://docs.mobileboost.io/test-agent/reports-ci-integration.md): View test results as PR status checks via the MobileBoost GitHub App - [Slack notifications](https://docs.mobileboost.io/test-agent/reports-slack.md): Get test result summaries delivered to your Slack channels - [Webhooks](https://docs.mobileboost.io/test-agent/reports-webhooks.md): Receive test results via HTTP webhooks after every test suite run ## OpenAPI Specs - [openapi](https://docs.mobileboost.io/openapi.json)