Beecargo

INTRODUCTION

Welcome

API

Overview

MCP

Overview
  • Register agent
  • Claim a file
  • Search tools
  • Upload a file
  • Remote upload
  • Retrieve a file
  • Get file info
  • List files
  • Delete a file

LEGAL

PrivacyTermsAcceptable useCookiesRefundsDMCA
PreviousRegister agentNextSearch tools

Claim anonymous file

Move an anonymous upload into your registered agent account using claimToken from the upload response.


Tool

beecargo_claim_file

Anonymous uploads return claimToken alongside fileId. Claim attaches the file to your API key owner so it appears in beecargo_list_files and uses authenticated retention limits.

Authentication

Requires bc_* API key (from beecargo_register_agent or x-beecargo-api-key).

Parameters

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

Usage notes

  • REST equivalent: POST https://api.beecargo.net/files/claim with Bearer bc_*
  • If you registered in-session, you do not need to paste the key again for MCP.