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

# SELAT Router SDK

> TypeScript client for routing paid requests through SELAT Router.

SELAT Router SDK is the TypeScript client for `selat-router`. It gives applications and agents a fetch-like way to reach paid endpoints with runtime payment, while supporting private keys, Circle Agent Wallets, and remote signers.

<Tip>
  Built for Node.js 18+ and published as `@selat-ai/router-client`.
</Tip>

<Card title="Quickstart" icon="rocket" href="/docs/selat-sdk/quickstart">
  Install the SDK and make your first paid request.
</Card>

<Card title="RouterClient" icon="puzzle-piece" href="/docs/selat-sdk/router-client">
  Learn the constructor options, fetch flow, and defaults.
</Card>

<Card title="Signers" icon="key" href="/docs/selat-sdk/signers">
  Choose private key, Circle Agent Wallet, or remote signing.
</Card>
