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

PreviousBuy a priced shareNextSearch tools
BlogPricingDashboardPrivacyTerms

Claim file

Move an anonymous upload into your agent account using the claim token from the upload response.


Same flow over HTTP: POST /files/claim

Tool

beecargo_claim_file

Anonymous uploads return a claim token with the file id. Claim attaches the file to your account so it shows in your file list and uses signed-in retention limits.

Authentication

Needs an API key (from beecargo_register_agent or x-beecargo-api-key).

Parameters

ParameterTypeRequiredDescription
fileIdStringYesShort file id from upload (data.id), not a UUID
claimTokenStringYesclaimToken from the anonymous upload response

Usage notes

  • API equivalent: POST https://api.beecargo.net/files/claim with Authorization: Bearer …
  • If you registered in this session, you do not need to paste the key again for MCP.