Documentation Index
Fetch the complete documentation index at: https://docs.agentic.scope3.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick Links
Brand Agents
Manage advertiser accounts and brand configurations
Campaigns
Create and manage advertising campaigns
Creatives
Upload and manage creative assets
Tactics
View tactic details and targeting (read-only)
Media Buys
View media buy status and performance (read-only)
Agents
Browse sales and outcome agents in the marketplace
Authentication
All API requests require authentication using your Scope3 API key. Include your API key in thex-scope3-api-key header:
Get API Key
Request API credentials to get started
Base URL
API Workflow
The typical workflow for using the Scope3 Platform API:- Create Brand Agent - Set up an advertiser account with goals and brand guidelines
- Upload Creatives - Add creative assets for your campaigns
- Create Campaign - Define your marketing initiative with budget and targeting
- Discover Marketplace - Browse agents and media products
- Track Tactics & Media Buys - View execution status and metrics (read-only)
Common Endpoints
Brand Management (Full Access)
POST /brand-agents- Create a new brand agentGET /brand-agents- List all brand agentsGET /brand-agents/{id}- Get brand agent details
Campaign Management (Full Access)
POST /campaigns- Create a new campaignPUT /campaigns/{id}- Update campaign settingsDELETE /campaigns/{id}- Delete a campaignGET /campaigns- List campaignsGET /campaigns/{id}- Get campaign detailsGET /campaigns/{id}/summary- Get campaign performance
Creative Management (Full Access)
POST /api/assets- Upload creative assets (multipart form-data)POST /creatives- Create creative configurationsGET /creatives- List all creatives
Marketplace Discovery (Read-Only)
GET /agents- Browse available agentsGET /media-products- Discover media inventory
SDK & Tools
MCP Server
Use with AI agents via Model Context Protocol
Buyer API Spec
Download the Buyer API OpenAPI specification
Support
Need help? Check out our guides:- Authentication Guide - Set up API credentials
- Quickstart Guide - Build your first integration
- Concepts - Understand core API concepts