Skip to main content

Usage

vidjutsu auth [--card <token> | --wallet <address>]

Authenticate with a card

Pay with any credit or debit card via Stripe:
vidjutsu auth --card tok_live_xxxx
Authenticated with card payment method.
Your credential is stored at ~/.vidjutsu/config.json and sent as the X-Payment header on every request.

Authenticate with a wallet

Coming soon. MPP x402 USDC payments are not yet available. This flag is reserved for future use.
vidjutsu auth --wallet 0xYourWalletAddress

Check current auth

Run without arguments to see your current authentication status:
vidjutsu auth
Current auth: card:****

Switching credentials

Run vidjutsu auth again with a new credential to replace the existing one.