Hi everyone,
We’re trying to automate project creation in Frame.io from our internal tooling (a Node.js server running on Railway). The goal is: when we create a new project in our system, it automatically creates the corresponding workspace/project in Frame.io.
We went to Adobe Developer Console to set up the integration, but when we try to add the Frame.io API, the “Server-to-Server Authentication” option is grayed out with the message:
“License required — Your organization does not have a license to access this credential type, please contact your admin.”
The only available option is “User Authentication”, which requires user interaction and doesn’t work for automated server-to-server calls.
What we’re trying to do:
-
Call the Frame.io API from a backend server (no user interaction)
-
Create projects/workspaces automatically when a new job is created in our system
-
The account we’re using is the Frame.io admin account for our organization
Questions:
-
What plan or license is required to unlock Server-to-Server authentication?
-
Is there an alternative way to generate a long-lived API token for backend use?
-
Was the legacy v2 API token system (from Frame.io ) removed completely?
Any guidance would be appreciated. Thanks!