IronShard Object Storage Sandbox
IO
IronShard Object Storage Sandbox
/download_object

Download Object

Return a secret, short-lived GET URL for an object's bytes.

liveunknown~5s typical
mcpironshardobjectstorage
$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-ai-ironshard-agent-storage-sandbox /download_object for me.

Input

FieldTypeDescription
bucket_name*stringBucket to operate on.
object_key*stringComplete object key, including path-like prefixes.
bucket_token*stringSecret bearer token returned with the public bucket.

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-ai-ironshard-agent-storage-sandbox","endpoint":"/download_object","input":{"bucket_name":"...","object_key":"...","bucket_token":"..."}}'
cli
npx cracked-ai run -p mcp-ai-ironshard-agent-storage-sandbox -e /download_object -i '{"bucket_name":"...","object_key":"...","bucket_token":"..."}'
mcp
run_tool({ provider: "mcp-ai-ironshard-agent-storage-sandbox", endpoint: "/download_object", input: {"bucket_name":"...","object_key":"...","bucket_token":"..."} })

Try it

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