# Use Cases

Ready-made integration recipes for the three most common scenarios. Each one includes code samples, credit estimates and the right choice of endpoints.

<CardGrid>
  <LinkCard
    title="Astrology Apps"
    href="/en/use-cases/astrology-apps/"
    description="Natal chart, progressions, transits, Human Design — a complete backend for web/mobile astrology apps."
  />
  <LinkCard
    title="AI Agents & MCP"
    href="/en/use-cases/ai-agents/"
    description="Integrate with Claude, Cursor, ChatGPT via MCP server, llms.txt or HTTP API."
  />
  <LinkCard
    title="Dating Apps"
    href="/en/use-cases/dating-apps/"
    description="Compatibility score 0–100 in a single call — an extra signal for your match algorithm."
  />
</CardGrid>

## Don't see your scenario?

The building blocks are the same — `/chart`, `/synastry`, `/transits`, `/horoscope/*`, `/human-design`. Try the [Quick Start](/en/getting-started/) to make your first call in 5 minutes, then compose endpoints for your product. Need architecture advice? Reach out at [hello@astroway.info](mailto:hello@astroway.info).
