Introduction
Wriven is a headless, AI-native CMS. You model and write content in the dashboard; your website or app pulls it over HTTPS through the Content Delivery API. Wriven never renders your front end — you stay in full control of your stack.
The model
Content is organized in a simple hierarchy. A Workspace holds your team and billing. Inside it, a Project holds all content for one site or app. Within a project you define Content Types (the shape of your data — e.g. blog_post with title, body, cover) and create Entries of those types.
Each entry has a status: draft, published, or archived. The Delivery API returns published content to your live site; preview keys can additionally read drafts.
How your site connects
You create a project-scoped API key in the dashboard and call the Delivery API with it. No SDK or install is required — any HTTP client works (fetch, curl, mobile, server).