Is any of this available now?
Not yet. This page describes what's coming so you can tell us whether it fits what you're building. Editing by clicking the page, inviting editors, and the members area all work today.
Is it safe to let an AI edit my live site?
That's the whole design. A token is scoped to specific pages and fields, every write is sanitized on the server so scripts can't get in, and each change is a Git commit you can review or undo. An agent can't reach anything you didn't hand it.
How fast do changes go live?
A write is a commit, and your host rebuilds from it, usually within about a minute. It's built for content that changes through the day or the week, not for a live data feed that updates every second.
Do I need a database or a schema?
No. Your page's data-cms tags already say what's editable, and that's what the API reads and writes. Same content, same repo, no new moving parts.
Will it work if I self-host?
Yes. Kiln is open source, so the API runs on your own worker. You bear the compute, so there's nothing for us to meter.
How do I get early access?
Email [email protected] and tell us what you'd automate. That genuinely shapes what we build first.
Kiln