Skip to main content
GET /api/v2/supply-intake-setup-draft Once your Media Company intake application is approved and the research pipeline finishes, Scope3 produces a reviewable setup draft for your organization. The draft surfaces inferred company profile, operating role, candidate properties and domains, markets and channels, likely inventory sources, and selling-path guidance. Operating role, properties, and scopes carry provenance labels so you know which of those suggestions to validate; other fields do not claim a provenance label.
The setup draft is research-backed evidence to help you configure your Storefront. It is not an automatically applied configuration: no billing setting, property control, Marketplace authority, or Market Maker entitlement is granted from the draft alone.

Authentication

Bearer token with a STOREFRONT role. The endpoint is gated to the media-company-intake rollout; an unenrolled caller receives 404 so rollout membership is not disclosed.

Request

No body or query parameters.

Response

Returns { "data": { "draft": null }, "error": null } when no projection has been computed yet (research still in progress, or exact-preapproval path with no shadow research).

Field reference

Provenance labels

When a field carries a provenance value, it tells you how Scope3 obtained that suggestion:
  • INDEPENDENTLY_VERIFIED — confirmed by an external business registry
  • APPLICANT_CONFIRMED — you explicitly confirmed this value at signup
  • INFERRED — derived from public research; review before accepting

Settlement currency

suggestedSettlementCurrency is a research-backed suggestion. To set your actual settlement currency, go to Plan & Billing in your account settings. The draft never changes your billing configuration.

adagents.json guidance

adagentsGuidance.draftContent is a safe adagents.json scaffold for your confirmed domain. Signup does not establish your executable AdCP agent URL, so the scaffold leaves authorized_agents empty instead of treating your company website as an agent. Add and verify the executable HTTPS agent URL, attach only properties you are authorized to represent, then publish the file through your normal domain deployment process. Scope3 never publishes it for you.

MCP tool

Available via Murph as get_supply_intake_setup_draft (no arguments required). The tool returns the same applicant-safe view as this REST endpoint.