🚀 AdCP 3.1 beta is now available — see what's new
curl --request POST \
--url https://agenticadvertising.org/api/adagents/create \
--header 'Content-Type: application/json' \
--data '
{
"authorized_agents": [
{
"url": "<string>",
"authorized_for": "<string>"
}
],
"include_schema": true,
"include_timestamp": true,
"properties": [
"<unknown>"
]
}
'{
"success": true,
"data": {
"success": true,
"adagents_json": "<unknown>",
"validation": "<unknown>"
},
"timestamp": "<string>"
}Generate a valid adagents.json file from a list of authorized agents.
curl --request POST \
--url https://agenticadvertising.org/api/adagents/create \
--header 'Content-Type: application/json' \
--data '
{
"authorized_agents": [
{
"url": "<string>",
"authorized_for": "<string>"
}
],
"include_schema": true,
"include_timestamp": true,
"properties": [
"<unknown>"
]
}
'{
"success": true,
"data": {
"success": true,
"adagents_json": "<unknown>",
"validation": "<unknown>"
},
"timestamp": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?