integrations · how articles reach your site
Integrations
WordPress, Next.js, a REST feed or a signed webhook. Pick how finished articles arrive; the engine handles the rest.
- Publish engine-written articles on your Next.js site@itmaster/sdk is a typed Pull-API client plus drop-in App Router handlers. Install it, fill in one key, and the blog, robots.txt, sitemap, RSS, llms.txt and IndexNow key all come from the engine.read
- One authenticated GET, and any stack has a blogThe engine is the source of truth; your site is the consumer. Poll one endpoint with a bearer key, follow the next_since cursor, render the HTML and JSON-LD you get back, and delete whatever arrives unpublished.read
- One signed POST per article, to any endpoint you hostNo plugin, no polling. When an article passes the checks, the engine POSTs it to the URL you registered, signed with an HMAC over the exact bytes. Verify, store, return 200. Takedowns arrive on the same wire as event delete.read
- Install the WordPress plugin, paste two fields, articles arriveA pull client, not a push endpoint. WordPress asks IT Master for new articles every 15 minutes over an ordinary outbound HTTPS request, then writes them as posts with the SEO fields, schema and featured image already filled in.read
See what search engines and AI assistants find on your site
Free, no account. Type your address and we show you what is missing and what we would write first.