← Kestrel

The API.

Everything Kestrel does — ingest a feed, screen the clips, build the site, sync new posts — runs on one pipeline. We're opening it up: programmatic access for platforms, agencies and tools that want feed-native sites as a capability, not a project.

# the shape of it
POST /v1/ingest  { handle: "@yourshop" }
POST /v1/build   { site: "yourshop", template: "feed-native" }
POST /v1/sync    { site: "yourshop", approve: "sms" }
Ask about early access

In development — early partners shape the endpoints.