Welcome to AfriGates Documentation

AfriGates is a white-label SaaS airport operating system built for African aviation. This documentation covers everything your IT team needs to go live in 4 weeks.

Who is this for?

Airport IT Directors

System setup and configuration

Developers

API integration and custom development

Operations Staff

Using the admin console day-to-day

Quick Navigation

System Requirements

ComponentRequirement
BrowserChrome 90+, Firefox 88+, Safari 14+
Internet1 Mbps minimum (5 Mbps recommended)
MobileiOS 14+ or Android 10+
AdminDesktop recommended (1280px+)

Quick Example

Here's how to configure your airport tenant using our REST API:

bash
# Configure your tenant
curl -X POST https://api.afrigates.site/v1/tenants \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "code_iata": "FIH",
    "name": "Aéroport International de N'\''djili",
    "country": "CD",
    "domain": "fih.cd",
    "tier": "growth"
  }'
i

Need help?

Contact our support team at support@afrigates.com or join our Discord community.