Skip to main content

Documentation Index

Fetch the complete documentation index at: https://usenaive.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Commands

CommandDescription
naive billing plansList available plans with pricing
naive billing subscribeSubscribe to a plan (returns checkout URL)
naive billing upgradeUpgrade to a higher plan
naive billing statusCheck subscription + credit balance
naive billing portalGet billing management URL
naive billing packsList credit top-up packs
naive billing topupBuy a credit pack (returns checkout URL)

View Plans

naive billing plans
Shows available plans with pricing, your current plan, and trial eligibility.

Subscribe

naive billing subscribe --plan starter
Creates a checkout session. Open the returned URL to complete payment.

Upgrade

naive billing upgrade --plan pro
If you have an active subscription, opens the billing portal for plan change. Otherwise creates a new checkout.

Check Status

naive billing status
Shows your current plan, subscription status, credits remaining, and period end.

Buy More Credits

# List available packs
naive billing packs

# Buy a pack
naive billing topup --pack medium
PackCreditsPrice
small20$10
medium50$23
large100$44
xl250$100

Billing Portal

naive billing portal
Opens the billing portal where you can update payment methods, change plans, view invoices, or cancel.