> ## Documentation Index
> Fetch the complete documentation index at: https://docs.manthan.systems/llms.txt
> Use this file to discover all available pages before exploring further.

# Other Languages

> [ROADMAP] — no Go, Java, or .NET SDK exists in this repository today.

<Warning>**\[ROADMAP].** Nothing below is built. This is a single honest note, not five speculative SDK sections.</Warning>

No source for a Go, Java, .NET, or any other language SDK exists anywhere in this
repository. If you need to integrate from one of those ecosystems today, your options are:

1. Call the [REST API](/api-reference/endpoints) directly — it's small (13 routes) and
   every route is documented on that page with real request/response shapes.
2. Port the [Python SDK](/sdks/python)'s approach: generate models from
   `packages/shared/src/domain/*.ts` rather than hand-maintaining them, to avoid the drift
   problems both existing SDKs have had at various points.

No timeline is committed for additional SDKs. If this changes, this page will be replaced
with real, cited documentation — not before.
