You subscribe to a dozen newsletters. You read three of them, skim two, ignore the rest. All of them contain something you'd want to find later, and none of them are searchable. This is the database version of your subscriptions.
Mock. Renders whatever your schema pulls out of the subscribed newsletters.
One inbox on Inbin, 5 newsletter or alert subscriptions pointed at it. Every email that lands gets parsed against your schema.
One PUT to /v1/schemas. Inbin extracts these fields from every future email. Hallucination guard drops anything the model invented.
{
"extract": {
"posts": {
"type": "array",
"items": {
"headline": { "type": "string", "required": true },
"summary": { "type": "string" },
"url": { "type": "string" },
"entities": {
"type": "array",
"items": { "type": "string" },
"description": "Companies, people, products mentioned. LLM extracts."
},
"topics": { "type": "array", "items": { "type": "string" } }
}
}
}
}vs. Perplexity Pro: $20 / mo (and it can't see your inbox).
Every product listed above exists because the underlying data was hard to get. Newsletters give you that data for free. Inbin structures it.
1,000 events / month, no card required. Private beta.