Skip to main content
The Scope3 Agentic API provides a machine-readable skill file that AI agents can use to understand and interact with the API.

Skill File URL

What is a Skill File?

A skill file is a single markdown document that gives AI agents everything they need to use an API. Instead of forcing agents to parse complex OpenAPI specs or navigate multiple documentation pages, a skill file provides a concise, LLM-optimized format. Why skill files work better for agents:
  • Single context load - One file contains the complete API surface, fitting within an agent’s context window
  • Natural language first - Written in prose that LLMs understand natively, not just structured schemas
  • Actionable examples - Real request/response pairs agents can adapt, not abstract specifications
  • Prioritized information - Common operations and gotchas highlighted, not buried in exhaustive docs
What’s included:
  • API base URL and authentication
  • Available endpoints with example requests
  • MCP tools for agent integration
  • Response formats and error handling
  • Rate limits and best practices

Key Capabilities

The skill file documents the following v2 API capabilities:

Campaign & Advertiser Management

  • Create and manage advertisers and brands
  • Create discovery, audience, and performance campaigns
  • Product discovery with AI-powered recommendations

Creative Set Management

  • Create creative sets to organize video, image, and text assets
  • Add and remove assets from creative sets
  • Define creatives that combine assets for different formats (display, video, CTV, etc.)
  • Support for macro expansion for dynamic content

Reporting & Analytics

  • Get reporting metrics (impressions, spend, clicks) for campaigns
  • View media buy status and delivery performance
  • Track package-level delivery metrics
To use the skill file, simply point your AI agent to the URL above. For detailed connection instructions, see Built for Agents.