Skip to main content

Official Wexa Python SDK (Public - No Authentication)

Project description

wexa-sdk-public (Python)

Official Python SDK for the Wexa API - Public Version.

This is the public SDK package that does NOT include authentication features (login/signup).
For internal use with authentication, use wexa-sdk instead.

Installation

pip install wexa-sdk-public

Quick Start

from wexa_sdk import WexaClient

# Initialize with your API key
client = WexaClient(
    base_url="https://api.wexa.ai",
    api_key="your-api-key-here"
)

# Use the SDK
projects = client.projects.get_all()

Authentication

This package requires an API key. You must obtain an API key from Wexa before using this SDK.

client = WexaClient(
    base_url="https://api.wexa.ai",
    api_key="your-api-key"  # Required!
)

Available Modules

Module Description
projects Project management
agentflows Agent flow operations
executions Execution management
tables Table operations
connectors Connector management
schedules Schedule management
llm LLM API calls
files File operations
inbox Inbox management
knowledgebase Knowledge base operations
tags Tag management
skills Skills management
marketplace Marketplace operations
analytics Analytics operations

Note

  • No Authentication Module: This package does NOT include identity.auth.login() or identity.auth.signup()
  • API Key Required: You must provide an API key when initializing the client
  • For Internal Use: If you need login/signup features, use wexa-sdk package instead

Configuration

Environment variables:

  • WEXA_BASE_URL (e.g. https://api.wexa.ai)
  • WEXA_API_KEY (Your API key)

License

Apache-2.0. See LICENSE.

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

wexa_sdk_public-0.1.0.tar.gz (33.0 kB view details)

Uploaded Source

Built Distribution

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

wexa_sdk_public-0.1.0-py3-none-any.whl (38.6 kB view details)

Uploaded Python 3

File details

Details for the file wexa_sdk_public-0.1.0.tar.gz.

File metadata

  • Download URL: wexa_sdk_public-0.1.0.tar.gz
  • Upload date:
  • Size: 33.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for wexa_sdk_public-0.1.0.tar.gz
Algorithm Hash digest
SHA256 9cb7c7544f546b3407cb6ef0ef950c0b9654b8da56ff0594e295f76b5a32fb30
MD5 73178cfe19ce96bc98932d2e662e64a6
BLAKE2b-256 6cd19034187c9b6c80e99a9e735dd4158f04867346caa357bc9d5f79f4de33b8

See more details on using hashes here.

File details

Details for the file wexa_sdk_public-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for wexa_sdk_public-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 388dc9c610a75de77afc935a336a13da1723abd10f82064543e859078c586558
MD5 73e9d287d15ba17c5b4ee818f20fcf50
BLAKE2b-256 e29dccd365acad0a26f268502fbcdeded85f23c908fa1d52091f8a29c50643d4

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