Explore a sample Storefront before signup
You can open Explore a sample Storefront before creating an account. It is a public, stateless walkthrough with versioned, preloaded fictional data. Its Catalog, fictional buyer brief, and approval path are display-only: there are no text fields, uploads, saved changes, buyer messages, pricing actions, or production-system connections. The sample is not a workspace or a Demo Storefront. It does not create an account, tenant, source, or demo lease, and it cannot publish inventory, buy, sell, bill, or contact a buyer. Create a Seller Account and accept the Terms before adding your organization’s material or connecting a production system.Confirming your company (Media Company signup)
- Identity proposal. From your email’s domain, Apostra proposes a company
name and website: “From
acme.com, we think you’re Acme Media. Is that accurate?” Confirming reuses your verified sign-up email domain as evidence of control. Correcting the domain to something else is recorded as an unverified claim — a claimed domain is never treated as proof of ownership, so an unrelated domain does not by itself grant your account any authority over it. - Seller product. Choose Just list or Create an AMC account. Just list uses an agent operated by you, a partner, or another provider. An AMC account includes listing and adds a hosted Merchandising Agent that you train for your business. The choice remains editable after onboarding.
- Billing country. You confirm the country of the company that will contract with Apostra — not your personal location. This country is the sole input to the plan currency Apostra derives and displays back to you; there is no currency picker, and an unsupported country never silently falls back to USD. If your country isn’t supported yet, you’re shown an assisted path to contact Apostra directly instead of a dead end.
- Terms of Service and Privacy Policy. Baseline platform Terms acceptance and Privacy Policy disclosure happen here, before any setup content. A paid rate card is a separate, later acceptance once you choose a plan.
- Research and admission. Confirming starts an automatic background check — normally a few seconds. You’ll see a brief “Checking your details” state; if it runs long, the page tells you it’s still working, and you can safely close it — refreshing the page or logging back in always resumes the same status rather than restarting the question.
Overview
A Storefront is your buyer-facing home on Apostra: the business presence, name, description, and discovery surface buyers use to understand who they are buying from. Your Merchandising Agent runs that Storefront, implements the AdCP media-buy workflow, and draws from the inventory sources you connect.Choose a commercial package
Signup asks what you are buying from Apostra, and you can change the plan later:- Listing — get listed on Apostra, connect an AdCP-compliant sales agent that you or a provider operates, and keep the operational record for campaigns, media buys, creatives, approvals, delivery, and activity. AI Business Rules are available. Saving, enabling, and evaluating AI Business Rules is not an IU-rated activity today; other qualifying activity remains governed by your organization’s accepted IU Rate Card.
- Listing + Distribution — keep that connected agent while adding self-serve advertisers, public listing distribution and an optional customer CNAME, and customer-branded AdCP and ChatGPT app channels.
setupIntent field
remains a reversible record of the selected signup package for compatibility,
but it never suppresses setup steps, navigation, tools, analytics, or unrelated
capabilities. Listing keeps operational surfaces and AI Business Rules available
and presents Add Listing + Distribution for paid distribution capabilities.
Merchandising remains separate and requires a connected source that is ready to
supply products your storefront can sell, such as an ad server — a
wholesale-capable source that has not finished its own setup does not satisfy
this yet. Source treatment remains per source (WHOLESALE,
COMPOSING, or BOTH). Who operates a connected sales agent is Source
configuration, not a different Listing plan or account profile; a third-party
sales-agent source with Listing is simply COMPOSING.
Choose your seller product
Supply-side signup asks which product you want to start with:- Just list — list inventory with an agent operated by you, a partner, or another provider. You can connect the agent during setup.
- AMC account — listing plus Apostra’s hosted Merchandising Agent, which you train for your business. The Merchandising Agent can draw from an ad server, custom modular source, external Agent, or linked Storefront and uses your merchandising guidance to package, price, and sell inventory.
operatingMode to PATCH /api/v2/storefront. The update replaces the listing
and Apostra-merchandising capability pair together, and the applicable
navigation changes without deleting completed setup or changing your plan.
What you declare vs. what buyers get
Capability is two values, and they can legitimately disagree:configuredCapabilities— the flags you declared. This is what you wrote, and it is the field to compare against when you want to know whether a save would change anything.capabilities— the effective projection buyers see. Derived from your declaration plus your source topology and approval settings.
false is never rejected — what differs is whether the effective
response reflects what you sent. Declaring a flag true can be rejected: see
Approval-routing prerequisite below for the exact rule before assuming every
save succeeds.
capabilitiesLocked: true— you have ad-server-backed inventory (an embedded sales agent).offersCreativeReviewandoffersCampaignApprovalare effectively on regardless of what you declared — the storefront is the agent buyers address, so those workflows are always live. The lock does not extend tooffersProductComposition: it is derived the same way as on an unlocked storefront (merchandising entitlement plus a ready wholesale source or the ambient wholesale pool), so it can still be effectively off on a locked storefront.- Product composition off (no ad-server-backed inventory, no adapter) — the storefront routes selling to your external sources on the Agent-supplied path, so no Storefront-owned workflow is advertised: creative review, campaign approval, and product composition are all effectively off even if you declared them on.
- Product composition on (no ad-server-backed inventory, no adapter) —
offersProductCompositionis on.offersCampaignApprovalis derived frommediaBuyApproval(on only when it’smanual) — your approval setting is the single source of truth for whether composed buys queue for review, so declaring the flag does not override it.offersCreativeReviewis exactly what you declared. - Adapter-routed storefronts — your declared flags are returned verbatim,
except for the social-platform adapters (LinkedIn, Meta, Pinterest, Reddit,
Snap, TikTok), where the platform owns creative and campaign acceptance
end-to-end:
offersCreativeReviewandoffersCampaignApprovalare always off regardless of what you declared.offersProductCompositionis still returned exactly as declared on every adapter, social or not.
capabilities back after a write, not just the flags you sent,
and treat configuredCapabilities as the record of your own declaration.
setupIntent is a compatibility record of the signup package, never a runtime
mode. It does not determine source treatment or hide product functionality.
Approval-routing prerequisite
A save is rejected with a400 (field-scoped: mediaBuyApproval for
media-buy approval, creativeApproval for creative review) under one rule,
applied independently for each of the two approval kinds:
On an existing, non-adapter-routed storefront, if this write results in the approval setting (That predicate is the whole rule — the examples below illustrate it, they do not define when it can or cannot fire:mediaBuyApprovalorcreativeApproval) beingmanualand the matching capability (offersCampaignApprovaloroffersCreativeReview) being effectivelytrue, the write is rejected — unless that exact pair (approval alreadymanualand capability already effectivelytrue) already held immediately before this write, or routing already resolves for that kind: either you have an active primary approval-routing policy saved for it, or — when none is saved — the default routing to active organization admins resolves. Routing is opt-out, not opt-in: a storefront with no saved policy is still covered as long as an active organization admin exists to receive it.
- Plain storefront, turning a workflow on for the first time, with no
routing at all. Product composition is effective,
creativeApprovalis alreadymanual,offersCreativeReviewgoes fromfalsetotruein this write, there is no saved creative-review policy, and no active organization admin exists to fall back to → rejected. - ESA-backed storefront, approval-setting transition.
offersCreativeReviewis always effectivelytrueon an ad-server-backed storefront, but if a separate write changescreativeApprovalfromautotomanualand routing does not resolve for creative review (no saved policy and no active organization admin), it is still rejected — the capability’s value never changed, but the (approval, capability) pair became newly(manual, true)together. - Already active — resaving is a no-op. If
mediaBuyApprovalis alreadymanualandoffersCampaignApprovalis already effectivelytrue, resaving the same values does not re-trigger the check, because that pair already held before the write.
manual.
(Source: apps/api/src/services/v2/storefront.service.ts:1904-1968; routing
check: apps/api/src/services/storefront-sources/approval-routing.ts:917-968.)
For organizations using Just list or Agentic Media Company, the Storefront
journey has four user-visible steps, mirroring the in-app onboarding UI:
- Verify your company — resolve your brand from the AAO registry, set your operator domain, and auto-verify (or fall back to manual KYC).
- Connect inventory sources — register one or more inventory sources: an external sales agent, your own ad server with Apostra-managed sales-agent plumbing, or another Storefront.
- Set up settlement and payouts — confirm the Seller Account currencies used for settlement, then add payout bank details so Apostra can pay you by bank transfer. Currency is part of go-live readiness. Payout details are required to receive disbursements for normal Seller Accounts, but they never block launch: funds accrue until the details are added. They are optional for official Apostra sales-adapter Seller Accounts that already operate under a downstream platform settlement agreement. Seller-cleared settlement for normal Seller Accounts is coming later and is not configurable today.
- Go live — satisfy every current readiness requirement, including transaction proof for each active path in the compatibility-named
publish_validationcheck. A third-party Sales Agent’s current-revision proof is reusable across its Sources; an uncovered Source can run the public validation skill. The derived status becomesliveautomatically while the storefront is not paused; Apostra review remains a separate prerequisite for public buyer discovery.
POST /resolve-brand— looks up your brand in the AAO registry. Used inside Step 1 to pre-fill the form.GET /discover-agents— surfaces agents AAO knows about for your domain. Used inside Step 2.GET /readiness— the canonical status projection you can call any time to see what gates remain.
adagents.json authorization is surfaced as an advisory setup/product signal
today; and marketplace listing is a separate Apostra review step after activation.Using Apostra app
You do not need to create a storefront before starting setup in Apostra app; it already exists when your seller account is ready. Open Business profile, choose Build my profile, and tell Murph about your business, inventory, channels, regions, and buyer-facing pitch. Murph will propose the profile for your confirmation. The remaining setup areas then guide you through connecting inventory, setting your selling rules, testing the storefront, and resolving readiness blockers. Buyer Setup and Seller Setup share the same status, progress, and operator editing pattern. Seller Setup then adds storefront-only tracks for inventory, publisher authorization, settlement, and Get paid; the last of those stays visible without being counted as a launch blocker. Setup time depends on the inventory sources you connect, their authorization and compliance state, and whether your account is ready for billing and activation; Apostra does not promise a fixed setup time. Use the API flow below only when you are integrating programmatically.IU plan during the staging pilot
The Organization IU Rate Card is published in staging for a controlled pilot and visible only to invited organizations. Public seller signup remains closed until the sameiu-rate-card-pilot flag is rolled out globally. Invited staging
organizations see the exact Rate Card revision on their next eligible login;
after global rollout, new organizations see it during signup as well. Accepting
it creates an immutable record of the exact revision and plan accepted. An
admitted published activity may then draw from the accepted IU balance and
appear as usage during the pilot. Monetary charging, invoices, payment
collection, renewal charging, and separately controlled entitlement enforcement
remain off.
New Rate Cards show exactly three published activities: Brief response (1
IU per completed Apostra merchandising cycle), Enhanced Reporting (4
IUs per exact connected account per billing period after its control is enabled
and its existing reporting subscription completes a successful sync), and
Interchange media buy (1 IU per
qualifying non-social buy per billing period with positive impressions or
spend). The accepted version remains the authority; earlier accepted Rate Cards
keep their historical activities.
You can instead Continue without a paid plan or Decide later. Continuing
without a plan suppresses the automatic login prompt only for that exact Rate
Card revision; deciding later allows it to appear again on the next login. The
manual Choose an IU plan action remains available under Settings → Plan &
Billing while the offer is current. These plan choices are separate from the
payout details required for Apostra-cleared Seller Account settlement.
Plan & Billing shows only public plans that cover every active product in the
billing organization. For a Seller Account, the choices also follow the current
Storefront operating mode: Listing accounts receive listing plans, while Agentic
Media Companies can choose listing or merchandising plans. Buyer, Seller, and
Partner products in the same organization must all be covered by one plan; Apostra
will prepare a targeted offer when no public plan covers that combination. Existing
accepted plans remain in effect until the organization accepts different terms.
Who this is for
- Publishers and sales houses connecting their inventory to agentic buyers
- Retail media networks exposing on-site or off-site inventory through AdCP-compatible agents
- Any seller who wants buyer agents (e.g. Apostra, Claude, custom buyers) to be able to discover and transact against their inventory
Prerequisites
Apostra API key
scope3_ and authorize all storefront endpoints.A registered brand on AAO
brand.json published and resolvable through the AAO registry at agenticadvertising.org. If you don’t have one yet, the resolve-brand call returns a builderUrl that points you to the registry’s brand builder.At least one inventory source
Optional: payout bank details
Onboarding flow
Verify your company
1. Resolve your brand (helper)
Look up your brand in the AAO registry to grab the canonical brand name and logo URL. This call has no side effects — it’s only used to populate the storefront update payload.200 with { "resolved": false, "builderUrl": "https://agenticadvertising.org/brand" }.What if my brand isn’t found? A resolved: false is not an error and does not block you — it just means you haven’t published a brand.json yet. The storefront shows no resolved brand logo in that state; it never substitutes a logo inferred from your website or a third-party enrichment service. Publish one at the builderUrl (or host your own at /.well-known/brand.json) and re-run resolve-brand; we read it live. Your brand.json is your own identity document — we read it, we never own it. See Identity documents for what it declares and how it differs from publisher authorization (adagents.json).domain field is validated against a strict FQDN regex. IP addresses and internal hostnames are rejected to prevent SSRF.2. Write the brand fields onto your storefront
Seller account provisioning creates this storefront record automatically. You can retrieve it withGET /storefront. POST /storefront remains idempotent for
programmatic recovery and returns the existing record rather than creating a
duplicate:POST /storefront is idempotent — if a storefront already exists for your account, the existing record is returned instead of creating a duplicate.operatorDomain is the canonical domain this storefront operates as and the identity buyers and AAO matching use for the storefront. It can differ from the account’s registered customerDomain, and it can be left unset during setup if the operator is not known yet. A storefront cannot go live until an operator domain is set and verified. publisherDomain is optional storefront metadata and should not be used as the matching key for cross-publisher storefronts.Then update it with the brand fields from resolve-brand plus your operator domain:PUT /storefront include name, publisherDomain,
operatorDomain, brandName, logoUrl, logoBackground, description,
channels, membershipStatus, and website. The endpoint also accepts the
storefront configuration fields in the API reference. Confirmation fields alone
do not count as an update; at least one mutation field must be provided.PUT /storefront also accepts subtitle, supportUrl, privacyUrl, and
termsUrl — a short tagline and support/privacy/terms-of-service URLs for
this storefront. Unlike website, these are not tied to operatorDomain
identity and are never cleared by an operator-domain change. Every
marketplace channel listing (the ChatGPT app, a future Claude plugin)
projects these facts read-only instead of collecting a separate copy per
channel — see Create a white-label ChatGPT app.Connect inventory sources
1. Discover agents (helper)
Optional but recommended: see what AAO already knows about your domain. This proxies AAO’s operator and publisher endpoints plus your.well-known/adagents.json.x-aao-api-key header is optional. Without it you only get the public registry view. Pass it to also surface storyboard compliance status for agents you operate.(domain, key fingerprint). Pass &refresh=true to force a re-fetch.2. Register an inventory source
executionType: "agent": type, endpointUrl, protocol, authenticationType. auth is required for API_KEY, JWT, and BASIC_AUTH agents and must be omitted for OAUTH and NO_AUTH.- API_KEY
- OAUTH
- BASIC_AUTH
- JWT
- NO_AUTH
bearer, apikey, and api_key are all accepted. The token is encrypted at rest and never echoed back. The source goes to pending and auto-activates once its credential is configured. Reachability is reported independently by source health and connectivity checks.AGENT inventory sources as needed — no per-plan cap is enforced today. Ad-server-backed inventory sources (MANAGED_SALES_AGENT) are slot-exempt regardless of plan.Updates are partial — PUT /api/v2/storefront/inventory-sources/:sourceId accepts any subset of name, description, endpointUrl, protocol, authenticationType, auth, status. Updating auth rotates the stored credential; omitting it preserves the existing one.3. How buyers discover this storefront
Once a Storefront is transacting, buyer discovery can surface its Merchandising Agent as a first-class ADCP sales agent with IDstorefront-{platform_id}, where platform_id is the Storefront’s public platformId slug. Buyers call the Storefront surface; they do not target inventory source IDs directly in buyer discovery.get_products behavior depends on the storefront mode:- Composition — the Merchandising Agent composes buyer-facing products from active ingredient sources plus the active operating instructions.
- Passthrough — the Merchandising Agent proxies
get_productsto an active source and returns the upstream products with Storefront identity overlaid.
get_products time using operator domain, brand domain, and optional country. Storefront-built storefronts apply them during composition; Agent-supplied storefronts apply them as response overlays, including discounts and notes. Without at least one active source, buyer get_products has nothing to compose from or proxy to.executionType: "MANAGED_SALES_AGENT") wire your Storefront to one of four operator-owned ad-server adapters. Apostra manages the AdCP plumbing behind your ad server. Pick one when creating the connection via POST /api/v2/storefront/esa:PUT /api/v2/storefront/inventory-sources/{sourceId}/adapter-config.amazon,
audiostack, google, meta, pinterest, reddit, snap, spotify, and
tiktok.Delegated OAuth for these adapter storefronts uses the shared adapter callback
path:https://api.staging.apostra.com/oauth/adapters/snap/callback.Reddit access tokens expire after one hour. Apostra requests permanent
authorization and uses Reddit’s refresh token to renew access automatically. If
an existing Reddit connection reports expired credentials after one hour,
reconnect it once in Settings → Connections; new and reconnected grants
then refresh automatically.Uploading setup documents to Murph
Murph can use uploaded PDFs, decks, spreadsheets, images, and text documents during storefront setup. Use this for brand books, media kits, operating instructions, rate cards, do-not-air lists, and other materials that would otherwise need to be pasted into chat.Uploaded documents are summarized instead of copied back verbatim. The document-processing status includes:brand.json until AAO approves and lists the
/assets/brands/... URL. Other assets still need public hosted URLs before
they can be used in brand.json.brand.json fields from an uploaded brand book,
then compare those fields against the current AAO brand.json state and publish
the confirmed manifest to AAO for your verified storefront operator domain.
Uploaded logo images can be sent to AAO review from Murph; only approved AAO
asset URLs or other public HTTPS URLs are written as logo or asset entries.Google Ad Manager service-account grant
Google Ad Manager does not require the publisher to paste a password or API token into Apostra. Apostra creates a service account dedicated to your account and returns its email address fromPOST /api/v2/storefront/esa/service-account. The
publisher grants that service-account email access inside their GAM network,
then Apostra provisions the ad-server-backed source with the publisher’s numeric
network code.The operator-owned part of the flow is:- Call
POST /api/v2/storefront/esa/service-accountand copy the returnedserviceAccountEmail. - In Google Ad Manager, go to Admin → Global settings → Network settings → Add a service account user.
- Enter the service-account email returned by Apostra.
- Grant a role that can read inventory and traffic campaigns, such as
Traffickeror a least-privilege custom role with equivalent API permissions. - Wait a few minutes for the grant to propagate.
- Create the ad-server source with
POST /api/v2/storefront/esaand body{ "type": "google_ad_manager", "networkCode": "12345678" }.
ADAPTER_PERMISSION_DENIED, verify that the exact
service-account email was added and wait a minute or two before retrying. If it
returns ADAPTER_NETWORK_NOT_FOUND, the network code is likely wrong.GAM buyer-routing default advertiser
For Google Ad Manager managed-sales-agent sources, Storefront can clear theDefault GAM advertiser setup blocker through the API. List cached advertiser
records with GET /api/v2/storefront/esa/{esaId}/gam/advertisers, or create
or find the intended catch-all advertiser with
POST /api/v2/storefront/esa/{esaId}/gam/advertisers/ensure. Then set the
tenant default with PUT /api/v2/storefront/esa/{esaId}/gam/default-advertiser
using the returned advertiser.id.This flow configures the upstream sales-agent tenant directly. Operators do not
need to open the embedded sales-agent UI to set the default GAM advertiser.Keep detailed GAM UI wording anchored to Google’s own support documentation;
Apostra docs should describe the contract we own, the service-account email we
return, and the role/permission requirements we need.ACTIVE, PAUSED, PENDING_APPROVAL, or INPUT_REQUIRED). Cancel or terminate those first.Set up billing (conditional)
- Optional only for an official Apostra sales-adapter Seller Account on an existing downstream platform settlement agreement. A third-party sales agent or Agent-supplied (finished-product) source does not qualify.
- Required to get paid for every normal Seller Account, but never required to go live. Apostra clears every normal Seller Account buy today; without payout details, funds still accrue against each booking, but Apostra has no way to disburse them. The readiness check
billing_setupreturnsisBlocker: falsein every state — it is advisory, not a go-live gate. An active source that explicitly lacksagentbilling support still blocks readiness (a different check,interchange_billing_support).
1. Save payout details
Enter your bank details in Plan & Billing → Payouts, or via the API:accountNumber takes a bank account number or an IBAN; bankIdentifierType is one of FEDWIRE_ABA, CHIPS_ABA, SWIFT_BIC, or BANK_CODE, with the identifier itself in bankIdentifierValue. The account number is encrypted at the application layer before storage and used only to execute payouts; the account number is write-only and never displayed after save. See Set payout details for the full contract.2. Confirm what’s on file
Other billing endpoints
?targetCustomerId=<accountId> on billing endpoints to operate on a direct Seller Account’s billing. Access is validated against the organization/account relationship before each call.Go live
PENDING or ACTIVE lifecycle state. Its effective
status is always derived from isPaused, archive state, and the current
readiness checks. Buyer agents can transact only when that projection is
live. Public marketplace discovery has one additional human-review gate:
transaction-ready Storefronts remain pending marketplace review until an Apostra
admin lists them.1. Confirm readiness
GET /api/v2/storefront/readiness computes every current requirement and the effective status. Call it any time during onboarding or operation to see what’s missing.requirement classification so you always know what a checklist item actually demands of you:hard— must be resolved before the storefront can go live. MatchesisBlocker: true.soft— advisory: improves outcomes but never blocks.platform_default— the platform applied a sensible default on your behalf; theappliedDefaultfield states the value in plain terms and how to change it. These are visibility items, never tasks.
What each check means
What each check means
publish_validation(blocker; compatibility id) — every active transaction path needs proof. A third-party Sales Agent Source reuses the canonicalmedia_buy_transactionassertion from that Agent’s exact current production revision; credentials, account mapping, reachability, and health remain Source-specific. In Required to go live, choose Run transaction validation to open the Test section for the exact Agent and inventory source that still needs proof. If an active Agent source is not yet linked to a registered Agent, Apostra opens Source diagnostics for that source so you can create or attach the Agent before retrying. If multiple active Agent connections match, select the connection to use or remove or reconcile the extra connections before retrying. You can also run the public transaction validation skill on that Source or ask the Agent owner to provide proof. A seller-owned no-spend sandbox test or successful live buyer media buy can still cover a Storefront-local path. An already-activated Source keeps its historical onboarding completion while current implementation health, Source health, and quarantine govern ongoing operation. Managed-only Storefronts reportcompletebecause Apostra operates that path.publisher_domains(blocker) — every storefront declares at least one publisher domain so buyers know what inventory is being sold. The operator domain identifies the company operating the storefront and may be different.adagents.jsonauthorization is shown separately as the advisorypublisher_authorizationcheck and never blocks transactions.product_publisher_domains(advisory during rollout) — every active product should map to one of the storefront’s declared publisher domains. Missing mappings and undeclared domains warn while older catalogs are backfilled;adagents.jsonauthorization is separate and also advisory.approval_settings(platform default) — how buyer submissions are handled on Apostra-managed sources. Never a task;appliedDefaultnames the current posture and how to change it.inventory_sources(blocker) — at least one source must be connected. Buyer-facingget_productsstill requires at least one active source: Storefront-built storefronts need active ingredient sources, and Agent-supplied storefronts need an active source to proxy.agent_status(blocker; compatibility id) — every non-disabled external-agent inventory source must have canonical source statusACTIVE. No copied sidecar or legacy agent status can independently block it. This gates go-live; AAO compliance does not (seeagent_connectivity).agent_auth(blocker) — non-OAuth agents must have a stored credential. OAuth agents are excluded once their token is captured.agent_connectivity(informational, surfaced onGET /readiness/compliance) — reads each agent’s AAO compliance verdict and returns per-agent track results and observations. A non-passingverdict surfaces as a prominent warning but does not block going live. See Identity documents.billing_setup(advisory, never a go-live blocker) — payout details are optional only for the official Apostra sales-adapter compatibility path; the check returnsstatus: optionalwithisBlocker: falseand the external-agreements warning. They are required to get paid for every normal Seller Account, including third-party sales-agent and Agent-supplied (finished-product) sources — but not required to go live: the check returnsstatus: missingwithisBlocker: falseuntil payout details are on file, and the Seller Account can activate and transact in the meantime. Funds accrue against every Apostra-cleared booking either way; Apostra just can’t disburse them until payout details are added. This projection is the same in non-production, so an account without payout details is never shown as billing-ready.
status is blocked if any check with isBlocker: true is not complete, otherwise ready. A check with status: optional is treated as not required.Programmatic Agent validation
Use the exact Agent returned by V3get({ kind: "agent" }) and follow its
versioned validationSkill, or fetch the always-current skill directly from
its stable alias:sandbox: true, resolves the authenticated
Media Company’s own Seller, and uses the ordinary V3 Advertiser, Campaign,
Creative, Proposal, MediaBuy, and delivery tools. It may prepare temporary
no-spend sandbox resources, then stops at a server-issued confirmation before
staging a media buy and again before activating the sandbox campaign. Review
each no-spend action and confirm it from the exact Agent page handoff to
continue the same run. Do not reuse an expired, cancelled, or consumed
confirmation; start a new run instead. Profiles shown as unavailable cannot be
started until they have an executable fixture and confirmation path. Do not
substitute Murph test wrappers, V2 api_call, or the retired standalone Test
Runs surface.The brief-only profile uses public save_connection to enable the exact Seller
for its fresh sandbox Advertiser before discovery. Its reverse cleanup restores
that advertiser preference to DEFAULT before archiving the Advertiser; it
does not change account-level Seller selection.After execution or a stop, read
get({ kind: "agent", include: ["validationRuns", "diagnostics"] }) and the
exact Source diagnostics when Products were Source-attributed. A validation
run is evidence for the Agent revision it names and records its cleanup result;
it is not itself a certification claim.For a deeper agent connectivity test (full AdCP compliance scenarios in sandbox mode), hit:2. Go live or resume buyer intake
When every hard requirement is complete and the intake hold is still set, the Seller Setup page shows Go live (or Resume new business for a storefront that was live before). The action clears only the canonical intake hold and then reloads readiness. The page does not present the storefront as live until that write succeeds and the refreshedcanTransact projection is true.isPaused intake hold does not claim the storefront is ready. The write succeeds, and the response still projects blocked with the current failing checks until every hard requirement passes. The intake hold controls buyer discovery, new buys, and buyer edits; it does not pause or resume campaigns already delivering in your ad server.live automatically. If a future requirement is added or current evidence fails, it projects blocked automatically without rewriting isPaused or an adcp_agent row.3. Marketplace review
The marketplace review state is independent from the derived storefront lifecycle:Lifecycle states
PENDING ↔ ACTIVE ↔ DISABLED (you can’t go straight from DISABLED to PENDING).Troubleshooting
AAO compliance pending — agent is in registry but tests are still running
AAO compliance pending — agent is in registry but tests are still running
not-passing.AAO compliance not passing — endpoint returned not-passing
AAO compliance not passing — endpoint returned not-passing
Agent must be registered with AAO to connect
Agent must be registered with AAO to connect
endpointUrl doesn’t appear in the AAO registry at all. Register it through the AAO operator dashboard before retrying.Cannot activate storefront: All agents must be active to go live
Cannot activate storefront: All agents must be active to go live
PENDING. Most often this means the auth credential hasn’t been verified yet. Re-submit the source with a fresh auth block, or for OAuth agents make sure the OAuth callback completed.Cannot activate storefront: All agents must be authenticated to go live
Cannot activate storefront: All agents must be authenticated to go live
PUT /api/v2/storefront/inventory-sources/:sourceId with an auth block to set one.agent_connectivity failed in compliance check
agent_connectivity failed in compliance check
compliance array on the check — each entry has per-track failureReason, summary, and observations. This check is informational for activation, but it is still useful debugging signal. The most common causes are auth misconfiguration, schema drift between your agent and the AdCP spec, and agent-side timeouts beyond 60s.Storefront says operatorDomainVerified: false even though my domain matches
Storefront says operatorDomainVerified: false even though my domain matches
customerDomain is not enough by itself — the account domain must also be approved by active-member email ownership or Apostra admin attestation. Same-value operatorDomain updates preserve the current verification state; have an Apostra admin approve the account domain or change the storefront to the correct operator domain.My account belongs to an organization — whose payout details apply?
My account belongs to an organization — whose payout details apply?
?targetCustomerId=<account-id>. A child-only admin cannot create an
account-specific payout destination.Next steps
- Prepare inventory source inputs — when a source needs inputs supplied separately, identify where avails, products, CRM context, creative formats, properties, execution, and reporting come from; a complete external-agent setup can skip it
- Storefront API Reference — full endpoint reference for storefront, billing, and inventory source endpoints
- Authentication — API key and OAuth flows
- Storefront object guide — how buyer agents see your storefront once it’s live (discovery, credentials, sources)