1
Install and sign in
Install the AGI Android app and sign in with the same account you use
on the AGI platform.
2
Grant permissions
The app walks you through both required grants:
- Accessibility - how the agent reads the screen and acts. Can also be enabled any time under Android Settings > Accessibility.
- Overlay - lets the app display over other apps while a task runs.
3
Connect the device
Open Settings > Developer connection in the AGI Android app. Connect
or refresh the device, then confirm the page reports Connected. Use
Refresh whenever the connection goes stale.
4
Verify from your client
Ask your assistant to list devices, or have it call
list_devices - the phone should
appear with status: "online". Not there? Run through
Devices & Connectivity.Managing devices
Multiple phones
Register as many devices as you like - each is its own execution lane (one task at a time). Pick the phone that tools target whendevice_id is omitted with set_default_device:
- The default is persistent until changed.
- Changing it never reroutes existing work - sessions and tasks stay bound to the device they started on.
- For parallel workflows, use one device per workflow.
Pausing a device
phone_device_pause is a one-call kill switch for new work: tasks are rejected with device_paused until you call phone_device_resume. In-flight tasks keep running - cancel them separately if needed.
Useful for test devices whose state must not be disturbed, or any phone that should temporarily stop accepting automation.
Checking health
phone_device_status- online, paused, app version,last_seen. The quick pre-flight check.phone_get_state- full read-only snapshot: battery, network, locale, accessibility status, current app, launchable apps. No extra permissions needed.
Keep the AGI Android app updated - the tool list your MCP clients see
depends on what the app version advertises.
Next
Connect your AI client
Attach Claude Code, Claude Desktop, Cursor, ChatGPT, or any MCP client
Troubleshooting: devices
Missing devices, offline devices, short tool lists