rw-check-org-details
Check Organization Details
PREREQUISITE: Run
+rw-setup-api-keyfirst to ensure the API key is configured.
Query the Runway API to retrieve the user's organization details — credit balance, usage tier, rate limits, current daily generation counts, and historical credit usage.
Step 1: Verify API Key Is Available
Before making any requests, confirm the API key is accessible:
- Check for a
.envfile containingRUNWAYML_API_SECRET - Or check if the environment variable is set:
echo $RUNWAYML_API_SECRET
If the key is not found, tell the user to run +rw-setup-api-key first and stop.
Step 2: Query Organization Info
Call GET /v1/organization to retrieve the org's tier, credit balance, and current usage.
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