> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vidjutsu.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# vidjutsu subscribe

> Subscribe to VidJutsu ($99/mo)

Creates a Stripe checkout, then auto-polls for payment confirmation and saves credentials.

```bash theme={null}
vidjutsu subscribe --email <your_email>
```

```
Checkout: https://checkout.stripe.com/...

Complete payment in your browser.
Waiting for payment... ✓

Credentials saved to ~/.vidjutsu/config.json
```

If polling times out after 15 minutes, recover via email verification:

```bash theme={null}
vidjutsu auth --recover <your_email>
```

```bash theme={null}
vidjutsu auth --verify --email <your_email> --code 847291
```

### Options

| Flag      | Description                       |
| --------- | --------------------------------- |
| `--email` | Email for checkout (required)     |
| `--claim` | Resume polling with a claim token |
