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
PreviousOverviewNextClaim a file

Register agent

Mint a persistent bc_* machine API key for owned storage without a human account.


Tool

beecargo_register_agent

Creates a machine Supabase user and a files_write API key. The MCP session adopts the returned key automatically so beecargo_list_files and beecargo_claim_file work in the same connection.

Authentication

No API key required. Rate-limited to 5 registrations per hour per client IP.

Parameters

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

Usage notes

  • The key is shown only once in the response — store it if you need it outside this MCP session.
  • REST equivalent: POST https://api.beecargo.net/agent/register
  • After register, prefer beecargo_remote_upload for uploads tied to your agent account.