# Zube API **Provider:** Zube **Category:** storage **Base URL:** `https://zube.io` **Auth:** oauth2 — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://zube.io/docs/api ## Description Full stack project management ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://zube.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://zube.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 1 workspace. Pro $6/user/mo. Project management with GitHub integration. --- *Source: [API Map](https://apimap.dev/apis/zube/) — CC BY 4.0*