Skip to content

Access

You can access Scope through the web Portal, the REST API, or the scope CLI.

Your deployment administrator provides the Portal URL and any required authentication details.

Open the Portal URL provided for your deployment. For example:

https://your-scope.example.com

Open the URL in any modern browser. The Portal is the entry point for submitting requests, browsing results, and managing task prompts, criteria, profiles, and prompt features.

The REST API is available at the same host under /api/v1. See Submitting requests (REST API) for endpoint examples.

You don’t need to install anything to use the Portal.

Your deployment may require credentials to run coding agents or pull skills from GitHub repositories. Contact your deployment administrator for the required setup.

For terminal-based workflows, install the scope CLI:

Terminal window
gh api repos/growth-ecosystems/scope-doc/contents/install-cli.sh \
-H "Accept: application/vnd.github.raw" | bash

See Install the CLI for details.