Check Organization Details PREREQUISITE: Run first 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: 1. Check for a file containing 2. Or check if the environment variable is set: If the key is not found, tell the user to run first and stop. Step 2: Query Organization Info Call to retrieve the org's tier, credit balance, and current usage. N…