Official Python SDK for Konect4ai - turn any website into an AI-callable tool via REST, MCP, CLI, RSS and SDK.
Project description
konect4ai
Official Python SDK for Konect4ai.
Konect4ai turns any website into an AI-callable tool. Build once, then consume the same capability through REST, MCP, CLI, RSS or this SDK. Built-in structure drift detection alerts you when a target site changes, so your pipeline does not silently break.
Early preview. This is version 0.0.1. The client performs real HTTP calls, but the API surface is still expanding. Pin your version and check the changelog before upgrading.
Install
pip install konect4ai
Requires Python 3.9 or later.
Usage
from konect4ai import Konect4ai
client = Konect4ai(license_key="YOUR-LICENSE-KEY")
# Run a generated API
data = client.run("your-job-id")
print(data)
# Get the MCP endpoint for Claude, ChatGPT, Cursor and other MCP clients
print(client.mcp_url())
# Get the RSS feed URL for a generated API
print(client.feed_url("your-job-id"))
Self-hosted deployments
client = Konect4ai(
license_key="YOUR-LICENSE-KEY",
base_url="https://konect4ai.internal.example.com",
)
Getting a license key
Sign up at konect4ai.com. A 14-day free trial is available.
Links
- Website: https://konect4ai.com
- Setup guide: https://konect4ai.com/setup
- Pricing: https://konect4ai.com/zh-TW/pricing
- Contact: https://konect4ai.com/zh-TW/contact-us
License
MIT
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 konect4ai-0.0.1.tar.gz.
File metadata
- Download URL: konect4ai-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
589ebcb996e1b120f8fab3ba2e5d059ab2007ab8bdc404695193c22c30729ee6
|
|
| MD5 |
4ab1de4e96381d9982015e3d2533449b
|
|
| BLAKE2b-256 |
b305ea5adb2dc3cd98d27554b1e4462f18f00ef5ec6eb3473bc51ec24c91e3a3
|
File details
Details for the file konect4ai-0.0.1-py3-none-any.whl.
File metadata
- Download URL: konect4ai-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcab2a5f87c171d98dcc6d9be1ed0a34fc78862ec09d2eda2d0baeab1c7883a6
|
|
| MD5 |
26ad1d5a4683bfba536135e1e25e7b9f
|
|
| BLAKE2b-256 |
edac0aaa5aa639ce6a3b96d729872962a9564745cc47861b0660aa48b7645b72
|