Recuut SDKs
Choose an SDK for application code after you understand the payment model and guide-level flow.
SDK documentation explains the packages and framework boundaries that Recuut maintains. Use a guide first when you need the complete account-to-paid-request path.
The Python SDK does not change the x402 payer exchange. It helps your server call Recuut and keep protected results private until payment completes.
| Need | Start with |
|---|---|
| Protect a FastAPI route | FastAPI |
| Protect a Django view | Django |
| Read resources, transactions, or payers | Python client |
| Keep revision reporting fields type-checked | Generated contract types |
| Use another server language | Direct HTTP integration |
The SDK is server-side and currently alpha. It supports Python 3.11 through 3.14, synchronous and asynchronous clients, FastAPI, and Django. It does not create or fund a payer wallet.