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

# Knot Wallet

> Server-side Solana wallet infrastructure for AI agents

Knot is a server-side Solana wallet infrastructure designed specifically for AI agents. It enables autonomous agents to hold funds, sign transactions, and interact with DeFi protocols without human intervention — and without ever handling a private key.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Authenticate your agent and make your first API call in minutes.
  </Card>

  <Card title="Introduction" icon="book-open" href="/introduction">
    Learn what Knot is and how it works.
  </Card>

  <Card title="API reference" icon="code" href="/api-reference/introduction">
    Explore every available endpoint with request and response examples.
  </Card>

  <Card title="Architecture" icon="sitemap" href="/architecture">
    Understand how Knot processes requests and manages keys.
  </Card>
</CardGroup>
