> ## Documentation Index
> Fetch the complete documentation index at: https://aomilabs-victor-docs-redirect-build-overview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Example integrations overview

> Production Aomi integrations built on public APIs: Polymarket prediction markets, DeFi aggregators, X (Twitter) social data, and embedded wallet experiences.

Each example below shows the full integration pipeline: wrapping endpoints as AI tools, configuring an App with a preamble and model, and deploying it as a live agent. The patterns transfer directly to your own product.

## Platform integrations

<CardGroup cols={2}>
  <Card title="Polymarket" icon="chart-line" href="/examples/polymarket">
    Prediction market data and onchain trading via Polymarket's public API.
  </Card>

  <Card title="DeFi Aggregators" icon="arrow-right-arrow-left" href="/examples/defi-aggregators">
    Cross-chain swaps, liquidity, and yield across DeFi protocols.
  </Card>

  <Card title="X APIs" icon="hashtag" href="/examples/x-apis">
    Social data and sentiment as AI-accessible context.
  </Card>
</CardGroup>

## On the roadmap

<CardGroup cols={2}>
  <Card title="MetaMask (coming soon)" icon="wallet" href="/examples/metamask">
    Embedding Aomi chat within wallets and wallet extensions. Not shipped yet.
  </Card>
</CardGroup>

## Build your own

<CardGroup cols={2}>
  <Card title="Integration Guide" icon="plug" href="/guides/integration">
    Full-stack walkthrough from APIs to a deployed Aomi App.
  </Card>

  <Card title="Custom Tools" icon="wrench" href="/guides/custom-tools">
    Extend Aomi with your own typed tools.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Get a chat widget running in minutes.
  </Card>
</CardGroup>
