Voice AI for restaurants - Python SDK for Partners
Project description
Foreva AI Partner SDK
The official Python SDK for Foreva AI partners. Add voice AI to restaurants with just a few lines of code.
Installation
pip install foreva-ai
Quick Start
from foreva_ai import ForevaAgent, MenuBuilder
# Create agent (get API key from partner dashboard)
agent = ForevaAgent("YOUR_API_KEY", "+14155551234")
# Configure restaurant
agent.set_store(
name="Restaurant Name",
address="123 Main St, City, State 12345",
timezone="America/Los_Angeles"
)
# Set menu
menu = (MenuBuilder()
.add_category(1, "Main Dishes")
.add_item(101, "Pasta Special", 15.99, 1)
.build())
agent.set_menu(menu)
# Activate
result = agent.activate()
print(f"Forward calls to: {result['routing_number']}")
API Key & Usage
- API Key:
foreva_xxx...(single key per partner) - Free Tier: 100 minutes per account
- Subscription: Monthly base plan + pooled minutes
Documentation
Complete documentation and examples: https://foreva.ai/partners/docs
Support
- Email: support@foreva.ai
- Dashboard: https://foreva.ai/partners/dashboard
- Support Portal: https://foreva.ai/partners/support
License
This SDK is proprietary software for authorized Foreva AI partners only.
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
foreva_ai-0.0.7.tar.gz
(22.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
foreva_ai-0.0.7-py3-none-any.whl
(24.4 kB
view details)
File details
Details for the file foreva_ai-0.0.7.tar.gz.
File metadata
- Download URL: foreva_ai-0.0.7.tar.gz
- Upload date:
- Size: 22.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbb77fc60a4b5be419f43109f5e9a970a58ced304e98ef1a0c0beda73d60f6ca
|
|
| MD5 |
bcd55c812f3b50d5b60f95b055dc2757
|
|
| BLAKE2b-256 |
e2180327de96e564c0a16b8a2835bc4162bf5b6f751bfd5b27eaea7b120a6184
|
File details
Details for the file foreva_ai-0.0.7-py3-none-any.whl.
File metadata
- Download URL: foreva_ai-0.0.7-py3-none-any.whl
- Upload date:
- Size: 24.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2da4458293aafcf81236ac0ca38355084b1c75c0675d2213672dd3793b07cbf8
|
|
| MD5 |
5ff6d6aa911523dc15015954b9df2e09
|
|
| BLAKE2b-256 |
9af9c7ccfc0c4e921b8c1b50bc0f899f2c612f427a76ca4dea97c053eeddfbe8
|