Access
You can access Scope through the web Portal, the REST API, or the
scope CLI.
Requirements
Section titled “Requirements”Your deployment administrator provides the Portal URL and any required authentication details.
Portal URL
Section titled “Portal URL”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.
REST API access
Section titled “REST API access”The REST API is available at the same host under /api/v1. See
Submitting requests (REST API) for
endpoint examples.
What you’ll need
Section titled “What you’ll need”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.
CLI access
Section titled “CLI access”For terminal-based workflows, install the scope CLI:
gh api repos/growth-ecosystems/scope-doc/contents/install-cli.sh \ -H "Accept: application/vnd.github.raw" | bashSee Install the CLI for details.
Next steps
Section titled “Next steps”- Walk through Your first run to submit a benchmark run end to end.
- Install the CLI for terminal-based workflows.
- Or skip ahead to Submitting requests (Portal) for the full Portal workflow.