# Overview

ShredPay does not yet ship official language SDKs. The REST API is small enough that a generated client from the OpenAPI spec works well in the meantime — see [API Reference](/agent-wallet/api-reference.md) for the live spec URL.

## Planned

* **TypeScript / Node** — first official SDK, targeting backend agents and Next.js apps.
* **Python** — for ML / data engineering use cases.
* **Go** — for high-throughput backends.

## Community

If you build a client and want it listed here, open a PR against this page.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.shredpay.xyz/sdks/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
