AI Workflows, email, files, video, screenshots, and integrations for apps and AI agents. One SDK.
$ bun install @stack0/sdk
import { Stack0 } from '@stack0/sdk'const stack0 = new Stack0()// Store filesawait stack0.cdn.upload({ file, folder: 'receipts' })// Send emailsawait stack0.email.send({ to, subject, body })// Connect to Salesforce, Slack, Drive...await stack0.integrations.hubspot.createContact({ email, name })