Metadata-Version: 2.4
Name: khotem
Version: 0.0.1
Summary: Thin client for KHOTEM — cryptographic witness for AI agents (x402, USDC on Base). Official package of khotem.com.
License: MIT
Project-URL: Homepage, https://khotem.com
Project-URL: Repository, https://github.com/fortikripto/khotem-witness
Project-URL: Security, https://khotem.com/.well-known/security.txt
Keywords: khotem,x402,witness,attestation,verify,seal,base,usdc,agents,mcp
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# khotem

Thin client for **KHOTEM** — cryptographic witness for AI agents. Live: https://khotem.com

Zero dependencies (stdlib only). Paid per call via x402 (USDC on Base). This package never asks for seeds or private keys.

```python
import khotem

st = khotem.status()     # FREE: liveness, counters
cat = khotem.catalog()   # FREE: live price list (x402 v2)

code, invoice = khotem.call("/api/verify", method="POST", body={})
# code == 402 → settle per https://khotem.com/docs/pay-x402
# then retry with payment_signature=... or payment_tx=...
```

Verify you are talking to the real KHOTEM: https://khotem.com/.well-known/security.txt (sole payTo, sole domain, ERC-8004 agent #68748 on Base).
