{"name":"Ved Studio","description":"AI website builder. Give it a site key and it edits, extends and publishes that site from plain-language instructions — sections, pages, data tables, images, auth pages, npm packages on request — with a real compiler behind it.","url":"https://vedstudio.vedhost.com/api/v1","provider":{"organization":"VedHost","url":"https://vedstudio.vedhost.com"},"version":"1.0","documentationUrl":"https://vedstudio.vedhost.com/docs","capabilities":{"streaming":false,"pushNotifications":false},"defaultInputModes":["text/plain"],"defaultOutputModes":["application/json"],"securitySchemes":{"siteKey":{"type":"http","scheme":"bearer","description":"A site API key (Dashboard → API), write scope, sent as Authorization: Bearer vh_…"}},"security":[{"siteKey":[]}],"skills":[{"id":"edit","name":"Edit the site","description":"POST /{site}/chat {message}: any change in plain words — add a page, restyle, fix a link, install a package. Poll GET /{site}/chat/pending until turn.status is done.","tags":["website","edit","build"],"examples":["add a testimonials section below the hero","make the whole site light mode","auth pages banao"]},{"id":"status","name":"Site status","description":"GET /{site}/status: built or not, pages, live address, running job, last chat turn.","tags":["website","status"]},{"id":"publish","name":"Publish","description":"POST /{site}/publish {slug?}: put the site live on a free address or its own domain.","tags":["website","publish"]},{"id":"data","name":"Site data","description":"GET/POST /{site}/{collection}: the site's tables (menu, products, enquiries…).","tags":["data"]}]}