Official Python SDK for ClawLink — Identity Infrastructure for AI Agents
Project description
ClawLink SDK
Identity Infrastructure for AI Agents
Give your AI agent its own email, phone number, and the ability to pass any verification challenge.
- 📧 Mail — Dedicated email addresses, auto-extract OTP
- 📱 Phone — Real phone numbers for SMS/Voice verification
- 🧩 Captcha — Solve reCAPTCHA, hCaptcha, GeeTest, and more
- 🔐 Vault — TOTP auto-generation, OTP aggregation, credential references
Installation
pip install clawlink-sdk
Quick Start
import clawlink
client = clawlink.Client("clk_your_api_key")
# Get a dedicated email
inbox = client.mail.create_inbox()
# Wait for verification code
otp = client.mail.wait_for_otp(inbox.id, timeout=60)
# Rent a phone number
phone = client.phone.rent_number(country="US")
# Get TOTP code
code = client.vault.get_totp(service="twitter")
# Solve CAPTCHA
solution = client.captcha.solve(type="recaptcha_v2", site_url="...", site_key="...")
Documentation
Full docs at docs.clawlink.dev
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
clawlink_sdk-0.0.1.tar.gz
(2.8 kB
view details)
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 clawlink_sdk-0.0.1.tar.gz.
File metadata
- Download URL: clawlink_sdk-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
378f8b68181da408bab22108f80cbad20b1805e2b0b256434c06b22bbcc42957
|
|
| MD5 |
12ee0dfd691a823fb08155558b2c1848
|
|
| BLAKE2b-256 |
1ac3b6c1c06bbaf19455fc2559449e85d36f8a61c2c4fc6dd6962b9cf7a59624
|
File details
Details for the file clawlink_sdk-0.0.1-py3-none-any.whl.
File metadata
- Download URL: clawlink_sdk-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13d22004ba2ce5566a8e25542229c7a43b57fe7c88971e0fc827320c78faf62d
|
|
| MD5 |
8273da1dd29235b00733a775e0c42044
|
|
| BLAKE2b-256 |
6ba123610d38f29ea03f5fe1a7a786954d19308a93216c7d64ac41e58dab9a12
|