Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Open apps, type text, and run shortcuts
phone.open_app("Settings") # Opens Settings via Spotlight search phone.open_app("Safari") # Opens Safari
phone.type_text("Hello world") # Simulate keystrokes phone.type_text("https://example.com", method="paste") # Paste from clipboard phone.type_text("Long message here", method="shortcut") # Uses iOS Shortcut
"keys"
"paste"
"shortcut"
phone.run_shortcut(name="My Shortcut") # By name phone.run_shortcut(index=0) # By position (0-based)