Pixeltable Cloud extends the local SDK with team collaboration and production deployment capabilities.Documentation Index
Fetch the complete documentation index at: https://docs.pixeltable.com/llms.txt
Use this file to discover all available pages before exploring further.
Publish & Replicate ✅ Available Now
| Feature | API |
|---|---|
| Publish datasets | pxt.publish(source, destination_uri) |
| Replicate datasets | pxt.replicate(remote_uri, local_path) |
| Sync updates | push(), pull() |
| Access control | access='public' or 'private' |
Data Sharing Guide
Full documentation on publish, replicate, push, and pull
2. Endpoints
Self-hosted HTTP serving is available now. Cloud deployment with managed hosting is coming soon.| Feature | Status | What |
|---|---|---|
pxt serve | ✅ Available | TOML-configured HTTP endpoints with CLI |
FastAPIRouter | ✅ Available | Declarative routes in Python, drop-in APIRouter subclass |
| Background jobs | ✅ Available | background=True on any route |
pxt deploy | 🔜 Coming Soon | Cloud deployment with auto-scaling |
| Pre-signed URLs | 🔜 Coming Soon | Media access without proxying |
HTTP Serving Guide
TOML config, CLI, Python API, and background jobs for self-hosted deployments
Join the waitlist to get early access to cloud-managed Endpoints.
3. Cloud Storage ✅ Available Now
Every Pixeltable Cloud account includes a free managed storage bucket for media files. No cloud provider account or bucket configuration required.| Feature | What |
|---|---|
| Home bucket | Free R2-backed storage for computed and input media |
| Auto credentials | Temporary credentials fetched and refreshed automatically |
| Quota management | Built-in storage limits with clear error messages |
Cloud Storage Setup
Configuration guide for the free managed bucket
4. Live Tables 🔜 Coming Soon
Multi-writer collaboration and serverless compute.| Feature | What |
|---|---|
| Multi-writer | Team collaboration on shared tables |
| Serverless compute | Auto-scaling without infrastructure |
| UDF versioning | Safe experimentation with code changes |
| RBAC + audit | Governance and compliance |
Unified: Where It’s All Going
When all three cloud services are available, the two use cases converge:- Data wrangling + AI pipelines + endpoints = one system
- Orchestration + storage + retrieval unified
- Table becomes the endpoint
Book a Demo
Schedule time with our team to discuss your use case