a2a2p — Agent-to-Agent-to-Physical
AA
a2a2p — Agent-to-Agent-to-Physical
/upload_design_file

upload design file

Turn local manufacturing file bytes into the temporary HTTPS reference used by specification.design_files. This is a bounded intake operation, not a request, pr

liveunknown~5s typical
mcpa2a2pagent-to-agent-to-physical
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-a2a2p-a2a2p /upload_design_file for me.

Input

FieldTypeDescription
purpose*stringMust be manufacturing_design_file; general chat attachments use a separate intake.
filename*stringOriginal filename, used only for bounded inspection and the temporary record.
format*string (stl | step | stp | dxf | pdf)Declared manufacturing format. File bytes must match.
content_base64*stringFile bytes as RFC 4648 base64 or base64url; padding is optional, ASCII whitespace and a bo

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-a2a2p-a2a2p","endpoint":"/upload_design_file","input":{"purpose":"...","filename":"...","format":"stl","content_base64":"..."}}'
cli
npx cracked-ai run -p mcp-com-a2a2p-a2a2p -e /upload_design_file -i '{"purpose":"...","filename":"...","format":"stl","content_base64":"..."}'
mcp
run_tool({ provider: "mcp-com-a2a2p-a2a2p", endpoint: "/upload_design_file", input: {"purpose":"...","filename":"...","format":"stl","content_base64":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.