> For the complete documentation index, see [llms.txt](https://docs.hedge.video/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hedge.video/offshoot/integrations/frameio.md).

# Frame.io

OffShoot's Frame.io integration lets you transfer files to a local watch folder, which are then uploaded to Frame.io. Available on macOS.

## Requirements

1. [Hedge 19.2 or newer](/hedge/releases.md) / OffShoot 23.2 or newer
2. [The Frame.io app](https://www.frame.io/watch-folders/) version 2.5 or older

{% hint style="danger" %}
Frame.io version 2.6 is not compatible with OffShoot. Please use version 2.5.15
{% endhint %}

{% file src="/files/1qcfeeu7GdHA0TFHJ6Yg" %}

## How to use

Once the Frame.io app is installed on your computer, enable the Frame.io integration in Preferences.

![](/files/-Me9flCIRw3jn_xv07za)

Next, open the Frame.io app, log into your Frame.io account, then select one or more watch folders.

Once your watch folders are set up, transfer your media with OffShoot to the Frame.io Destination and your files will upload to Frame.io via their accelerated uploader.

![](/files/-Me9sMMnsSKnFEic0eSd)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hedge.video/offshoot/integrations/frameio.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
