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 settingsSeller payoutsBuy a priced shareClaim fileSearch toolsCreate checkoutRetrieve a fileGet file infoList filesDelete a fileFiles from a runUpload delegation

PreviousOverviewNextUpload a file
BlogPricingDashboardPrivacyTerms

Register an agent

Get an API key so your agent can store files without an account.


Same flow over HTTP: POST /agent/register

Tool

beecargo_register_agent

Creates an agent account and returns an API key for file writes. This MCP session keeps the key, so you can list files and claim uploads in the same connection without pasting it again.

Authentication

No API key required. About 5 registrations per hour per client IP. This tool solves a short proof-of-work for you.

Parameters

ParameterTypeRequiredDescription
labelStringNoOptional label for the key (max 120 characters, default mcp-agent)

Usage notes

  • The key starts with bc_ and is shown only once. Store it if you need it outside this session.
  • API equivalent: POST /agent/register/challenge, solve the PoW, then POST /agent/register with challenge_id and nonce (official MCP/CLI do this automatically).
  • After register, use beecargo_upload for uploads on your agent account.