Integrations overview
Pull live data from external services into your artifacts, or push artifacts out to where your team already works.
Available
Section titled “Available”| Provider | What it gives you |
|---|---|
| Google Sheets | Read spreadsheet data with OAuth |
| Shopify | Products, orders, inventory |
| Slack | Deliver artifacts to a channel or DM |
| Google Analytics | GA4 reports and metrics |
| Tienda Nube | LATAM e-commerce |
| GitHub | Backup and export |
| CORS proxy | Call all-listed external APIs from the page |
Two kinds of connection
Section titled “Two kinds of connection”- Per-artifact / OAuth-in-page — e.g. Google Sheets: the visitor (or owner) authorizes, and the artifact fetches data. Simple, no admin setup.
- Workspace-level — e.g. Slack: an OAuth app is connected once per workspace, then any artifact in that workspace can use it.
Token safety
Section titled “Token safety”Credentials are never exposed to the page by default — calls are proxied through the Worker, and secrets are encrypted at rest. For bring-your-own API keys (OpenAI, Anthropic, …), use the secrets proxy described in the AI agent guide.