Deploy media workflows as APIs.
Give agents a stable route for campaign generation while Pixa handles providers, caching, assets, and workflow state.
Give agents a stable route for campaign generation while Pixa handles providers, caching, assets, and workflow state.
/personalized-campaignaudience: "new runners"
product: "white trainer"
channel: ["email", "social"]
provider: "auto"
Agents call one route with audience, product, and brand context. The gateway resolves the workflow, selects providers, caches reusable work, and returns channel-ready assets.
Expose a PixaScript graph as a stable API route so agents can request production-ready assets.
Route through OpenAI, FAL, Google, and future adapters without changing the agent contract.
Reuse successful intermediate steps, inspect lineage, and rerun only the parts of a campaign that changed.

Pixa Gateway sits between agents and generation providers, so your workflows can switch models, add adapters, and keep a consistent deployment contract.
Explore providers