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

# Phonovation Developer Hub

> Build powerful SMS messaging into your applications. Fast, reliable, and built for Irish businesses.

<Card title="User Guides & Knowledgebase" icon="book" horizontal href="https://knowledgebase.phonovation.com/">
  Platform guides and general product documentation for the Phonovation web interface.
</Card>

<Card title="Use our MCP server in your AI tool" icon="microchip-ai" horizontal href="/guides/mcp">
  Add the Phonovation docs to Claude, Cursor, Codex, VS Code, or Windsurf. Your AI assistant will query the live API docs in real time — no stale context, no guessing.
</Card>

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Send your first SMS in under 5 minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/guides/authentication">
    Secure your API calls with OAuth 2.0 bearer tokens.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore the full Phonovation REST API.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/guides/webhooks">
    Receive real-time delivery and inbound SMS events.
  </Card>
</CardGroup>

## Why Phonovation?

Phonovation is Ireland's leading bulk SMS platform, trusted by over 750 businesses. Our API gives you direct access to the same infrastructure powering enterprise-grade messaging campaigns — with delivery receipts, two-way messaging, and full compliance built in.

<CardGroup cols={3}>
  <Card title="99.9% Uptime" icon="server">
    Enterprise-grade reliability you can build on.
  </Card>

  <Card title="Irish Infrastructure" icon="location-dot">
    Data stays in Ireland. GDPR compliant by design.
  </Card>

  <Card title="Developer First" icon="terminal">
    Clean REST API with SDKs for popular languages.
  </Card>
</CardGroup>

## Getting started

<Steps>
  <Step title="Get your credentials">
    Sign up or log in at [phonovation.com](https://phonovation.com) to retrieve your API credentials.
  </Step>

  <Step title="Send your first message">
    Follow the [quickstart guide](/quickstart) to send an SMS in minutes.
  </Step>

  <Step title="Go live">
    Explore the [API reference](/api-reference/introduction) and integrate into your application.
  </Step>
</Steps>
