> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Upload asset to space

> Copy a file from the workspace to the user's zo.space assets.

{/* Tool: update_space_asset */}

Assets are served at their asset\_path. Reference in pages: <img src="https://mintlify.s3.us-west-1.amazonaws.com/zocomputer/images/logo.png" />

## Parameters

<ParamField path="source_file" type="string" required={true}>
  Path to the source file in the workspace, e.g. '/home/workspace/images/logo.png'.
</ParamField>

<ParamField path="asset_path" type="string" required={true}>
  URL path where the asset will be served, starting with '/', e.g. '/images/logo.png'.
</ParamField>
