aixautobotaixautobot
Developer Docs

Device automation backbone built for developers

Unified driver API, single-binary node, AI control and Flow orchestration — plug in with a few lines and get cross-platform device automation immediately.

aixautobot — terminal
$ aixautobot devices list
ID PLATFORM STATUS EXIT_IP
dev-001android online 45.77.x.x
dev-002android online 103.x.x.x
dev-003ios online 172.x.x.x
dev-004desktop idle 198.x.x.x
$ aixautobot task run --group all --action tap
dispatched to 4 devices / 0 errors
Ready

Five developer capabilities

From API to gateway — full-stack coverage of every device-automation layer.

Unified driver APIUnified driver API

One API to control Android, iOS and desktop — protocol differences abstracted away.

Single-binary nodeSingle-binary node

Deploy a node with a single executable — zero external dependencies, runs anywhere.

AI control interfaceAI control interface

Describe tasks in natural language; the AI engine generates and executes control steps.

Flow engineFlow engine

Define automation flows visually or in code — conditionals, loops and triggers included.

Self-hosted gatewaySelf-hosted gateway

Run your own private gateway — data stays on-prem, meeting compliance and enterprise security needs.

Plug in with a few lines, control devices immediately

Get started via CLI, integrate deeply with the SDK, or use natural language and let AI generate your control flow.

  • Cross-platform unified API — Android, iOS and desktop in one codebase
  • TypeScript and Python SDKs with full type coverage
  • AI natural-language Flow generation — no scripting experience needed
Full SDK documentation
# Download the single-binary node
curl -fsSL https://get.aixautobot.com | sh

# Register and start the node
aixautobot node start --token <YOUR_NODE_TOKEN>

# List connected devices
aixautobot devices list

# Broadcast a group-control command to all devices
aixautobot task run --group all --action tap --x 540 --y 960

Platform Architecture

Clear layers from browser and AI all the way down to devices.

Browser
Web Console
AI Agent
MCP
CLI / SDK
Developer Tools
Self-hosted Gateway
Self-hosted Gateway
Online
Node A
Self-hosted server
Node B
Cloud VM
Node C
Mac Mini
Android
Android
iOS
iOS
Desktop
Desktop

Start building your device automation solution

Read the docs, download the SDK, or sign up free to experience cloud real-device capabilities.

Free trial on signup — no credit card required.