Developer-first platform

Programmatic and agentic

API-first by design. Let your agents publish content, generate images, and manage your entire site — no manual work required. Connect LangChain, CrewAI, or any AI framework.

agent.tsterminal
import { Hyax } from "@hyax/sdk"
const client = new Hyax({ apiKey: process.env.HYAX_API_KEY })
// Generate an image and publish a post — all from your agent
const image = await client.images.generate({
prompt: "A minimalist hero image for a blog about AI agents",
})
await client.posts.publish({
title: "Why AI Agents Are the Future of Content",
body: generatedArticle,
coverImage: image.url,
status: "published",
})
✓ Post published successfully

Full REST API

Every feature accessible via API. Posts, images, subscribers, products — all programmable.

Agent-ready

Connect your AI agents — LangChain, CrewAI, or custom — and let them run your content ops.

Auto-publish

Schedule and publish posts programmatically. Build content pipelines that run 24/7.

AI image generation

Generate cover images, thumbnails, and graphics via API — no design tools needed.

Webhook events
order.created
$149.00 — Content Strategy Masterclass
2s ago
subscriber.created
[email protected] via blog signup
15s ago
post.published
"Why AI Agents Are the Future" — auto-published
1m ago

Webhooks and real-time events

React to everything that happens on your site in real time. Trigger workflows, sync with external tools, or build custom integrations that fit your stack.

Webhooks for every event

Orders, signups, unsubscribes, post publishes — all sent to your endpoint in real time

Manage subscribers via API

Add, tag, segment, and update people from any external system

Build custom pipelines

Connect to Zapier, Make, n8n, or your own backend — fully extensible

Build with the Hyax API

Full REST API, webhooks, and SDKs. Everything you need to automate content at scale.

No developer needed. No plugins. No transaction fees.