L4 is what makes your agent or caller yours. An AdCP SDK ships L0–L3 (wire, signing, auth, protocol semantics) and leaves L4 to you. For most adopters this is the right starting layer — your team’s value-add lives here, not in re-implementing the protocol underneath. See the SDK stack reference for what each layer below contains and what an SDK at each layer must provide.Documentation Index
Fetch the complete documentation index at: https://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Pages in this layer
- Choose your SDK — language coverage matrix, install commands, package exports, CLI tools. Start here if you haven’t picked an SDK.
- Build an agent — server side. Point a coding agent at a skill file; get a storyboard-compliant AdCP agent.
- Build a caller — client side. Install the SDK, discover the agent, make calls, handle responses, ingest reporting.
- Migrate from hand-rolled — already running an AdCP agent built before the SDKs were mature? Swap one layer at a time.