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()oridentity.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-sdkpackage 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cb7c7544f546b3407cb6ef0ef950c0b9654b8da56ff0594e295f76b5a32fb30
|
|
| MD5 |
73178cfe19ce96bc98932d2e662e64a6
|
|
| BLAKE2b-256 |
6cd19034187c9b6c80e99a9e735dd4158f04867346caa357bc9d5f79f4de33b8
|
File details
Details for the file wexa_sdk_public-0.1.0-py3-none-any.whl.
File metadata
- Download URL: wexa_sdk_public-0.1.0-py3-none-any.whl
- Upload date:
- Size: 38.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
388dc9c610a75de77afc935a336a13da1723abd10f82064543e859078c586558
|
|
| MD5 |
73e9d287d15ba17c5b4ee818f20fcf50
|
|
| BLAKE2b-256 |
e29dccd365acad0a26f268502fbcdeded85f23c908fa1d52091f8a29c50643d4
|