Zenewo API Documentation
Welcome to the Zenewo API reference. This documentation is designed to help you integrate with the Zenewo workspace cloud, manage tenants, and handle cloud storage foundations.Core Concepts
Zenewo is built on a Tenant-First architecture. Every request to our API must be scoped to a specific tenant boundary to ensure data isolation and security.Base URLs
| Environment | Base URL |
|---|---|
| Production | https://zenewo-gateway.lama-4db.workers.dev/api |
| Local | http://localhost:8787/api |

