Skip to main content

Cekura Python SDK

Testing and Observability for AI Voice Agents. Launch in minutes not weeks by ensuring your agents deliver a seamless experience in every conversational scenario.

Installation

pip install cekura

SDK

The Python SDK provides a sync and async API client for the Cekura platform.

pip install cekura[sdk]
from cekura import Cekura

client = Cekura(api_key="your-api-key")

# List agents
agents = client.agents.list()

# Get a specific agent
agent = client.agents.get(agent_id=123)

# List scenarios for a project
scenarios = client.scenarios.list(project_id=42)

# Run test cases from a checked-in JSON spec, without creating evaluators.
# dry_run validates and prices the spec without running or charging anything.
import json
spec = json.load(open("tests/agent-suite.json"))
plan = client.scenarios.run_json(spec, agent_id=123, dry_run=True)
result = client.scenarios.run_json(spec, agent_id=123, channel="voice")

For async usage:

from cekura import AsyncCekura

async with AsyncCekura(api_key="your-api-key") as client:
    agents = await client.agents.list()

See the API documentation for the full resource reference.

CLI

The CLI lets you manage agents, scenarios, metrics, and test runs from the terminal.

pip install cekura[cli]
# Authenticate
cekura auth login

# List your agents
cekura agents list

# Start a test run
cekura run start --agent-id 123 --scenario-id 456

# Stream run progress
cekura run watch <run-id>

→ CLI Reference Guide

Integrations

LiveKit

  • One-line integration for simulation and observability
  • Automatic metrics collection (STT, LLM, TTS, EOU)
  • Session logs capture
  • Mock tool injection for testing
  • Dual-channel audio recording
  • Built-in OpenTelemetry export for LiveKit agent traces

→ LiveKit Integration Guide

Pipecat

  • Automatic transcript capture with timestamps
  • Audio recording with S3 upload
  • Built-in OpenTelemetry tracing (conversation, turn, STT/LLM/TTS spans)
  • Session logs capture
  • Minimal 3-line integration

→ Pipecat Integration Guide

Requirements

  • Python 3.9+
  • aiohttp>=3.9.0

License

MIT License - see LICENSE file for details.

Links

Support

For support, email support@cekura.ai

Download files

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

Source Distribution

cekura-1.6.1.tar.gz (90.8 kB view details)

Uploaded Source

Built Distribution

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

cekura-1.6.1-py3-none-any.whl (125.6 kB view details)

Uploaded Python 3

File details

Details for the file cekura-1.6.1.tar.gz.

File metadata

  • Download URL: cekura-1.6.1.tar.gz
  • Upload date:
  • Size: 90.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for cekura-1.6.1.tar.gz
Algorithm Hash digest
SHA256 da854add5cd709c0a121496e8e87b25c82e62d6eb75afae30ffc811ffde3bd2b
MD5 83eb71bea202735cbe203a1b0ee8ad9a
BLAKE2b-256 e8255ec57fbe6a9382a593dbce3db69de40e5bfab9e1b388472c9468984e361d

See more details on using hashes here.

File details

Details for the file cekura-1.6.1-py3-none-any.whl.

File metadata

  • Download URL: cekura-1.6.1-py3-none-any.whl
  • Upload date:
  • Size: 125.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.5

File hashes

Hashes for cekura-1.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d18514a17e2c27834eba0a7f2313ed257c0647e97d0eeab18ded34304cc4ffed
MD5 f83fe19b6b8dd139c146d8df62cc5f00
BLAKE2b-256 61d1ec57946a2e1bbba507dbeba11f08fb7745d7fc238074e40ce2cfb702c2a7

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 Sentry Error logging StatusPage Status page