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

# SDKs: Route AI Agent Containers Through the Gateway

> Route AI agent containers through the OneCLI gateway with official SDKs. Node.js available now, more languages coming soon.

OneCLI provides official SDKs so your applications can configure containers to route through the OneCLI proxy without using the CLI. If you're looking to get started quickly, see the [Quickstart](/quickstart) guide first.

<CardGroup cols={2}>
  <Card title="Node.js / TypeScript" icon="node-js" color="#68a063" href="/sdks/node">
    Official SDK for Node.js and TypeScript applications.
  </Card>

  <Card title="Rust" icon="rust" color="#e0e0e0" href="/sdks/rust">
    Coming soon.
  </Card>

  <Card title="Python" icon="python" color="#3776ab" href="/sdks/python">
    Coming soon.
  </Card>

  <Card title="Go" icon="golang" color="#00add8" href="/sdks/go">
    Coming soon.
  </Card>

  <Card title="Java / Kotlin" icon="java" color="#f89820" href="/sdks/java">
    Coming soon.
  </Card>

  <Card title="Ruby" icon="gem" color="#cc342d" href="/sdks/ruby">
    Coming soon.
  </Card>

  <Card title=".NET" icon="microsoft" color="#512bd4" href="/sdks/dotnet">
    Coming soon.
  </Card>
</CardGroup>
