API & docs
Build on top.
A clean REST API, webhooks for every signal, and SDKs for the languages we use ourselves.
Quickstart
Three lines to send your first piece into the machine.
import { Brownie } from '@brownie/sdk';
const b = new Brownie({ apiKey: process.env.BROWNIE_KEY });
await b.content.create({ title: 'Slow rituals', body, surfaces: ['substack','x'] });