upgrade
Reference for the upgrade tool, which returns a Stripe checkout link to raise your Bassethound rate limit to Pro.
upgrade returns a link to move from the free tier to Bassethound Pro, which raises your rate limit. Call it when you want more volume or have hit the free-tier cap.
Signature
upgrade()
No arguments.
Returns
A short message. When billing is configured and you are signed in, it carries a Stripe checkout link tied to your account. Pay once and the higher limit applies on your next call, with no reconnect.
The message adapts to your state:
- Signed in on the free tier: a checkout link to upgrade.
- Already on Pro: a note that you are already upgraded.
- Not signed in: a prompt to connect your account first, since the link is tied to your account.
Rate limits
The free tier runs 3 sniffs a day. Pro raises that to a much higher rolling limit. Going over your quota drops you back to the free rate for the rest of the window, never to zero.
Example
I keep hitting the Bassethound limit. How do I upgrade?
The assistant calls upgrade and hands you the checkout link. To view or cancel an existing subscription later, see manage_account.