Reusable Pieces
Pre-built connectors for APIs, databases, and business tools.
OPEN SOURCE FOREVER
Openpieces lets you build, secure, and scale AI-powered integrations — faster.

Unlimited integrations
What is openpieces?
Openpieces is the open source integration platform that helps you connect apps, LLMs, and data sources through powerful automation pieces.
Pre-built connectors for APIs, databases, and business tools.
Role-based access, logs, and enterprise-grade governance.
Self-hosted, cloud-ready, and built for production teams.
Pieces
Automate pull requests and issues.
Verified
Send updates to channels and teams.
Verified
Run database tasks inside flows.
Verified
Sync docs and pages with agents.
Verified
Trigger billing and customer events.
Verified
Connect private systems securely.
Verified
Explore all pieces ->
How it works
Describe what you need in plain English.
The AI wires every piece and connection.
Deploys your workflow — no manual steps.
Runtime
Every piece runs in a secure Deno sandbox — fast, TypeScript-native, and isolated by default. Need Python, Node, or anything else? Podman spins up containers on demand.
// Each piece is a Deno module
import { Slack } from "openpieces:slack";
const res = await Slack.sendMessage({
channel: "#deployments",
text: "Pipeline finished ✅",
});
// Podman container for other runtimes
const python = await Container.run({
image: "python:3.12-slim",
script: "process.py",
});Secure by default. Each piece runs isolated with fine-grained permissions.
Spin up any runtime — Python, Node, Rust — without leaving a workflow.
NO NODES. NO WIRES.
Describe what you need in plain English — the AI writes every piece, wires every connection, and deploys the workflow. You never touch the code.
Architecture
Openpieces doesn't need a client library — pieces are just Deno modules with optional container sidecars for polyglot workloads. Less glue code, more flow.
Openpieces is and will always be open source. Contributions are welcome!
Builders, contributors, and AI enthusiasts building the open integration layer for the future.
View all contributors →Unlimited
Integrations
100%
Open Source