Python client library for the Portkey API - Control Panel for AI Apps with unified API signature, automated fallbacks, retries, load balancing, semantic caching, virtual keys, and comprehensive observability features.
—
Administrative functions for managing users, workspaces, invitations, and organizational settings.
class Admin:
users: Users
invites: Invites
workspaces: Workspaces
class Users:
def create(self, **kwargs): ...
def list(self, **kwargs): ...
def retrieve(self, **kwargs): ...
def update(self, **kwargs): ...
def delete(self, **kwargs): ...
class Workspaces:
def create(self, **kwargs): ...
def list(self, **kwargs): ...
def retrieve(self, **kwargs): ...
def update(self, **kwargs): ...
def delete(self, **kwargs): ...
users: WorkspacesUsersInstall with Tessl CLI
npx tessl i tessl/pypi-portkey-aidocs