Official Python SDK for WebUplink — the whole web, as function calls.
Project description
The whole web, as function calls.
Official Python SDK for WebUplink.
Installation
pip install webuplink
Quickstart
from webuplink import WebUplink
client = WebUplink() # reads WEBUPLINK_API_KEY from env
# Browse a page — get back structured, callable tools
page = client.browse("https://example.com")
print(page.summary)
print(page.tools) # [Tool(name='...', description='...', params=[...]), ...]
# Execute a tool discovered on the page
tool = page.tools[0]
result = client.browse(
session_id=page.session_id,
tool=tool.name,
params={tool.params[0].name: "some value"},
)
# Clean up
client.close_session(page.session_id)
Async
from webuplink import AsyncWebUplink
async with AsyncWebUplink() as client:
page = await client.browse("https://example.com")
print(page.tools)
What you can build
- AI agents that act on the web — browse any site, get back typed tool definitions, execute actions
- No selectors, no scraping — WebUplink understands pages and generates callable tools automatically
- Multi-step workflows — sessions persist across navigations, so your agent can search → filter → select → checkout
- Any website, zero configuration — works on sites you've never seen before
Documentation
Full reference at webuplink.ai/docs.
Contributing
git clone https://github.com/webuplink-dev/webuplink-python.git
cd webuplink-python
pip install -e ".[dev]"
pytest
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 webuplink-0.1.0.tar.gz.
File metadata
- Download URL: webuplink-0.1.0.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18342139d80e2e61e3ecde437261fbbf8b88f5a504b65652ab8ff229d0ca6cf3
|
|
| MD5 |
5779ab331a07368788daff83becc7398
|
|
| BLAKE2b-256 |
5cd8a6bd40036e2ff177a06f9f712888383de05a3a366582b2621d58789d91c5
|
Provenance
The following attestation bundles were made for webuplink-0.1.0.tar.gz:
Publisher:
publish.yml on webuplink-dev/webuplink-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
webuplink-0.1.0.tar.gz -
Subject digest:
18342139d80e2e61e3ecde437261fbbf8b88f5a504b65652ab8ff229d0ca6cf3 - Sigstore transparency entry: 2030853131
- Sigstore integration time:
-
Permalink:
webuplink-dev/webuplink-python@53fc3c35267daef1b16756f22f358b2f30e95cea -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/webuplink-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@53fc3c35267daef1b16756f22f358b2f30e95cea -
Trigger Event:
release
-
Statement type:
File details
Details for the file webuplink-0.1.0-py3-none-any.whl.
File metadata
- Download URL: webuplink-0.1.0-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b27ad82585a0ae6db184e5ef39861de494f700bc61ed25def0c67bca21194bc9
|
|
| MD5 |
371c7b8c730e8e7adc30ee2e2a60efbd
|
|
| BLAKE2b-256 |
999b58c8fb96004ae8091caec54ab3d6f70401fd716f939ebffc08dd45323b89
|
Provenance
The following attestation bundles were made for webuplink-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on webuplink-dev/webuplink-python
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
webuplink-0.1.0-py3-none-any.whl -
Subject digest:
b27ad82585a0ae6db184e5ef39861de494f700bc61ed25def0c67bca21194bc9 - Sigstore transparency entry: 2030853485
- Sigstore integration time:
-
Permalink:
webuplink-dev/webuplink-python@53fc3c35267daef1b16756f22f358b2f30e95cea -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/webuplink-dev
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@53fc3c35267daef1b16756f22f358b2f30e95cea -
Trigger Event:
release
-
Statement type: