Skip to main content

Overview

The Mobilerun SDK provides a comprehensive set of APIs for building mobile automation workflows with AI agents. This reference documentation covers all major components and tools.

Core Components

MobileAgent

Main agent coordinator with multi-agent orchestration

AndroidDriver

Android device driver via ADB

IOSDriver

iOS device driver and automation

DeviceDriver Base

Base class, StateProvider, UIState, ActionContext, and ToolRegistry

Configuration

Configuration API

MobileConfig API and YAML configuration reference

API Documentation

Detailed API documentation for each component is available in the sections linked above. Each page includes:
  • Class/function signatures
  • Parameter descriptions
  • Return types
  • Usage examples
  • Best practices
For conceptual guides and tutorials, see the Guides section.