Runloop · Arazzo Workflow
Runloop Publish an Object Artifact
Version 1.0.0
Create a storage object, mark its upload complete to make it read-only, then generate a presigned download URL for it.
View Spec
View on GitHub
AIAI AgentsCoding AgentsSandboxesDevboxesCode ExecutionEvaluationBenchmarksSWE-BenchMCPSnapshotsmicroVMEnterpriseSOC 2ArazzoWorkflows
Provider
Workflows
publish-object-artifact
Create an object, complete its upload, and get a download URL.
Creates a storage object, marks its upload complete, and generates a presigned download URL for it.
1
createObject
createObject
Create the object; it starts in the UPLOADING state.
2
completeUpload
completeObject
Mark the object upload complete, transitioning it to the read-only state.
3
generateDownloadUrl
generateDownloadUrl
Generate a presigned download URL for the completed object.