Creative as Code

Programmable media infrastructure for agents

Open-source tools for agents to generate, transform, and deploy media workflows.

01

Code for Agents. Canvas for Humans.

One workflow, two surfaces

PixaScript gives agents a typed media API while creative teams inspect, tune, and approve every step on a visual canvas.

shoe_campaign.pxpixascript
01workflow shoe_campaign02input product_photo03generate campaign_set04cache mask lighting05review canvas_branch06deploy /api/shoe-campaign
cached 6/9 stepsready to deploy
workflow canvas
reviewdeploy
01Script the workflowsource image
02Preview the canvashuman checkpoint
03Deploy the graphagent endpoint
generated output

02

Media with Memory

Intelligent asset library

Every image, mask, prompt, model choice, and approval state is indexed so teams can reuse what worked instead of starting over.

asset_01

Prompt lineage

asset_02

Brand rules

asset_03

Reusable masks

asset_04

Version history

03

From Prompts to Production

Deploy workflows as endpoints

Turn a PixaScript workflow into a callable campaign API. Agents can pass audience, product, and brand context, then receive channel-ready creative variants from a stable endpoint.

endpointPOST /api/
personalized-campaign

stable route for campaign agents

request payloadaudience: "new runners" product: "white trainer" channel: ["email", "social"] memory: "spring_lookbook"
responsecampaign_assets[]
email_hero.webp

personalized campaign hero

product_tile.webp
201 createdcampaign_id: spring_runner assets: 4 cache: hit status: ready
input: audience + productruntime: pixascriptreturns: campaign_assets[]

04

Bring Your Own Agent. Bring Your Own Provider.

Agent and provider neutral

Pixa sits between agents and media providers. Keep your agent in control while routing generation through the models, APIs, and tools your workflow already trusts.

agents
01Claude Code
02Codex
03Hermes
04Custom agents
pixa gatewayBring your own stack

One media runtime contract for whichever agent and provider stack you choose.

05

Open Source at the Core

Composable infrastructure

Build on primitives you can inspect, extend, and run close to your own systems. PixaScript and the gateway are the first open-source pieces.