Skip to main content

Official Python SDK for the Relancify API.

Project description

Relancify SDK (Python)

Official Python SDK for the Relancify API.

Installation

pip install relancify-sdk

Quickstart

from relancify_sdk import RelancifyClient

client = RelancifyClient(
    base_url="https://api.relancify.com/api/v1",
    api_key="<your_api_key>",
)

agents = client.agents.list()
print(len(agents))

client.close()

Available resources

  • client.agents
  • client.operations
  • client.runtime
  • client.users
  • client.voices
  • client.api_keys

Notes

  • The SDK uses synchronous httpx.
  • HTTP errors are raised as relancify_sdk.errors.ApiError.
  • Runtime websocket connections can use short-lived connect tokens via client.runtime.create_connect_token(...).
  • Publish flow: create/update agent locally, call client.agents.publish(agent_id), then poll client.operations.get(operation_id).

Security best practices

  • Never hardcode API keys or bearer tokens in source code.
  • Use environment variables or a secure secret manager.
  • Rotate credentials periodically.
  • Prefer short-lived access tokens when possible.

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

relancify_sdk-0.2.0.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

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

relancify_sdk-0.2.0-py3-none-any.whl (7.6 kB view details)

Uploaded Python 3

File details

Details for the file relancify_sdk-0.2.0.tar.gz.

File metadata

  • Download URL: relancify_sdk-0.2.0.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for relancify_sdk-0.2.0.tar.gz
Algorithm Hash digest
SHA256 b42450a4d78c7958c6cfd93857b1d694c1dcc69dd401c2ea0aa027a90fb38e59
MD5 0606fd2648a07a7431025826280be516
BLAKE2b-256 3bd9d4f32f9fbfc95c72a92e5470335a3652ffb0877476dc54cb7ede9221191e

See more details on using hashes here.

Provenance

The following attestation bundles were made for relancify_sdk-0.2.0.tar.gz:

Publisher: publish-sdk-pypi.yml on NKSTUD/relancify-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file relancify_sdk-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: relancify_sdk-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 7.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for relancify_sdk-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ceab2cba06823780b3cc283311fe714cbaf1e56dbf58b4946ab6786ea520e7be
MD5 ca66e27356d7661e345bf7c1d073e850
BLAKE2b-256 84291e1c350a1d79b40666fb65448d096930fa4568081d80682b348dd6834ef0

See more details on using hashes here.

Provenance

The following attestation bundles were made for relancify_sdk-0.2.0-py3-none-any.whl:

Publisher: publish-sdk-pypi.yml on NKSTUD/relancify-sdk

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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