# Agile Telecom API Documentation > Agile Telecom provides enterprise messaging APIs for SMS, RCS, and SMPP. This file describes the available APIs and documentation structure for LLM consumption. ## APIs ### SMS REST API (Modern) - Base URL: https://lora-api.agiletelecom.com - Auth: X-Api-Key header - Endpoint: POST /api/message-server/sms/send - Features: placeholders, scheduled delivery, simulation mode, delivery webhooks - Docs: https://agiletelecom.com/documentation/sms-universal ### SMS REST API (Legacy) - Base URL: https://secure.agiletelecom.com/services/ or https://http-api.agiletelecom.com/services/ - Auth: Basic Auth or X-Api-Key - Endpoint: POST /sms/send (batch support), GET /sms/credit - Docs: https://agiletelecom.com/documentation/sms-legacy ### RCS API - Base URL: https://lora-api.agiletelecom.com - Auth: X-Api-Key header - Endpoints: agents, templates CRUD, send message, media download - Features: rich cards, carousels, suggested actions, delivery/read receipts, inbound messages - Docs: https://agiletelecom.com/documentation/rcs ### RCS Templates - Template types: TEXT, CARD, CAROUSEL - Suggestion types: reply, url, dial, coordinates, location, calendar - SMS fallback support - Docs: https://agiletelecom.com/documentation/rcs-templates ### SMPP Protocol - Host: smpp.agiletelecom.com, Port: 2776 (TLS) - Modes: TX (transmit), RX (receive), TRX (transceiver) - High-throughput binary protocol for bulk messaging - Docs: https://agiletelecom.com/documentation/smpp ### Inbound SMS - Receive SMS via email or HTTP POST webhook - Webhook fields: originator, destination, date_time, text - Must respond with "+OK" - Docs: https://agiletelecom.com/documentation/inbound-sms ### Credit Check - Base URL: https://secure.agiletelecom.com - Endpoint: GET /services/sms/credit - Returns account credit balance - Docs: https://agiletelecom.com/documentation/credit-check ### MNP Lookup - Base URL: https://mnp.agiletelecom.com - Endpoint: GET /services/mnp/number-lookup?msisdn={phone} - Returns: operator, ported status, MCC/MNC, country - Docs: https://agiletelecom.com/documentation/mnp ## Authentication Methods 1. API Key: X-Api-Key header (recommended for modern APIs) 2. Basic Auth: Authorization: Basic (legacy APIs) 3. OAuth 1.1 (legacy APIs) ## Full Documentation For the complete API documentation with all parameters, code examples, and response schemas, see: https://agiletelecom.com/documentation/llms-full.txt ## Support Email: help@agiletelecom.com Portal: https://lora.agiletelecom.com/login