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.

Trusted by developers & teams
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
Connect your apps, APIs, and data sources.
Use pieces to build powerful workflows.
Run your workflows anywhere, anytime.
Developer first
Integrate Openpieces in your code or agent with our simple SDKs and REST API.
import Openpieces from "@openpieces/node-sdk";
const client = new Openpieces({
apiKey: process.env.OPENPIECES_API_KEY,
serverUrl: "https://your-openpieces.com",
});
const result = await client.execute({
pieceName: "github - Create issue",
inputs: {
owner: "openpieces",
repo: "openpieces",
title: "Hello from Openpieces",
body: "This is an issue via Openpieces",
},
});
console.log(result);TypeScript, Python, and more.
Full API access for any use case.
Host it yourself or use our cloud.
Platform
Audit logs, retries, and secure credential handling out of the box.
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 →12.6k
GitHub Stars
500+
Contributors