Skip to main content
POST
/
api
/
adagents
/
create
Generate adagents.json
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>"
}

Body

application/json
authorized_agents
object[]
required
include_schema
boolean
include_timestamp
boolean
properties
any[]

Response

200 - application/json

Generated adagents.json

success
boolean
required
data
object
required
timestamp
string
required