> ## Documentation Index
> Fetch the complete documentation index at: https://hogpass.com/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 Hogpass gateway with official SDKs. Node.js available now, more languages coming soon.

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

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

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

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

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

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

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

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