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.4.tar.gz (18.8 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.4-py3-none-any.whl (26.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: voniai-0.1.4.tar.gz
  • Upload date:
  • Size: 18.8 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.4.tar.gz
Algorithm Hash digest
SHA256 ff636ed1e5ee1988b8a8afbe8ebb906169996ab99d4565ff7aced6b78d347303
MD5 ec839c8ff44f430bea78c8ee3ca3dbcf
BLAKE2b-256 ab0c7a6c32ba04cfdbcb4391ef5aef9dc58b160c3cc6ac424f4241d79adaa77e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: voniai-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 26.7 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 d507a1a0ab41e5fdcbcce01514be9bf0560390c2952c800ec5d3c0efb22e7bd0
MD5 385b65184591b91aa858aa24fcc014d3
BLAKE2b-256 d9e0aed4edaacadd1e0ed2c06f2ae79a82aba4bbc88298d8a903c7a551d03eac

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