> For the complete documentation index, see [llms.txt](https://dreetje-1.gitbook.io/inbox-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dreetje-1.gitbook.io/inbox-ai/integrations/applescript.md).

# AppleScript

You can run basic AppleScript actions locally through the [Terminal Command](/inbox-ai/actions/custom-actions/terminal-command.md) action and `osascript` command. As Inbox AI lives in the AppStore the security sandbox does prevent the most interesting use-cases. To get the most of it, enable remote login on your mac (ssh) and run osascript through SSH to circumvent the sandbox.

See the [Terminal Command](/inbox-ai/actions/custom-actions/terminal-command.md) for more info.
