Skip to main content

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


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)

Uploaded Source

Built Distribution

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

clawlink_sdk-0.0.1-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

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