Beecargo

Get set up

  • ○Sign in
  • ○Connect your agent
  • ○Share a file

API

OverviewUpload a fileRemote uploadShare settingsClaim a fileAgent APIWebhooksRetrieve a fileGet file infoList files & foldersDelete a file

MCP

OverviewRegister an agentUpload a fileUpload statusRemote uploadLarge uploads & jobsFoldersShare settingsClaim fileSearch toolsCreate checkoutRetrieve a fileGet file infoList filesDelete a fileFiles from a runUpload delegation

PreviousSearch toolsNextRetrieve a file
PricingDashboard

Create checkout

Create a Premium checkout link for a human when anonymous or free limits are reached.


Tool

beecargo_create_checkout

Returns a Stripe Checkout URL for Premium. Default recommended is the 2-day intro then weekly (including agent/guest sessions). Falls back to weekly when a signed-in human already used the intro. Send that URL to a human. After they pay, they claim Premium at /checkout/complete, then create a Pro API key in the dashboard (POST /api-keys/agent).

Authentication

No API key required for guest checkout. Guest checkout is rate-limited per client IP.

Parameters

ParameterTypeRequiredDescription
planStringNorecommended (default: 2-day trial then weekly when available, else weekly), or weekly / monthly / annual if the human asks

Usage notes

  • Use this when uploads fail with storage, shipment, file-size, or upload-budget limits.
  • Do not reuse the session API key for guest checkout; omit the key so checkout stays guest (recommended → trial).
  • Same rule as the dashboard Premium button: trial when available, else weekly. Not the /pricing page.
  • Quota errors from other tools include upgradeUrl and advice to call this tool.