Installation
The fastest way to start using Weavz is the managed SaaS platform. Sign up and you will have a running instance in seconds — no infrastructure to manage, no environment variables to configure.
Getting Started
- Navigate to platform.weavz.io
- Create an account with email or a social provider (Google, GitHub)
- Create your first organization
- You are ready to quick start
What is Included
The managed platform handles everything for you:
- PostgreSQL database with automatic backups
- Redis caching and job queues
- Object storage for sandbox persistence
- Global edge delivery via Cloudflare Workers
- Automatic SSL and domain management
- Zero cold starts and auto-scaling
Verify Your Setup
Once signed in, verify your instance is working by listing available pieces:
curl https://api.weavz.io/api/v1/pieces \
-H "Authorization: Bearer wvz_YOUR_API_KEY"
# Should return a JSON array of 31 pieces:
# [{"name":"slack","displayName":"Slack","version":"0.1.0",...}, ...]Create an API key from the dashboard under Settings → API Keys.
Private Cloud Deployments
For enterprise customers who need data to remain on their own infrastructure, Weavz offers private cloud deployments. Contact our sales team to learn more.
Next Steps
With the platform ready, proceed to the Quick Start guide to create your first connection and execute an action.