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

# SolvaPay documentation

> Documentation for adding authentication, identity, payments, and billing with the no-code MCP integration or the TypeScript SDK.

<div id="welcome-home" style={{ margin: '2rem auto 2.5rem auto', maxWidth: '980px' }}>
  <div
    style={{
  margin: '0 auto',
  padding: 'clamp(2rem, 5vw, 3.5rem) clamp(1rem, 4vw, 2rem)',
  borderRadius: '1.25rem',
  textAlign: 'center',
  background:
    'radial-gradient(circle at top center, color-mix(in srgb, var(--color-primary) 10%, transparent) 0%, transparent 65%)',
}}
  >
    <h1
      style={{
    fontSize: 'clamp(2rem, 8vw, 3.2rem)',
    lineHeight: 1.1,
    margin: '0 auto 1rem',
    letterSpacing: '-0.02em',
    textAlign: 'center',
    maxWidth: '16ch',
    textWrap: 'balance',
  }}
    >
      SolvaPay documentation
    </h1>

    <p
      style={{
    fontSize: 'clamp(1.02rem, 3.5vw, 1.25rem)',
    color: 'var(--color-text-secondary)',
    marginBottom: '0.75rem',
  }}
    >
      Monetize AI agents, MCP tools, and APIs from a single platform.
    </p>

    <p
      style={{
    fontSize: 'clamp(0.95rem, 3vw, 1.02rem)',
    color: 'var(--color-text-secondary)',
  }}
    >
      Choose the no-code MCP integration for hosted flows, or use the TypeScript SDK for code-level integration.
    </p>
  </div>
</div>

## Choose your starting path

<Columns cols={2}>
  <Card title="No-code MCP auth and monetization" icon="credit-card" href="/guides/monetize-mcp-server-no-code">
    Monetize an existing MCP server with hosted auth, checkout, and account pages.
  </Card>

  <Card title="TypeScript SDK" icon="code" href="/sdks/typescript/setup/cli">
    Run `npx solvapay init` to connect your project and start SDK integration in minutes.
  </Card>
</Columns>

## Developer tools

<Columns cols={2}>
  <Card title="Admin MCP Server" icon="server" href="/guides/manage-account-with-admin-mcp">
    Manage your SolvaPay account and generate checkout sessions from your AI assistant.
  </Card>

  <Card title="Use the SolvaPay agent skill" icon="sparkles" href="/guides/use-agent-skill">
    Start with one command: `npx skills add solvapay`. Use platform-specific setup only if needed.
  </Card>
</Columns>
