Skip to main content

Programmable AI Infrastructure SDK

Project description

Voni AI Python SDK

The official Python SDK for the Voniai programmable AI infrastructure.

Installation

pip install voniai

Quick Start (Headless Mode)

from voniai import Voni

# Initialize the client (automatically loads VONI_API_KEY from env)
voni = Voni()

# Send a message to your co-pilot
response = voni.chat.send_message(
    project_id="your_project_id",
    message="How do I integrate Voni?",
    session_id="user_123"
)

print(f"AI Response: {response['message']}")

Features

  • Robust Security: Automatic HMAC-SHA256 request signing.
  • Environment Support: Automatically loads VONI_API_KEY from environment variables.
  • Project Management: Create and configure projects programmatically.
  • Headless Chat: Interact with the AI engine directly without using the pre-built widget.
  • Webhook Management: Register and manage webhooks for event-driven workflows.

Authentication

Voni uses an API Key + HMAC Signature for all requests. The SDK handles this automatically. You can provide your API Key during initialization or set the VONI_API_KEY environment variable.

# Option 1: Load from environment (Recommended)
voni = Voni()

# Option 2: Explicitly provide key
voni = Voni(api_key="...")

Error Handling

from voniai import Voni, VoniAuthError, VoniApiError

try:
    projects = voni.projects.list()
except VoniAuthError:
    print("Authentication failed. Check your API Key.")
except VoniApiError as e:
    print(f"API returned an error: {e.status_code}")

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

voniai-0.1.3.tar.gz (18.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

voniai-0.1.3-py3-none-any.whl (26.0 kB view details)

Uploaded Python 3

File details

Details for the file voniai-0.1.3.tar.gz.

File metadata

  • Download URL: voniai-0.1.3.tar.gz
  • Upload date:
  • Size: 18.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for voniai-0.1.3.tar.gz
Algorithm Hash digest
SHA256 06cca6a6e74d8e025764b31e4be914c8f14fe6c9d84b68ff7466bf4d214025ca
MD5 4e7c7e28c4a4b23714ddebf0f5947ffc
BLAKE2b-256 fe1c135aa02f0318ca3e54ff172450dbd8821a835fe4cd716bf49b75a6027746

See more details on using hashes here.

File details

Details for the file voniai-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: voniai-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 26.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for voniai-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4f500a896bc457c8e063ebf2d1735e0e8158fd073f223d725a245520a81dfb21
MD5 518a4b9691991c10de5109d2b76891e1
BLAKE2b-256 cb13f3d88efdf006912c2414bed362765cefbd7480f637b9852194ab2a9b8c23

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page