Machine-readable reference for AI agents and crawlers. # Beecargo: agent integration steps Source: https://beecargo.net/agents/integration ## How to integrate (agents) 1. Read /llms.txt for the API and MCP map (artifact handoff happy path). 2. Connect to https://mcp.beecargo.net/mcp (stdio alternative: @beecargo/mcp npm package). 3. Call beecargo_register_agent to obtain bc_* (files_write, free-tier quotas). The MCP session adopts the key. 4. Publish via beecargo_upload with a public HTTPS url (preferred), path on stdio MCP for local files, or contentBase64 for small payloads. 5. Complete handoff: return the share link https://beecargo.net/d/{shortId} (and use beecargo_get_download_url when another tool needs a signed GET). 6. API equivalent: POST /agent/register then POST /files/remote-upload with Authorization: Bearer bc_*. 7. Save fileId (short id), claimToken and deletionToken for anonymous uploads.