Skip to main content

1. Subscribe

VidJutsu requires a $99/month subscription for metered API operations. Daily limits apply to published endpoint groups, while storage and read-only operations are unmetered — see Pricing & Rate Limits. You can subscribe via the CLI or API. Install the CLI:
Then subscribe with your email:
This opens a Stripe checkout in your browser. After you pay, the CLI automatically saves your credentials:
That’s it. Your API key is saved and ready to use.

2. Verify

Confirm your credentials are working:

3. Store your key safely

Your API key lives in ~/.vidjutsu/config.json. For scripts and CI, use an environment variable:
Never commit your key to git. Add it to .env files that are in .gitignore. To export a credentials file (like AWS):

Lost your key?

Recover via email verification:
Or rotate your key if it was compromised:

Next step

Quickstart

Make your first API call.