Integration infrastructure
for modern apps
Connections, MCP servers, triggers, and actions — everything you need to integrate third-party services into your product.
1,000 free actions · 31 integrations · MCP-first
Everything you need to ship integrations
From connection management to code execution — a complete integration platform that runs at the edge.
Connection Management
OAuth2 PKCE, API keys, and custom auth with encrypted credential storage. 4 connection policies for multi-tenant control.
MCP Servers
TOOLS mode for standard tool serving, CODE mode with 3 meta-tools for 80-98% AI context reduction.
Triggers & Webhooks
Real-time webhook and polling triggers with built-in deduplication and reliable delivery.
Code Sandbox
QuickJS WASM sandbox for lightweight scripting and CF Sandbox containers for full JS/Python/Shell execution.
31 integrations and counting
From CRMs to messaging platforms — connect to the tools your users already rely on.
Built for developers
Use the MCP protocol, REST API, or SDK to integrate third-party services into your application. Every action is available through all three interfaces.
- MCP-first — AI agents discover tools automatically
- REST API — standard HTTP for any language
- SDKs coming soon — type-safe wrappers for TS, Python
// Connect your AI agent via MCP protocol
const client = new McpClient({
url: "https://api.weavz.io/mcp/srv_abc123",
token: "mcp_your_token_here"
});
// AI agent discovers and calls tools automatically
const result = await client.callTool(
"slack__send_message",
{ channel: "#general", text: "Hello from AI!" }
);Simple, transparent pricing
Start free, scale as you grow. No hidden fees.
Free
For individuals exploring integrations
- 1K actions/month
- 5 connections
- 3 MCP servers
- Community support
Pro
Most PopularFor developers building production integrations
- 25K actions/month
- 50 connections
- 15 MCP servers
- Email support
Team
For teams shipping integration-heavy products
- 100K actions/month
- 200 connections
- 75 MCP servers
- Priority support
Start building integrations
in minutes
Get 1,000 free actions every month. No credit card required.