Integration Hub
Where KOTA'S AEROSPACE connects to the systems you already run.
KOTA'S AEROSPACE is designed as an intelligence overlay: it ingests data from your existing MRO, ERP, procurement, HR, regulatory, and aircraft data systems rather than asking you to re-enter it into a second system of record.
No integrations are connected in this demo environment. Every entry below is a designed ingestion point, not a live connection β this page shows the architecture, honestly labeled, not a marketplace of working integrations.
Designed Ingestion Points
18
Connected
0
Categories
9
MRO
| Integration | Status | Sync Method | Last Sync | Records |
|---|---|---|---|---|
| MRO System (AMOS / TRAX / Maintenix, or equivalent) Pulls work orders, task cards, and maintenance program data from your existing MRO system of record via its REST API, so KOTA'S AEROSPACE can overlay compliance intelligence without becoming a second system of record. | Not Configured | REST | Never | β |
| MRO Legacy Export Feed Batch CSV ingestion for MRO systems without a modern API β scheduled drop-folder or manual upload of work order and task card exports. | Not Configured | CSV | Never | β |
ERP
| Integration | Status | Sync Method | Last Sync | Records |
|---|---|---|---|---|
| ERP System Synchronizes finance, inventory valuation, and cost-center data from your ERP so MRO Finance figures reconcile with your general ledger. | Not Configured | REST | Never | β |
| ERP Batch Extract Nightly SFTP file drop for ERP environments that prefer scheduled batch extracts over live API calls. | Not Configured | SFTP | Never | β |
Procurement
| Integration | Status | Sync Method | Last Sync | Records |
|---|---|---|---|---|
| Procurement / Supplier Portal Connects purchase orders, vendor catalogs, and parts pricing from your procurement platform to power Parts Search and Vendor Intelligence with live data instead of mock records. | Not Configured | REST | Never | β |
HR
| Integration | Status | Sync Method | Last Sync | Records |
|---|---|---|---|---|
| HR / Workforce System Syncs technician certifications, licenses, and shift rosters from your HR or workforce management system to keep Technicians and Task Card assignment accurate. | Not Configured | Scheduled | Never | β |
Identity
| Integration | Status | Sync Method | Last Sync | Records |
|---|---|---|---|---|
| Email + Password (JWT / Argon2) Backend Implemented β Not Running. A real, unit-tested implementation exists in backend/app/core/security.py and backend/app/services/auth_service.py. It is not connected in this environment because no PostgreSQL instance is running and no backend/.env is present (only .env.example). | Backend Implemented β Not Running | REST | Never | β |
| SSO / SAML Identity Provider Enterprise single sign-on via SAML or OIDC, so organizations can provision and authenticate users through their own identity provider instead of local passwords. | Not Configured | REST | Never | β |
Regulatory
| Integration | Status | Sync Method | Last Sync | Records |
|---|---|---|---|---|
| FAA Dynamic Regulatory System Scheduled feed of newly published FAA Airworthiness Directives and Special Airworthiness Information Bulletins into the Regulations module. | Not Configured | Scheduled | Never | β |
| EASA ADs & SIBs Feed Scheduled feed of EASA Airworthiness Directives and Safety Information Bulletins into the Regulations module. | Not Configured | Scheduled | Never | β |
| UK CAA Mandate Feed Scheduled feed of UK CAA airworthiness mandates into the Regulations module. | Not Configured | Scheduled | Never | β |
| DGCA CAR Notices Feed Scheduled feed of Directorate General of Civil Aviation (India) Civil Aviation Requirements notices into the Regulations module. | Not Configured | Scheduled | Never | β |
| CASA AD Feed Scheduled feed of Civil Aviation Safety Authority (Australia) Airworthiness Directives into the Regulations module. | Not Configured | Scheduled | Never | β |
Documents
| Integration | Status | Sync Method | Last Sync | Records |
|---|---|---|---|---|
| Document / Evidence Storage (S3-compatible) Object storage for evidence records, certificates, and Document Library files β designed against any S3-compatible API so it can point at your existing storage rather than requiring a new one. | Not Configured | REST | Never | β |
Aircraft Data
| Integration | Status | Sync Method | Last Sync | Records |
|---|---|---|---|---|
| Aircraft Data / ACMS-IoT Feed Event-driven ingestion from Aircraft Condition Monitoring Systems and other onboard IoT telemetry, feeding component life and Fleet Health tracking with real usage data instead of manually entered hours/cycles. | Not Configured | Event-driven | Never | β |
| Fleet / Aircraft Master Data Aircraft registration, configuration, and component master data synced from your fleet management system of record. | Not Configured | REST | Never | β |
Notifications
| Integration | Status | Sync Method | Last Sync | Records |
|---|---|---|---|---|
| Outbound Email (SMTP / API) Delivers AOG, TAT, and regulatory-update alerts by email via SMTP or a transactional email API. | Not Configured | REST | Never | β |
| Notification Provider (Webhook / SMS) Pushes alerts to Slack, Teams, or SMS gateways via outbound webhook so notifications reach the tools your team already watches. | Not Configured | Webhook | Never | β |
Architecture Notes
Each integration is modeled against one of six sync methods, chosen per source system's own capabilities rather than forcing a single pattern:
Looking for authentication and infrastructure status specifically? See Settings β Integrations for the compact summary, including the one backend integration (JWT authentication) that has a real, tested implementation not currently running in this environment.