01
WordPress. Publishes through the WordPress REST API using an application password, no companion plugin required. Before anything goes out, the connection is checked end to end: the API is reachable, sign-in works, the account can create posts, images can be uploaded, and whichever SEO plugin the site runs (Yoast, Rank Math or SEOPress) is detected so metadata lands in the field that plugin actually reads.
02
Custom webhook. Posts each finished article as JSON to any endpoint you control, signed with HMAC-SHA256 so your receiver can verify it came from Byline. Every delivery carries an idempotency key, so a retried request cannot create a duplicate post, and a failed delivery retries automatically within a bounded window rather than being dropped or resent forever.
03
Sanity. Writes articles straight into a Sanity dataset as Portable Text, not raw HTML or Markdown pasted into a text field. Inline links carry through as real Portable Text link marks, so citations and internal links render instead of disappearing on the way in.