# Scope3 Agentic API ## Docs - [Authentication](https://docs.agentic.scope3.com/v2/authentication.md): How to authenticate with the Scope3 Agentic API using OAuth or API keys - [Buyer API Reference](https://docs.agentic.scope3.com/v2/buyer-api-reference.md): Scope3 Buyer API reference documentation for brand advertisers - [Create child account](https://docs.agentic.scope3.com/v2/buyer-api-reference/account/create-child-account.md): Create a new child customer account. For standalone customers, creates a parent/child hierarchy first. Requires ADMIN role. - [Get current account](https://docs.agentic.scope3.com/v2/buyer-api-reference/account/get-current-account.md): Get the authenticated user's current customer account context. - [Get notification preferences](https://docs.agentic.scope3.com/v2/buyer-api-reference/account/get-notification-preferences.md): Get notification opt-in preferences for the authenticated user. - [List customer accounts](https://docs.agentic.scope3.com/v2/buyer-api-reference/account/list-customer-accounts.md): List all customer accounts the authenticated user has active membership on. - [Update notification preferences](https://docs.agentic.scope3.com/v2/buyer-api-reference/account/update-notification-preferences.md): Set notification opt-in preferences for the authenticated user. Replaces all existing opt-ins. - [Create advertiser](https://docs.agentic.scope3.com/v2/buyer-api-reference/advertisers/create-advertiser.md): Create a new advertiser. Advertisers are the top-level entity for campaigns. - [Delete advertiser](https://docs.agentic.scope3.com/v2/buyer-api-reference/advertisers/delete-advertiser.md): Delete (archive) an advertiser. - [Get advertiser](https://docs.agentic.scope3.com/v2/buyer-api-reference/advertisers/get-advertiser.md): Get a single advertiser by ID. Always returns full brand details including the ADCP manifest. - [List advertisers](https://docs.agentic.scope3.com/v2/buyer-api-reference/advertisers/list-advertisers.md): List all advertisers with optional filtering and pagination. - [List audiences](https://docs.agentic.scope3.com/v2/buyer-api-reference/advertisers/list-audiences.md): List stored audience metadata for an account. - [List available accounts](https://docs.agentic.scope3.com/v2/buyer-api-reference/advertisers/list-available-accounts.md): Discover accounts available to link to an advertiser from a specific sales agent. - [List catalogs](https://docs.agentic.scope3.com/v2/buyer-api-reference/advertisers/list-catalogs.md): List catalogs that have been synced for an advertiser. - [Sync audiences](https://docs.agentic.scope3.com/v2/buyer-api-reference/advertisers/sync-audiences.md): Sync first-party CRM audiences for an account. Processing is asynchronous — returns 202 with an operation ID. - [Sync catalogs](https://docs.agentic.scope3.com/v2/buyer-api-reference/advertisers/sync-catalogs.md): Inbound ADCP sync_catalogs endpoint. Buyers call this to sync their catalogs and items to the advertiser. - [Update advertiser](https://docs.agentic.scope3.com/v2/buyer-api-reference/advertisers/update-advertiser.md): Update an existing advertiser. - [List buyer audit logs](https://docs.agentic.scope3.com/v2/buyer-api-reference/audit-logs/list-buyer-audit-logs.md): Paginated audit log feed for buyer activity. Filters by time window, advertiser, campaign, and resource type. - [List invoices](https://docs.agentic.scope3.com/v2/buyer-api-reference/buyer-billing/list-invoices.md): List Stripe invoices for the authenticated buyer customer's billing account. - [List pending invoice items](https://docs.agentic.scope3.com/v2/buyer-api-reference/buyer-billing/list-pending-invoice-items.md): List Stripe invoice line items that have not yet been attached to an invoice on the authenticated buyer customer's billing account. - [Auto-select products](https://docs.agentic.scope3.com/v2/buyer-api-reference/campaigns/auto-select-products.md): Automatically select products for a performance campaign using a 3-tier strategy (scoring → measurability → CPM heuristic). Campaign must be in DRAFT status. Supports iterative refinement via ADCP-style refine directives — review results then re-call with include/omit/more_like_this to adjust select… - [Create campaign](https://docs.agentic.scope3.com/v2/buyer-api-reference/campaigns/create-campaign.md): Create a new campaign. Optional fields like discoveryId and performanceConfig can be provided at creation or set later via update. - [Delete campaign](https://docs.agentic.scope3.com/v2/buyer-api-reference/campaigns/delete-campaign.md): Delete a campaign. - [Execute campaign](https://docs.agentic.scope3.com/v2/buyer-api-reference/campaigns/execute-campaign.md): Launch/execute a campaign to start delivering ads. Pass `debug: true` in the request body to include detailed debug information in error responses. - [Get campaign](https://docs.agentic.scope3.com/v2/buyer-api-reference/campaigns/get-campaign.md): Get detailed information about a specific campaign. - [Get media buy ADCP status](https://docs.agentic.scope3.com/v2/buyer-api-reference/campaigns/get-media-buy-adcp-status.md): Poll ADCP sales agents for the live status of all media buys in a campaign. Returns current ADCP status for each media buy and updates local status when changes are detected. - [List campaigns](https://docs.agentic.scope3.com/v2/buyer-api-reference/campaigns/list-campaigns.md): List campaigns with optional filtering by advertiser and status. - [Pause campaign](https://docs.agentic.scope3.com/v2/buyer-api-reference/campaigns/pause-campaign.md): Pause a running campaign. - [Update campaign](https://docs.agentic.scope3.com/v2/buyer-api-reference/campaigns/update-campaign.md): Update an existing campaign. All fields are optional. - [Create creative manifest](https://docs.agentic.scope3.com/v2/buyer-api-reference/creatives/create-creative-manifest.md): Create a creative manifest with uploaded file assets and optional brief/tag metadata. Multipart form-data request with files and JSON metadata. - [Delete creative manifest](https://docs.agentic.scope3.com/v2/buyer-api-reference/creatives/delete-creative-manifest.md): Delete a creative manifest and all its assets from a campaign. - [Get creative manifest](https://docs.agentic.scope3.com/v2/buyer-api-reference/creatives/get-creative-manifest.md): Get a single creative manifest by ID within a campaign. Supports optional ?preview=true to include preview render. - [List creative manifests](https://docs.agentic.scope3.com/v2/buyer-api-reference/creatives/list-creative-manifests.md): List creative manifests for a campaign with optional filtering by status, quality, or search term. - [Update creative manifest](https://docs.agentic.scope3.com/v2/buyer-api-reference/creatives/update-creative-manifest.md): Update creative manifest fields such as name, brief message, tag, quality, status, or manage assets (add, delete, reclassify). Multipart form-data request. - [List event sources](https://docs.agentic.scope3.com/v2/buyer-api-reference/event-sources/list-event-sources.md): List event sources for an advertiser. Event sources represent conversion data pipelines referenced by optimization goals. - [Sync event sources](https://docs.agentic.scope3.com/v2/buyer-api-reference/event-sources/sync-event-sources.md): Inbound ADCP sync_event_sources endpoint. Buyers call this to sync their event source configurations to the advertiser. - [Ask about API capabilities](https://docs.agentic.scope3.com/v2/buyer-api-reference/mcp/ask-about-api-capabilities.md): Learn about Buyer API features and capabilities using natural language questions. - [Initialize MCP session](https://docs.agentic.scope3.com/v2/buyer-api-reference/mcp/initialize-mcp-session.md): Start a new MCP (Model Context Protocol) session. This must be called before using any other MCP tools. - [Make API call via MCP](https://docs.agentic.scope3.com/v2/buyer-api-reference/mcp/make-api-call-via-mcp.md): Make REST API calls to any Buyer API endpoint through MCP. - [Archive hypothesis](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/archive-hypothesis.md): Soft-delete a hypothesis and remove its allocation tags. - [Assess testability](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/assess-testability.md): Assess whether hypotheses are testable given budget, geo, and flight constraints. - [Check measurement freshness](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/check-measurement-freshness.md): Check for gaps in measurement data coverage relative to flight schedule and measurement source cadence. - [Confirm allocation delivery](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/confirm-allocation-delivery.md): Record delivered impressions and a confirmation timestamp for every unconfirmed allocation on a media buy. - [Create allocation entry](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/create-allocation-entry.md): Record a spend allocation with provenance (agent/human, confidence, rationale) and optional hypothesis tags. - [Create hypothesis](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/create-hypothesis.md): Create a testable hypothesis with prior confidence and magnitude. - [Create hypothesis feedback](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/create-hypothesis-feedback.md): Record human feedback (agree/disagree/context/new_hypothesis) on a hypothesis. Week is auto-determined from the latest learning record. - [Create measurement source](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/create-measurement-source.md): Register a measurement data source (e.g. MMM, brand lift study) for an advertiser. - [Create test cohort](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/create-test-cohort.md): Create a new test cohort for measurement. - [Create test plan](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/create-test-plan.md): Create a test plan defining test/control conditions for a hypothesis. - [Delete allocations for a flight](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/delete-allocations-for-a-flight.md): Remove every allocation entry (and its hypothesis tags) associated with the given flight. - [Delete test cohort](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/delete-test-cohort.md): Delete a test cohort. - [Get allocation entry](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/get-allocation-entry.md): Get a specific allocation entry by ID. - [Get belief state](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/get-belief-state.md): Get current confidence and magnitude for all active hypotheses. - [Get hypothesis](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/get-hypothesis.md): Get a specific hypothesis by ID. - [Get measurement configuration](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/get-measurement-configuration.md): Get the measurement configuration for an advertiser. - [Get measurement source](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/get-measurement-source.md): Get a specific measurement source by ID. - [Get test cohort](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/get-test-cohort.md): Get a specific test cohort by ID. - [Get test plan](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/get-test-plan.md): Get a specific test plan with its linked allocation tags. - [Link allocations to test plan](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/link-allocations-to-test-plan.md): Link allocation entries to a test plan with a role (test/control/observational). Uses upsert. - [List all feedback for advertiser](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/list-all-feedback-for-advertiser.md): List all human feedback across all hypotheses for an advertiser, including hypothesis statement and icon. - [List all test plans for an advertiser](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/list-all-test-plans-for-an-advertiser.md): List every test plan for an advertiser across all hypotheses, ordered newest-first. Paginated. - [List allocation entries](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/list-allocation-entries.md): List spend allocation entries for an advertiser with optional filtering by flight and geo. - [List hypotheses](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/list-hypotheses.md): List hypotheses for an advertiser with optional filtering by category and status. - [List hypothesis feedback](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/list-hypothesis-feedback.md): List human feedback for a specific hypothesis. - [List learning records](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/list-learning-records.md): List learning records showing how hypothesis beliefs changed over time. Filter by hypothesis or outcome type. - [List measurement records](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/list-measurement-records.md): List uploaded measurement records with optional filtering by outcome type and geo. - [List measurement sources](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/list-measurement-sources.md): List measurement sources for an advertiser. - [List test cohorts](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/list-test-cohorts.md): List test cohorts for an advertiser. - [List test plans](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/list-test-plans.md): List test plans for a hypothesis. - [Run learning cycle](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/run-learning-cycle.md): Execute the join engine and belief update across all active hypotheses. Idempotent per hypothesis per week. - [Sync measurement data](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/sync-measurement-data.md): Inbound sync_measurement_data endpoint. Advertisers or MMPs call this to provide performance data as an alternative to CAPI. Accepts time-series measurement data keyed by campaign, media buy, package, and/or creative. - [Update hypothesis](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/update-hypothesis.md): Update hypothesis fields. Status, confidence, and magnitude are updated automatically by the learning cycle. - [Update measurement configuration](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/update-measurement-configuration.md): Update the measurement configuration for an advertiser. - [Update measurement source](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/update-measurement-source.md): Update a measurement source. - [Update test cohort](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/update-test-cohort.md): Update an existing test cohort. - [Update test plan](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/update-test-plan.md): Update test plan status, conditions, cell counts, or coverage gaps. - [Upload context records](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/upload-context-records.md): Upload exogenous context data (promos, weather, competitor activity) for measurement analysis. - [Upload measurement records](https://docs.agentic.scope3.com/v2/buyer-api-reference/measurement/upload-measurement-records.md): Upload outcome measurement records (sales, brand lift, etc). Upserts on (customer, seat, outcome_type, source, geo, time_window). - [Add products to selection](https://docs.agentic.scope3.com/v2/buyer-api-reference/product-discovery/add-products-to-selection.md): Add products to the selection. Products must have been discovered via GET /discovery/{discoveryId}/discover-products first. - [Apply a proposal](https://docs.agentic.scope3.com/v2/buyer-api-reference/product-discovery/apply-a-proposal.md): Apply a sales agent proposal to auto-add products with recommended budget allocations. Requires discover-products to have been called first. - [Browse products for discovery session](https://docs.agentic.scope3.com/v2/buyer-api-reference/product-discovery/browse-products-for-discovery-session.md): Browse available products for an existing discovery session. Returns product suggestions grouped by publisher with pagination support. - [Discover products](https://docs.agentic.scope3.com/v2/buyer-api-reference/product-discovery/discover-products.md): Discover products with automatic session creation. If discoveryId is not provided, a new session is created automatically. Returns discoveryId and discovered products. - [Get selected products](https://docs.agentic.scope3.com/v2/buyer-api-reference/product-discovery/get-selected-products.md): Get the list of products that have been selected in this discovery session. - [Remove products from selection](https://docs.agentic.scope3.com/v2/buyer-api-reference/product-discovery/remove-products-from-selection.md): Remove products from the selection. - [Check property list](https://docs.agentic.scope3.com/v2/buyer-api-reference/property-lists/check-property-list.md): Check a list of domains against the AAO Community Registry. Returns domains categorized into remove, modify, assess, and ok buckets. - [Create property list](https://docs.agentic.scope3.com/v2/buyer-api-reference/property-lists/create-property-list.md): Create a named include or exclude list of publisher domains for an advertiser. Domains are resolved to internal property records. Unresolvable domains are returned in the response. - [Delete property list](https://docs.agentic.scope3.com/v2/buyer-api-reference/property-lists/delete-property-list.md): Archive a property list and unlink it from the advertiser targeting profile. - [Get property list](https://docs.agentic.scope3.com/v2/buyer-api-reference/property-lists/get-property-list.md): Get a specific property list by ID with resolved domain identifiers. - [Get property list check report](https://docs.agentic.scope3.com/v2/buyer-api-reference/property-lists/get-property-list-check-report.md): Retrieve a stored property list check report by ID. Reports expire after 7 days. - [List property lists](https://docs.agentic.scope3.com/v2/buyer-api-reference/property-lists/list-property-lists.md): List property lists for an advertiser. Optionally filter by purpose (include/exclude). - [Update property list](https://docs.agentic.scope3.com/v2/buyer-api-reference/property-lists/update-property-list.md): Update a property list name and/or replace domains entirely. - [Get event summary](https://docs.agentic.scope3.com/v2/buyer-api-reference/reporting/get-event-summary.md): Get hourly-aggregated event counts for an advertiser. Returns event counts broken down by type and hour. - [Get reporting](https://docs.agentic.scope3.com/v2/buyer-api-reference/reporting/get-reporting.md): Get reporting metrics across all advertisers and campaigns. - [Get storefront](https://docs.agentic.scope3.com/v2/buyer-api-reference/storefronts/get-storefront.md): Get a single storefront with inventory sources and buyer connection status. - [List credentials](https://docs.agentic.scope3.com/v2/buyer-api-reference/storefronts/list-credentials.md): List all agent credentials registered by this customer across all storefronts. - [List storefronts](https://docs.agentic.scope3.com/v2/buyer-api-reference/storefronts/list-storefronts.md): List all enabled storefronts visible to the buyer. Each storefront contains inventory sources backed by agents. - [Register source credentials](https://docs.agentic.scope3.com/v2/buyer-api-reference/storefronts/register-source-credentials.md): Register credentials for an inventory source within a storefront. - [Query syndication status](https://docs.agentic.scope3.com/v2/buyer-api-reference/syndication/query-syndication-status.md): Query syndication status records for an advertiser, with optional filtering by resource type, resource ID, ADCP agent, and enabled state. - [Toggle syndication for a resource](https://docs.agentic.scope3.com/v2/buyer-api-reference/syndication/toggle-syndication-for-a-resource.md): Toggle syndication ON/OFF for an audience, event source, or catalog to a specific ADCP agent. Returns the syndication status record immediately. - [Get task status](https://docs.agentic.scope3.com/v2/buyer-api-reference/tasks/get-task-status.md): Get the current status of an async task. AdCP polling fallback for when webhooks are unavailable. - [Changelog](https://docs.agentic.scope3.com/v2/changelog.md): Release notes and changes to API v2 - [Philosophy](https://docs.agentic.scope3.com/v2/concepts/philosophy.md): How v2 thinks about agents, intent, marketplaces, and the buyer/storefront split. - [Sandbox Mode](https://docs.agentic.scope3.com/v2/features/sandbox.md): Test the full media buying lifecycle without real spend - [Audit Logs](https://docs.agentic.scope3.com/v2/guides/audit-logs.md): Query the buyer activity feed for compliance, debugging, and operational visibility - [Product Discovery](https://docs.agentic.scope3.com/v2/guides/discovery.md): Discover available media products from agents, evaluate proposals, and apply them to your campaigns - [Frequency Caps](https://docs.agentic.scope3.com/v2/guides/frequency-caps.md): Limit how often a single user is exposed to your ads across publishers - [Log Events](https://docs.agentic.scope3.com/v2/guides/log-events.md): Send custom events to an advertiser for downstream measurement and reporting - [Measurement & Incrementality](https://docs.agentic.scope3.com/v2/guides/measurement-incrementality.md): Configure event sources, ingest measurement data, and run incrementality tests with the v2 measurement engine - [Notifications](https://docs.agentic.scope3.com/v2/guides/notifications.md): Configure in-app, email, and Slack notifications for events across your buyer workspace. - [Pacing Periods](https://docs.agentic.scope3.com/v2/guides/pacing-periods.md): Define multi-period flight schedules with weight or budget intensity and automatic per-period package splitting - [Property Lists](https://docs.agentic.scope3.com/v2/guides/property-lists.md): Curate include and exclude domain lists for your advertisers and propagate them across active media buys - [Reporting Overview](https://docs.agentic.scope3.com/v2/guides/reporting-overview.md): How v2 reporting hierarchies, metrics, time-series, and CSV exports fit together — plus how delivery data lands in BigQuery in the first place. - [Service Tokens](https://docs.agentic.scope3.com/v2/guides/service-tokens.md): Create, rotate, and revoke long-lived API tokens for service-to-service integrations - [Tasks](https://docs.agentic.scope3.com/v2/guides/tasks.md): Async operation polling — receive a task ID, poll for status, handle long-running work - [Conversion API](https://docs.agentic.scope3.com/v2/integrations/conversion-api.md): Send conversion events to Scope3 for attribution and campaign optimization - [Scope3 Agentic API](https://docs.agentic.scope3.com/v2/introduction.md): The next-generation API for AI-powered advertising campaign management and optimization - [Advertiser](https://docs.agentic.scope3.com/v2/object-guides/advertiser.md): The advertiser account that owns campaigns, creatives, audiences, and linked partner accounts - [Brand](https://docs.agentic.scope3.com/v2/object-guides/brand-story.md): Brand identity resolved from the AdCP brand registry — logos, colors, tone, product catalog, and disclaimers - [Campaign](https://docs.agentic.scope3.com/v2/object-guides/campaign.md): The unit of media planning — flight dates, budget, products, audiences, creatives, and pacing - [Creative](https://docs.agentic.scope3.com/v2/object-guides/creative.md): Manifest-based creative assets, nested under campaigns, with format coverage and per-product propagation - [Signal](https://docs.agentic.scope3.com/v2/object-guides/signal.md): Audience and contextual segments registered, discovered, and deployed to DSPs - [Storefront](https://docs.agentic.scope3.com/v2/object-guides/storefront.md): Browse storefronts, register credentials per inventory source, and connect your buyer accounts - [Quick Start](https://docs.agentic.scope3.com/v2/quickstart.md): Get started with the Scope3 Agentic API — connect your AI agent in minutes - [Errors](https://docs.agentic.scope3.com/v2/reference/errors.md): Standard error response shape, HTTP status codes, and common error codes returned by the v2 API - [Pagination](https://docs.agentic.scope3.com/v2/reference/pagination.md): Paging conventions across v2 list endpoints - [Rate Limits](https://docs.agentic.scope3.com/v2/reference/rate-limits.md): API rate limits, 429 responses, and recommended polling cadences for v2 endpoints - [Built for Agents](https://docs.agentic.scope3.com/v2/setup/built-for-agents.md): AI-first advertising API designed for seamless agent integration via MCP and REST API - [Buyer Onboarding](https://docs.agentic.scope3.com/v2/setup/buyer-onboarding.md): End-to-end setup guide for agencies and brands buying media through Scope3 Agentic API - [Migrating from v1 to v2](https://docs.agentic.scope3.com/v2/setup/migration-guide.md): Guide for upgrading from the v1 Scope3 Agentic API to v2 - [Single Sign-On (SSO)](https://docs.agentic.scope3.com/v2/setup/sso-setup.md): Configure SSO to let your organization members sign in with their corporate credentials - [Storefront Onboarding](https://docs.agentic.scope3.com/v2/setup/storefront-onboarding.md): End-to-end guide for sellers/publishers to onboard their storefront, register inventory, and start accepting agent traffic - [AI Agent Skill File](https://docs.agentic.scope3.com/v2/skill.md): Machine-readable API specification for AI agents and LLMs - [Storefront API Reference](https://docs.agentic.scope3.com/v2/storefront-api-reference.md): Scope3 Storefront API reference documentation for publishers and technology partners - [Create child account](https://docs.agentic.scope3.com/v2/storefront-api-reference/account/create-child-account.md): Create a new child customer account. For standalone customers, creates a parent/child hierarchy first. Requires ADMIN role. - [Get current account](https://docs.agentic.scope3.com/v2/storefront-api-reference/account/get-current-account.md): Get the authenticated user's current customer account context. - [Get notification preferences](https://docs.agentic.scope3.com/v2/storefront-api-reference/account/get-notification-preferences.md): Get notification opt-in preferences for the authenticated user. - [List customer accounts](https://docs.agentic.scope3.com/v2/storefront-api-reference/account/list-customer-accounts.md): List all customer accounts the authenticated user has active membership on. - [Update notification preferences](https://docs.agentic.scope3.com/v2/storefront-api-reference/account/update-notification-preferences.md): Set notification opt-in preferences for the authenticated user. Replaces all existing opt-ins. - [Ask about API capabilities](https://docs.agentic.scope3.com/v2/storefront-api-reference/mcp/ask-about-api-capabilities.md): Learn about Storefront API features and capabilities using natural language questions. - [Initialize MCP session](https://docs.agentic.scope3.com/v2/storefront-api-reference/mcp/initialize-mcp-session.md): Start a new MCP (Model Context Protocol) session. This must be called before using any other MCP tools. - [Make API call via MCP](https://docs.agentic.scope3.com/v2/storefront-api-reference/mcp/make-api-call-via-mcp.md): Make REST API calls to any Storefront API endpoint through MCP. - [Create signal](https://docs.agentic.scope3.com/v2/storefront-api-reference/signals/create-signal.md): Register a signal with key types, regions, and access configurations. - [Delete signal](https://docs.agentic.scope3.com/v2/storefront-api-reference/signals/delete-signal.md): Soft-delete (archive) a signal and all its access records. - [Discover signals](https://docs.agentic.scope3.com/v2/storefront-api-reference/signals/discover-signals.md): Query signal agents via ADCP to discover available signals. Does not persist results. - [Get signal](https://docs.agentic.scope3.com/v2/storefront-api-reference/signals/get-signal.md): Get a signal by its identifier, including access records. - [List signals](https://docs.agentic.scope3.com/v2/storefront-api-reference/signals/list-signals.md): List signals with optional filtering by agent, visibility, live status, and seat. - [Update signal](https://docs.agentic.scope3.com/v2/storefront-api-reference/signals/update-signal.md): Update signal metadata and manage access records. Cannot change signalId, keyType, or regions after creation. - [Get balance transactions](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront-billing/get-balance-transactions.md): Cursor-paginated list of balance transactions for the connected Stripe account. - [Get billing config](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront-billing/get-billing-config.md): Get the billing configuration for the storefront. - [Get onboarding URL](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront-billing/get-onboarding-url.md): Get a fresh Stripe onboarding URL. Onboarding links expire after 24 hours. - [Get payouts](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront-billing/get-payouts.md): Cursor-paginated list of payouts for the connected Stripe account. - [Get Stripe account status](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront-billing/get-stripe-account-status.md): Retrieve Stripe Connect account verification status and balance. - [List billing accounts](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront-billing/list-billing-accounts.md): Get billing status for managed accounts of a parent customer. - [List invoices](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront-billing/list-invoices.md): Cursor-paginated list of invoices issued on the connected Stripe account. - [List pending invoice items](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront-billing/list-pending-invoice-items.md): Cursor-paginated list of invoice line items that have not yet been attached to an invoice on the connected Stripe account. - [Provision Stripe Connect account](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront-billing/provision-stripe-connect-account.md): Create a Stripe Express account for the storefront and return an onboarding URL. - [Create inventory source](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront/create-inventory-source.md): Create an inventory source and optionally register an agent for it. - [Delete inventory source](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront/delete-inventory-source.md): Delete an inventory source. The linked agent is disabled before removal. - [Discover agents for a domain](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront/discover-agents-for-a-domain.md): Query the agenticadvertising.org registry (with an adagents.json fallback) for the operator and publisher agents authorized for a domain. Server-side cached for 2 minutes; pass refresh=true to bypass. - [Get inventory source](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront/get-inventory-source.md): Get a specific inventory source by its source ID. - [Get storefront readiness](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront/get-storefront-readiness.md): Check if the storefront is ready to go live. Returns blocking checks for inventory sources, agent status, and agent auth. - [List inventory sources](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront/list-inventory-sources.md): List all inventory sources for the storefront. - [Resolve brand manifest](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront/resolve-brand-manifest.md): Look up a brand manifest on agenticadvertising.org by domain. Returns brand name, logo URL, and manifest metadata when found; returns resolved=false plus a builderUrl when no manifest exists. - [Update inventory source](https://docs.agentic.scope3.com/v2/storefront-api-reference/storefront/update-inventory-source.md): Update an inventory source. Status transitions manage the linked agent lifecycle. - [Management UI](https://docs.agentic.scope3.com/v2/ui-guide.md): Navigate the Scope3 platform dashboard to manage members, API keys, advertisers, partners, and billing ## OpenAPI Specs - [storefront-api-v2](https://docs.agentic.scope3.com/v2/storefront-api-v2.yaml) - [buyer-api-v2](https://docs.agentic.scope3.com/v2/buyer-api-v2.yaml) - [partner-api-v1](https://docs.agentic.scope3.com/v1/partner-api-v1.yaml) - [buyer-api-v1](https://docs.agentic.scope3.com/v1/buyer-api-v1.yaml) - [outcome-agent-openapi](https://docs.agentic.scope3.com/v1/outcome-agent-openapi.yaml)