Gateway

Deploy media workflows as APIs.

Give agents a stable route for campaign generation while Pixa handles providers, caching, assets, and workflow state.

endpointPOST /api/personalized-campaign
requestaudience: "new runners" product: "white trainer" channel: ["email", "social"] provider: "auto"
201 createdcampaign_assets[]
Agent-facing API

A stable endpoint over a moving media stack.

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.

provider routing
01OpenAI image generation
02FAL fast transforms
03Google media models
04custom provider adapter
01

Deploy Workflows as Endpoints

Expose a PixaScript graph as a stable API route so agents can request production-ready assets.

02

Bring Your Own Providers

Route through OpenAI, FAL, Google, and future adapters without changing the agent contract.

03

Cache and Replay Runs

Reuse successful intermediate steps, inspect lineage, and rerun only the parts of a campaign that changed.

Provider neutral

Bring your own providers and keep agents in control.

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

Explore providers