Skip to main content

Overview

The Droidrun 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

DroidAgent

Main agent coordinator with multi-agent orchestration

ADB Tools

Android device control via ADB

iOS Tools

iOS device control and automation

Base Tools

Abstract base classes for tool implementations

Configuration

Configuration API

DroidrunConfig 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.