Skip to main content

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.

L2 turns a verified identity into a scoped principal. On the agent side: multi-tenant principal resolution, sandbox/live boundary, brand resolution, permission scoping. On the caller side: publish own identity, look up the agent it’s calling — much smaller surface.

What an SDK at L2 must provide

If you’re picking an SDK or porting one to a new language, this is the L2 build target:
  • An account-store abstraction that resolves an authenticated principal to a scoped account, with hooks for multi-tenant routing.
  • Authentication primitives for at least API-key and bearer-token shapes, plus a way to compose them.
  • Brand-resolution / agent-registry lookup — or a documented extension point if the SDK doesn’t ship it natively.
  • The sandbox-vs-live account flag, enforced at the SDK boundary so the conformance-test surface refuses to dispatch on production accounts.
For the cumulative cross-layer story (what L0+L1+L2 buys you), see the SDK stack reference.

Pages in this layer