> ## 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.

# Hosted Harbor

> Launching Jobs On The Hub

The [Harbor Hub](https://hub.harborframework.com) can now be used to run remote harbor rollouts.
This guide provides instructions for launching remote jobs through the CLI, web UI, and API.

First, visit [the job launcher](https://hub.harborframework.com/jobs/launch).
Click the link in the banner to fill out a google form for access to remote rollouts.

Then follow the [API key creation guide](/core-concepts/hosted-harbor/api-key) to create an API key.

## Interfaces

| Page                                             | Use it for                                                          |
| ------------------------------------------------ | ------------------------------------------------------------------- |
| [Web UI](/core-concepts/hosted-harbor/web-ui)    | Adding secrets and launching a job from the browser                 |
| [CLI](/core-concepts/hosted-harbor/cli)          | Launching with `harbor run --launch`, then browsing jobs and trials |
| [API Overview](/core-concepts/hosted-harbor/api) | Base URL, authentication, and error shapes                          |

## API Reference

| Page                                                                      | Endpoints                                     |
| ------------------------------------------------------------------------- | --------------------------------------------- |
| [Submitting Jobs](/core-concepts/hosted-harbor/submitting-jobs)           | `POST /job-submit`, `GET /job-status`         |
| [Custom Agents](/core-concepts/hosted-harbor/custom-agents)               | Running an ACP agent from a GitHub repository |
| [Managing Secrets](/core-concepts/hosted-harbor/secrets)                  | `/secrets`, `/secrets/preflight`              |
| [Registry Credentials](/core-concepts/hosted-harbor/registry-credentials) | `/registry-credentials`                       |
| [CLI: Leaderboards](/core-concepts/hosted-harbor/cli-leaderboards)        | Curated leaderboards from the CLI             |
