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

# Telegent mPaaS API

> Provision numbers, send messages, configure voice routing, and manage subscribers — all through a single REST API.

<img className="block dark:hidden" src="https://mintcdn.com/telegent-1ac592f4/XdSeDQWImsxKdJUf/logo/light.svg?fit=max&auto=format&n=XdSeDQWImsxKdJUf&q=85&s=03efb886d1c54a0a0d9f6beed17fa0bf" alt="Telegent mPaaS" height="200" data-path="logo/light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/telegent-1ac592f4/XdSeDQWImsxKdJUf/logo/dark.svg?fit=max&auto=format&n=XdSeDQWImsxKdJUf&q=85&s=93e9535505f62399b06a239a6103a01a" alt="Telegent mPaaS" height="200" data-path="logo/dark.svg" />

Telegent mPaaS is a Mobile Platform as a Service API that lets you build and manage mobile services — from provisioning phone numbers to sending messages and routing calls — without owning carrier infrastructure.

<Card title="Get Started — Partner Onboarding" icon="rocket" href="/onboarding" color="#6aa4ff">
  Follow the Partner Onboarding plan to go from POC kickoff to a live, production-ready integration.
</Card>

***

## What you can build

<CardGroup cols={2}>
  <Card title="Phone Number Provisioning" icon="phone" href="/api-reference/numbers/search-available-numbers">
    Provision and manage MVNO and IoT numbers by area code or zip code
  </Card>

  <Card title="SMS & MMS Messaging" icon="message" href="/api-reference/message/create-message-route">
    Send and receive A2P and P2P messages with delivery callbacks
  </Card>

  <Card title="Voice Routing" icon="phone-volume" href="/api-reference/voice/create-voice-route">
    Configure SIP trunks, IVR menus, workgroups, and call routing rules
  </Card>

  <Card title="Number Porting" icon="arrows-left-right" href="/api-reference/numbers/numbers-port-in">
    Port numbers in and out of Telegent from other carriers
  </Card>

  <Card title="Subscriber Management" icon="users" href="/api-reference/subscribers/get-subscriber">
    Create end-user accounts and assign numbers, plans, and permissions
  </Card>

  <Card title="AI Guardian" icon="shield" href="/api-reference/ai-guardian/create-message-filter">
    Apply content filtering, parental controls, and call/message blocking per subscriber
  </Card>
</CardGroup>

***

## Explore the API

<CardGroup cols={3}>
  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Full endpoint documentation with interactive examples
  </Card>

  <Card title="Postman Collection" icon="arrow-down-to-line" href="/postman">
    Download all 121 endpoints pre-configured for Postman
  </Card>

  <Card title="Support" icon="life-ring" href="https://support.telegent.com/support/home">
    Visit our support portal for help and resources
  </Card>
</CardGroup>
