Metadata-Version: 2.4
Name: settld-api-sdk-python
Version: 0.1.2
Summary: Settld API SDK (Python)
Author: Settld
License: UNLICENSED
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Settld API SDK (Python)

Python client for Settld API endpoints, including high-level helpers:
- `first_verified_run` (register agents, run work, verify, settle)
- `first_paid_rfq` (rfq -> bid -> accept -> run -> settlement)
- run settlement/dispute lifecycle: `get_run_settlement_policy_replay`, `resolve_run_settlement`, `open_run_dispute`, `submit_run_dispute_evidence`, `escalate_run_dispute`, `close_run_dispute`
- `get_tenant_analytics` / `get_tenant_trust_graph`
- `list_tenant_trust_graph_snapshots` / `create_tenant_trust_graph_snapshot` / `diff_tenant_trust_graph`
- auth headers: `api_key` (Bearer) and optional `x_api_key` (Magic Link)

Quickstart docs live in `docs/QUICKSTART_SDK_PYTHON.md` at repo root.
