cURL
curl --request POST \ --url https://agenticadvertising.org/api/properties/save \ --header 'Content-Type: application/json' \ --data ' { "publisher_domain": "examplepub.com", "authorized_agents": [ { "url": "https://agent.example.com" } ], "properties": [ { "type": "website", "name": "Example Publisher" } ], "contact": { "name": "<string>", "email": "<string>" } } '
{ "success": true, "message": "<string>", "id": "<string>", "revision_number": 123 }
Save or update a hosted property in the registry. Requires authentication. For existing properties, creates a revision-tracked edit. For new properties, creates the property directly. Cannot edit authoritative properties managed via adagents.json.
"examplepub.com"
Show child attributes
[{ "url": "https://agent.example.com" }]
[ { "type": "website", "name": "Example Publisher" }]
Property saved or updated
true
Was this page helpful?