Official documentation for the V2Hub developer ecosystem
V2Hub Documentation provides guides, concepts, usage examples, and API references for building applications and integrations with the V2Hub ecosystem.
This repository contains the official documentation for the developer-facing V2Hub components:
- V2Hub — Python client library for the V2Hub API — PyPI
- V2Hub Admin — administration extension for user, provider, and system management — PyPI
- V2Hub CLI — command-line interface for V2Hub — PyPI
The V2Hub API has its own documentation and operator resources available at v2hub.link.
The full documentation is available at v2hub.dev.
It covers:
- Getting started and installation
- Client configuration and authentication
- Subscription and provider management
- CLI usage and commands
- Administration and integrations
- Guides and practical examples
- Concepts and architecture
- API and type references
V2Hub is a Python client library for the V2Hub API with async and sync support, typed models, retry and circuit-breaker support, provider functionality, and production-oriented features.
PyPI: v2hub
V2Hub Admin provides privileged administration capabilities for V2Hub, including user and provider management, authorization handling, usage statistics, IP bans, and whitelist management.
PyPI: v2hub-admin
V2Hub CLI provides a terminal-based interface for V2Hub, including subscription management, provider operations, shell autocompletion, and optional administrative commands.
PyPI: v2hub-cli
The documentation is built with Zensical.
Install dependencies:
uv syncRun the documentation locally:
uv run zensical serveBuild the documentation:
uv run zensical build --clean --strictThe documentation is licensed under the Creative Commons Attribution 4.0 International License.
See LICENSE for the full license text.