> ## Documentation Index
> Fetch the complete documentation index at: https://jupiter-docs-beam-tx-jup-ag-submit.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Jupiter Developer Docs

> DeFi infrastructure on Solana for swaps, lending, limit orders, DCA, and more

## Why Jupiter

Jupiter is the liquidity infrastructure behind the majority of DeFi on Solana. Whether you're building a trading terminal, a DeFi protocol, a payments app, or an AI agent, Jupiter gives you the APIs to ship fast and at scale.

The same infrastructure that powers jup.ag is available to you as production-grade REST APIs. No RPC nodes, no blockchain state management, no transaction complexity. Jupiter abstracts all of it so you can focus on your product. Every API returns clean JSON, works with a single API key, and is designed to be consumed by both developers and AI agents.

### APIs

<CardGroup cols={3}>
  <Card title="No Infrastructure" icon="server">
    No RPC nodes, no blockchain state management. Jupiter handles all on-chain interactions for you.
  </Card>

  <Card title="Best Execution" icon="bolt">
    Metis, JupiterZ, and third-party routers compete on every swap. Your users get the best price available.
  </Card>

  <Card title="AI-Ready" icon="robot">
    Clean JSON, simple REST, and purpose-built tools (llms.txt, MCP, Skills, CLI) for AI agents and LLMs.
  </Card>
</CardGroup>

### Developer Platform

<CardGroup cols={3}>
  <Card title="One API Key" icon="key">
    A single key from the [Developer Platform](https://developers.jup.ag/portal) unlocks every Jupiter API. Start free, no upfront payments.
  </Card>

  <Card title="Observability" icon="chart-bar">
    Real-time analytics, request logs, and usage dashboards. Debug and monitor your integration from the platform.
  </Card>

  <Card title="Built for Teams" icon="users">
    Organisation management, role-based access, shared API keys, audit logs, and 2FA.
  </Card>
</CardGroup>

## Products

<CardGroup cols={2}>
  <Card title="Swap" icon="arrow-right-arrow-left" href="/swap">
    Token swaps with managed execution (/order) or raw instructions for custom transactions (/build).
  </Card>

  <Card title="Tokens" icon="coin" href="/tokens">
    Search, metadata, verification status, organic score, and trading metrics for any Solana token.
  </Card>

  <Card title="Price" icon="dollar-sign" href="/price">
    Heuristics-based USD pricing for up to 50 tokens per request.
  </Card>

  <Card title="Lend" icon="piggy-bank" href="/lend">
    Earn yield on deposits, borrow against collateral, and execute flashloans.
  </Card>

  <Card title="Trigger" icon="crosshairs" href="/trigger">
    Vault-based limit orders with single, OCO (TP/SL), and OTOCO order types.
  </Card>

  <Card title="Recurring" icon="clock-rotate-left" href="/recurring">
    Automated dollar-cost averaging with time-based recurring orders.
  </Card>

  <Card title="Prediction" icon="scale-balanced" href="/prediction">
    Binary prediction markets for real-world events.
  </Card>

  <Card title="Perps" icon="chart-line" href="/perps">
    Leveraged perpetuals trading on Solana (on-chain program).
  </Card>
</CardGroup>

## Developer Resources

<CardGroup cols={3}>
  <Card title="Guides" icon="book" href="/guides">
    Step-by-step tutorials for common integration tasks.
  </Card>

  <Card title="Tool Kits" icon="code" href="/api-reference">
    Powerful tools and SDKs to integrate Jupiter with minimal effort.
  </Card>

  <Card title="Developer Platform" icon="gear" href="https://developers.jup.ag/portal">
    Get your API key, monitor usage, and manage your integrations.
  </Card>
</CardGroup>

## AI

Jupiter is built for AI agents and LLM-powered development. Every API returns clean JSON with no RPC complexity.

<CardGroup cols={2}>
  <Card title="Jupiter CLI" icon="terminal" href="/ai/cli">
    Trade from your terminal, Telegram, or through AI agents. JSON-native, designed for both humans and LLMs.
  </Card>

  <Card title="Agent Skills" icon="wand-magic-sparkles" href="/ai/skills">
    Pre-built context files that give coding agents structured integration guidance.
  </Card>

  <Card title="Docs MCP" icon="plug" href="/ai/mcp">
    Search and query Jupiter docs via Model Context Protocol from any AI editor.
  </Card>

  <Card title="llms.txt" icon="file-lines" href="/ai/llms-txt">
    LLM-optimised documentation index for RAG pipelines and AI consumption.
  </Card>
</CardGroup>

## Community

<CardGroup cols={3}>
  <Card title="Discord" icon="discord" href="https://discord.gg/jup">
    Developer support, integrator channels, and ecosystem discussions.
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/jup-ag">
    Open-source SDKs, examples, and the docs repo.
  </Card>

  <Card title="Support" icon="headset" href="/resources/support">
    Direct support channels and resources for integrators.
  </Card>
</CardGroup>

## Socials

<CardGroup cols={2}>
  <Card title="Blog" icon="newspaper" href="https://developers.jup.ag/blog">
    Product updates, technical deep dives, and launch announcements.
  </Card>

  <Card title="Twitter / X" icon="x-twitter" href="https://x.com/JupDevRel">
    Follow Jupiter for real-time updates, ecosystem news, and releases.
  </Card>
</CardGroup>

## Get Started

New to Jupiter development? Start with the essentials:

* [Environment Setup](/get-started/environment-setup) for libraries, RPC connection, and wallet setup
* [Development Basics](/get-started/development-basics) for accounts, transactions, priority fees, and compute units
