Docs

Build on the cosmic platform.

Production-grade APIs, typed SDKs, streaming responses, webhooks and full observability — designed for developers who ship.

XtraPush SDK — Coming Soon

TypeScript, Python and Go SDKs with full type safety are in development. Join the waitlist to get early access.

In development
quickstart.ts
import { Xtrapush } from "@xtrapush/sdk"

const xt = new Xtrapush({ apiKey: process.env.XTRAPUSH_API_KEY })

const generation = await xt.images.generate({
  model: "nebula-img-2",
  prompt: "Cinematic shot of a glowing rocket lifting through purple nebula clouds",
  size: "2048x2048",
  guidance: 7.5,
})

console.log(generation.url) // https://cdn.xtrapush.space/...