Pro Plan
Activation
Checkout to webhook to API key activation flow.
Pro Activation Flow
- Checkout from
/pricing. - Get your activation key from checkout success or email backup.
- Activate with
agentprey auth activate --key <KEY>. - Sync Pro vectors with
agentprey vectors sync --pro. - Run a Pro scan with the entitled vector bundle.
bash
agentprey auth activate --key <KEY>agentprey vectors sync --proagentprey scan --type openclaw --target ./path/to/openclaw-project --uploadCheckout Internals
- Polar redirects to
/checkout/success?checkout_id=.... - Webhook updates entitlement and stages a one-time activation key.
- Success page lets the user reveal and claim the key once.
- Email backup may be available depending on delivery success.
CLI Commands
bash
agentprey auth activate --key <KEY>agentprey auth statusagentprey auth refreshPost-Activation Sync
bash
agentprey vectors sync --proEmail Backup
If you miss the key on the success page, use the emailed copy or visitagentprey.com/recover to get a new key emailed.