Genorbex SDK

Official clients for Genorbex Cloud services

Languages

🐍

Python SDK

Official Genorbex SDK for Python with comprehensive support for all Genorbex Cloud services.

Installation

Package Manager
python -m pip install genorbex-sdk

Key Features

Named clients for every Genorbex Cloud service family
Universal authenticated access to all current and future APIs
GFlow Prompt Registry and OpenAI-compatible model serving
Managed-notebook authentication and local API-key support

Quick Start Example

from genorbex_sdk import GenorbexClient

# One authenticated client for every Genorbex Cloud service
client = GenorbexClient(api_key="your-api-key")

# Work with named service APIs
warehouses = client.database.list("warehouses")
pipelines = client.data_pipelines.list()
instances = client.compute.list("instances")

# Use any Genorbex endpoint, including newly released services
health = client.request(
    "GET",
    "/api/health"
)

print(warehouses)
print(pipelines)
print(instances)
print(health)

Service Coverage

Every service is available through a named authenticated client, with universal REST access for new endpoints.

Compute

Create, manage, and monitor compute instances

Storage

Upload, download, and manage bucket storage

Database

Query and manage OrbexDB instances

ML/AI

Deploy and manage ML models

Networking

Configure VPCs, load balancers, and DNS

Management

IAM, billing, and resource management

Cloud servicesComputeObject storageDriveOrbexDBDBVisual analyticsData pipelinesData engineeringWorkspaceData ingestionDatabase migrationAI & MLAgentsStreamingConnectorsOrchestrationIdentityTeamsNotificationsSustainabilityWeb servicesDomainsSecurityIntegrations