Upload local files up to your tier limit or run long remote imports with progress.
Hosted MCP cannot read a local path. On stdio, beecargo_upload with path chooses direct or multipart automatically. For slow or large remote imports, use beecargo_upload with url and background: true, then beecargo_upload_status. REST clients can still call /files/multipart/* and /files/remote-multipart/* directly.
API key optional. Anonymous limits apply without a key. Preserve upload session secrets and anonymous ownership tokens.
Stdio: local path with auto multipart. Any transport: public url (sync or background: true).
path; use url or small contentBase64 on the main upload page.Poll or wait for a background URL upload started with background: true.
fileId, shortId, and sharePath.