check-compatibility
Check Compatibility
Analyze the user's project to determine whether it is compatible with Runway's public API.
Why This Matters
Runway's public API requires server-side invocation. The API key must never be exposed in client-side code. Projects that are purely frontend (static HTML/JS, client-only SPAs without a backend) cannot safely call the API.
Analysis Steps
Step 1: Identify the Project Type
Search the project root for these files to determine the stack:
| File | Indicates |
|---|---|
package.json |
Node.js project |
requirements.txt, pyproject.toml, Pipfile, setup.py |
Python project |
go.mod |
Go project |
More from runwayml/skills
rw-generate-video
Generate videos directly using the Runway API via runnable scripts. Supports text-to-video, image-to-video, and video-to-video with seedance2, gen4.5, veo3, and more.
98rw-integrate-video
Help users integrate Runway video generation APIs (text-to-video, image-to-video, video-to-video)
81rw-api-reference
Complete reference for Runway's public API: models, endpoints, costs, limits, and types
80rw-integrate-uploads
Help users upload local files to Runway for use as inputs to generation models
75rw-integrate-image
Help users integrate Runway image generation APIs (text-to-image with reference images)
73rw-setup-api-key
Guide users through obtaining and configuring a Runway API key
73