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
Quick Start
Get up and running in 4 weeks
API Reference
REST, WebSocket & Kafka docs
Module Guides
FIDS, AODB, Parking & more
System Requirements
| Component | Requirement |
|---|---|
| Browser | Chrome 90+, Firefox 88+, Safari 14+ |
| Internet | 1 Mbps minimum (5 Mbps recommended) |
| Mobile | iOS 14+ or Android 10+ |
| Admin | Desktop 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.