Skip to main content

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']}")

Test vs Live Mode

  • Test Mode: foreva_test_xxx... - Free for development
  • Live Mode: foreva_live_xxx... - Requires subscription

Documentation

Complete documentation and examples: https://foreva.ai/partners/docs

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.6.tar.gz (22.5 kB view details)

Uploaded Source

Built Distribution

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

foreva_ai-0.0.6-py3-none-any.whl (24.1 kB view details)

Uploaded Python 3

File details

Details for the file foreva_ai-0.0.6.tar.gz.

File metadata

  • Download URL: foreva_ai-0.0.6.tar.gz
  • Upload date:
  • Size: 22.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for foreva_ai-0.0.6.tar.gz
Algorithm Hash digest
SHA256 3f84875f8832dcd7c3a318f587f76b1f2cd564cf20d77863692c2d93b6594e94
MD5 1697f7e24b5ebbfefc21759f41838a19
BLAKE2b-256 9bd932a1d3c8f77280a4b4b65dd8b324222410b940221482d081a97d6d5ac4c0

See more details on using hashes here.

File details

Details for the file foreva_ai-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: foreva_ai-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 24.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.11

File hashes

Hashes for foreva_ai-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 fb2d267e6855f3a0d241e6bdf864faa8afffa509ca0c7e3ad3c4940d509ab46d
MD5 b2483f1e1499b646aced979662ba4383
BLAKE2b-256 4f00235830aa64f5e77f8244aa4fa52001262a2ee8d68aa3d1234d01af2784b1

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