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

Uploaded Python 3

File details

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

File metadata

  • Download URL: voniai-0.1.5.tar.gz
  • Upload date:
  • Size: 18.3 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.5.tar.gz
Algorithm Hash digest
SHA256 74a1e34ef7ef17a7382d6fb0b8f38bf04624393c37c44b194a6bf151c0caf038
MD5 6921b526fd58f0768c9c7fd4108aeb14
BLAKE2b-256 bb38c6d2512d99f39b6c0fdaad81bde3f205ed2ca046d9705eb4eb4125c7d147

See more details on using hashes here.

File details

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

File metadata

  • Download URL: voniai-0.1.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1723d3fd90c86bc83da6c90112b93c5a57aa60cf38abb09e712f6b70c6f1dab0
MD5 f62ccd02ad5e59a61c1e25aa3f177135
BLAKE2b-256 0f538b25634a154fd4753024104f92d444a36889a04684662f447c14a9384d8e

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