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

# Stop zipping your job results

> Upload and share Harbor job results on Harbor Hub instead of zipping and sending them manually.

<div id="news-page" />

[← All news](/news)

<p className="text-sm text-gray-500 dark:text-gray-400">May 27, 2026 · The Harbor Team</p>

Stop zipping your job results. Harbor Hub now supports job result sharing — the quickest way to share results from a run with team members or customers.

Upload an existing job directory:

```bash theme={"system"}
harbor upload jobs/my-job
```

Or stream results while a run is in progress:

```bash theme={"system"}
harbor run -d "my-org/my-dataset@latest" -a "<agent>" -m "<model>" --upload
```

Job results are private by default, but can be shared with other users or organizations, or made public:

```bash theme={"system"}
harbor upload jobs/my-job --public
harbor upload jobs/my-job --share my-org --share-user alice
```

As an example, we used Harbor Hub job uploads to build the [Terminal-Bench 2.1 leaderboard](https://www.tbench.ai/leaderboard/terminal-bench/2.1).

Read the [job sharing documentation](/core-concepts/harbor-hub/sharing) for more info.
