A minimum disclosure baseline for agent-native advertising. This is a protocol response to hidden payload propagation: ads should be declared, signed, and attributable when delivered through agent systems.
agent_ad or sponsored_context).Disclosure minimums, payload formats, and what counts as a compliant agent-native ad object.
Delivery demos, ABF flows, and declared vs hidden payload examples in operational contexts.
Agent Passport, provenance headers, and checksum/audit surfaces for validating delivery claims.
| Field | Required | Purpose |
|---|---|---|
payload_type | yes | Declares agent-native ad / sponsored content classification. |
disclosure | yes | Human-visible disclosure text that should survive summarization. |
sponsor | yes | Entity identity for attribution and policy enforcement. |
source | yes | Upstream source URL and publisher metadata. |
provenance | yes | Trust/passport/checksum links or headers used for verification. |
agent_delivery | yes | Declares target agent channel and transformation constraints. |
Example payload: /examples/agent-native-ad-disclosure-v0.1.json
Well-known reference: /.well-known/agent-ad-disclosure.json
{
"payload_type": "agent_ad",
"disclosure": "Sponsored content. Declared and attributable agent-native advertisement.",
"sponsor": { "name": "Example Sponsor", "id": "example-sponsor-001" },
"source": { "publisher": "agent-ads.org", "url": "https://agent-ads.org/examples/agent-native-ad-disclosure-v0.1.json" },
"provenance": { "trust_url": "https://agent-trust.org/", "passport_required": true }
}