Visually annotates the current renderer URL, highlighting the GAS endpoint, ?p= parameter, and encoded payload
| Field | Type | |
|---|---|---|
| accent | string (optional, hex) | optional |
{
"type": "url_anatomy"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:url_anatomy",
"displayName": "Url Anatomy",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/url_anatomy",
"capabilities": [
"apps-script-web"
],
"description": "Visually annotates the current renderer URL, highlighting the GAS endpoint, ?p= parameter, and encoded payload",
"representativeQueries": [
"show a annotated URL anatomy diagram",
"visually annotates the current renderer url, highlighting the gas endpoint, ?p= parameter, and encod",
"render a url anatomy"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →