Pro Plan

Activation

Checkout to webhook to API key activation flow.

Pro Activation Flow

  1. Checkout from /pricing.
  2. Get your activation key from checkout success or email backup.
  3. Activate with agentprey auth activate --key <KEY>.
  4. Sync Pro vectors with agentprey vectors sync --pro.
  5. 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   --upload

Checkout Internals

  1. Polar redirects to /checkout/success?checkout_id=....
  2. Webhook updates entitlement and stages a one-time activation key.
  3. Success page lets the user reveal and claim the key once.
  4. Email backup may be available depending on delivery success.

CLI Commands

bash
agentprey auth activate --key <KEY>agentprey auth statusagentprey auth refresh

Post-Activation Sync

bash
agentprey vectors sync --pro

Email Backup

If you miss the key on the success page, use the emailed copy or visitagentprey.com/recover to get a new key emailed.

AgentPrey docs are intentionally calmer than the marketing site. Product flair stays on the homepage.