Model it. Publish it.
Fetch it from anywhere.
An AI-native headless CMS you run entirely through a REST API — define content types, publish entries, and read them back with a handful of calls, no dashboard clicking required. Already have a codebase? Point the CLI at it and let it detect the schema instead.
{
"name": "Blog Post",
"slug": "blog-post",
"fields": [
{ "name": "title", "type": "TEXT" },
{ "name": "body", "type": "RICH_TEXT" },
{ "name": "coverImage", "type": "MEDIA" }
]
}