AdCP 3.2 beta program
The 3.2 beta cycle deliberately publishes the protocol before its SDKs:
Beta.0 is not waiting for the SDKs. Beta.1 is a two-stage convergence point:
publish the corrected protocol checkpoint, then have SDKs ingest that exact
bundle. Call beta.1 SDK-backed only after the matching SDK versions and
integration evidence are published.
Know which version string to use
The artifact version, wire pin, and documentation selector are related but not interchangeable:
Only send a prerelease wire pin to a peer that advertises that exact value in
get_adcp_capabilities.adcp.supported_versions. Prerelease pins are exact: a
buyer pinned to "3.2-beta.0" must not silently negotiate to beta.1, and a
stable "3.2" pin must not silently negotiate to a beta.
Test beta.0 without an SDK
Oncev3.2.0-beta.0 is published, download the signed protocol bundle rather
than copying schemas from main or from the moving /schemas/3.2.0-beta.0/ path:
adcp-3.2.0-beta.0/ directory contains:
manifest.json— release version, bundle contents, skills, and file count;schemas/— source-shaped and bundled request/response schemas, includingschemas/manifest.jsonfor the task and capability inventory;compliance/— storyboards, test kits, vectors, and runner contracts;skills/— role guidance for coding agents;openapi/— published OpenAPI artifacts.
- Generate or refresh types from the pinned bundled schemas.
- Validate representative requests and responses for the roles you implement.
- Compare your advertised tools with
schemas/manifest.json. - Exercise raw MCP or A2A calls with
adcp_version: "3.2-beta.0"against a staging peer that advertises the same pin. - Run the compliance assets with a source-compatible runner if you maintain one. Do not weaken production authentication to accommodate a beta runner.
No 3.2 verification badge is issued from beta.0. The protocol-first cut is
an implementation input, not a certification target.
SDK support contract
An SDK support claim must name all of the following:- exact SDK package version;
- exact AdCP prerelease bundle used to generate or load schemas;
- supported roles and transports;
- known unsupported or raw-only surfaces;
- install command and one tested validation command.
beta.1 convergence
The beta.1 protocol checkpoint is ready to cut when:- every first-party SDK’s beta.0 support is marked supported, partial, or unavailable with an exact package version;
- accepted beta.0 protocol feedback is merged;
- the integration scenarios below have run against beta.0 and identify any correction included in the beta.1 candidate;
- copy/paste installation and validation commands have been executed as published;
- the cumulative migration guide and release notes describe any beta.0-to-beta.1 correction that requires adopter action.
3.2.0-beta.1 is published, SDK maintainers ingest that signed bundle and
publish an exact beta.1 support statement or an explicit unsupported/partial
result. The public compatibility matrix then names the package, supported
roles, install command, and validation command. Only after the matching
buyer/seller and generative scenarios pass is beta.1 the SDK-backed ecosystem
checkpoint.
Do not combine an SDK generated from beta.0 with a beta.1 wire pin unless that
SDK explicitly documents forward compatibility.
Required integration evidence
Retain the exact protocol bundle, SDK package versions, capability responses, redacted requests/responses, task IDs, proposal and MediaBuy revisions, creative IDs, warnings, and delivery readbacks for each run.Buyer and seller lifecycle
- Discover the exact prerelease and capability gates.
- Use
list_productsor the advertised proposal flow, preserving the returned targeting and canonicalformat_options[]contract. - Validate or preview a matching creative when the relevant capability is advertised.
- Commit with
buy_productsoraccept_proposal; do not put creative bodies into either compact purchase call. - Traffic and assign the creative through
sync_creativesfor a library-backed seller, or the seller’s advertised inline compatibility path. - Exercise one revision-checked operational action with
control_media_buy. - Reconcile
get_media_buys,get_media_buy_delivery, and, when advertised,get_creative_deliverythrough a non-zero delivery result or a documented no-delivery state.
Generative creative lifecycle
- Discover a build capability and, when applicable, an account-scoped transformer.
- Run brief →
build_creative→ validation →preview_creative, retaining the selected capability and generated manifest lineage. - Run a pre-flight seller validation or dry-run sync, then purchase/accept and sync the materialized creative with its package assignment.
- Observe the live campaign readback and fetch MediaBuy delivery plus
get_creative_deliverywhen the seller advertises it. Pass the servedcreatives[].variants[].manifestback topreview_creativefor a post-flight re-render, retainingcreative_id,variant_id, and manifest lineage. Do not claim pixel-identical replay unless the renderer explicitly guarantees it.
What may still change
The 3.2.0 milestone is the live scope record for work that may still land during the beta cycle. Use these maintained GitHub views instead of a copied issue list: Milestone assignment means candidate for the 3.2 line, not a commitment to beta.1 or GA. A change is included in a beta only when it is merged before that beta’s tag. Items may be deferred, split, or moved to a later release as working groups resolve scope and interoperability risk.Known beta boundaries
- Targeting-aware behavior may be present in schemas before every reference or training agent implements it. Capability declarations remain authoritative.
- Experimental surfaces retain their experimental-status contract. A 3.2 beta does not graduate them to stable.
- The
3.2-betadocumentation selector moves forward; pinned semver artifacts and documentation snapshots remain immutable. - Stable schema aliases continue to resolve to stable releases during beta. Use pinned prerelease URLs when validating beta behavior.
Report useful feedback
Include this information in a beta issue:- protocol artifact version and wire pin;
- SDK name/version, or
raw wire; - buyer, seller, creative, signals, brand, measurement, or governance role;
- transport and task name;
- schema path or JSON Pointer involved;
- expected and actual behavior;
- minimal redacted payload and validation error;
- whether the problem blocks beta.1 interoperability.