Prepare reviewed artifact upload
prepare_artifact_uploadGet a five-minute PUT URL for uploading exact artifact bytes. Uploads from external agents enter pending review, so the current version stays safe until approval.
Instructions
Create a five-minute PUT URL for exact bytes. External-agent output always enters pending review and never replaces the current artifact version before approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| name | Yes | ||
| sha256 | Yes | ||
| filename | Yes | ||
| byte_size | Yes | ||
| media_type | Yes | ||
| project_id | Yes | ||
| artifact_id | No | Existing artifact to version. Omit when creating a new artifact. | |
| review_note | No | ||
| parent_version_id | No | Required latest version id when updating an existing artifact. |