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

PricingDashboard

Seller payouts

Connect Stripe Express so a seller can put a one-time price on a share.


Paid shares need seller payouts first. Call beecargo_connect with action=onboard, send onboardUrl to the human, then action=status until readyToSell. After that, set priceCents with beecargo_update_share_settings. Buyers can pay on /d/{shortId} or via MCP purchase tools. Agent bootstrap keys cannot open Connect — fall back to https://beecargo.net/dashboard/settings?connect=start.

Authentication

Dashboard API key or OAuth required. Agent bootstrap keys are rejected.

Tools

beecargo_connect

Seller Stripe Connect: check readiness, mint onboarding URL, or open Express login.

ParameterTypeRequiredDescription
actionstatus | onboard | loginYesstatus checks readyToSell; onboard mints Express onboarding URL; login mints Express dashboard login URL
syncBooleanNostatus only: refresh flags from Stripe (default true)
countryStringNoonboard only: ISO country for new Express accounts (default US)
  • readyToSell must be true before setting a positive priceCents.
  • Send onboardUrl to the human. On 403 from an agent key, send the dashboard deep link instead.
  • login requires Connect already started (bank/payout history).
beecargo_connect