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

# Quickstart

> Three integration paths for WalletSuite: Wallet API, Wallet SDK, and AI Agents. Pick the one that fits your stack.

<CardGroup cols={3}>
  <Card title="Wallet API" icon="database" href="/wallet-api/overview">
    **Any language · \~2 min**

    Direct HTTPS for every wallet operation: balances, prices, transaction preparation, simulation, swaps, broadcast. Works with any signer and any stack.
  </Card>

  <Card title="Wallet SDK" icon="code" href="/sdk/quick-start">
    **TypeScript · \~10 min**

    Typed helpers for signing, balances, prices, and multi-chain ops. 80+ chains behind one API.
  </Card>

  <Card title="AI Agents" icon="microchip" href="/ai-agents/quickstart">
    **\~5 min**

    Give every agent a financial identity — scoped tools, policy-gated signing, and keys the model never sees.
  </Card>
</CardGroup>

## Before you begin

The SDK and REST paths use an organization API key; the AI Agents path uses a per-agent key provisioned in the dashboard. See [Credentials & Authentication](/getting-started/prerequisites/credentials-and-authentication).

## Use case guides

Looking for something more specific? Start here:

<CardGroup cols={2}>
  <Card title="Give an AI agent a wallet" icon="robot" href="/getting-started/use-case-guides/give-ai-agent-a-wallet">
    Wire a governed, policy-gated wallet into your agent.
  </Card>

  <Card title="Add a wallet to your application" icon="wallet" href="/getting-started/use-case-guides/add-wallet-to-backend">
    Integrate multi-chain wallet operations into a backend via the SDK or REST.
  </Card>
</CardGroup>
