Veruno brings your offering, content, data and processes online so customers can find, use or order them right away.
Start with what you need to solve. Veruno runs underneath — you deliver the result.
Craft Beer zahrada Pod Kaštanyin Zábřeh — the largest beer garden in town — runs on Veruno.site. Mobile page, QR links, drink menu, events, opening hours, Wi-Fi and a Menu Board on the TV.
You edit content once in Veruno. The engine sends it to any output — try switching. No need to build a new website, a new board, a new QR code or a new system every time.
Another designer built the same way. Today it runs on its own JSON configurator (parameters, prices) and is ready to connect to Veruno PIM Studio. The designer stays, the core just “plugs in”.
Veruno exposes data so that other systems and AI agents can work with it.
AI agents find your API via the standard/.well-known/acp.json
# Discovery GET /.well-known/acp.json { "name": "Veruno", "api_base": "/api/v1/{tenant}", "capabilities_url": "/api/v1/capabilities" }
The capabilities endpoint returns a structured overview of available functions, formats and limits.
GET /api/v1/capabilities { "endpoints": ["products", "orders", ...], "formats": ["json"], "rate_limit": 100, "auth": "Bearer" }
The customer sees the story.
The AI agent sees the data.
Both from the same source. Entered once. Ready for the future.
{
"name": "Náramek Kingman Tyrkys Prestige",
"sku": "ABB-6-NKTP",
"brand": "Macooin",
"category": "Náramky",
"price": 11960,
"currency": "CZK",
"availability": "in_stock",
"maker": { "name": "iJaromir" },
"story": "Jedenáct korálků tyrkysu...",
"signals": {
"handmade": true,
"certified": true,
"limited_edition": true
}
}