🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

scope3

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scope3

Scope3 Agentic CLI - Command-line interface for the Scope3 Agentic API

Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
26
44.44%
Maintainers
1
Weekly downloads
 
Created
Source

scope3

Command-line interface for the Scope3 Agentic API.

This is a thin wrapper around @scope3/agentic-client that provides a shorter package name for easier CLI usage.

Installation

# Global installation
npm install -g scope3

# Or use directly with npx
npx scope3 --help

Usage

# Configure your API key
scope3 config set apiKey YOUR_API_KEY

# List available commands
scope3 list-tools

# Use dynamic commands
scope3 brand-agent list
scope3 campaign create --name "My Campaign"

# Output formats
scope3 media-product list --format json
scope3 media-product list --format list
scope3 media-product list --format table  # default

# Environment switching
scope3 --environment staging brand-agent list

# Debug mode
scope3 --debug campaign get --campaignId 123

Documentation

For full documentation, see @scope3/agentic-client

License

MIT

Keywords

scope3

FAQs

Package last updated on 08 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts