Skip to main content
Ask Lisa
Priya Nair

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

IntegrationStatusSync MethodLast SyncRecords
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 ConfiguredRESTNeverβ€”
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 ConfiguredCSVNeverβ€”

ERP

IntegrationStatusSync MethodLast SyncRecords
ERP System

Synchronizes finance, inventory valuation, and cost-center data from your ERP so MRO Finance figures reconcile with your general ledger.

Not ConfiguredRESTNeverβ€”
ERP Batch Extract

Nightly SFTP file drop for ERP environments that prefer scheduled batch extracts over live API calls.

Not ConfiguredSFTPNeverβ€”

Procurement

IntegrationStatusSync MethodLast SyncRecords
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 ConfiguredRESTNeverβ€”

HR

IntegrationStatusSync MethodLast SyncRecords
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 ConfiguredScheduledNeverβ€”

Identity

IntegrationStatusSync MethodLast SyncRecords
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 RunningRESTNeverβ€”
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 ConfiguredRESTNeverβ€”

Regulatory

IntegrationStatusSync MethodLast SyncRecords
FAA Dynamic Regulatory System

Scheduled feed of newly published FAA Airworthiness Directives and Special Airworthiness Information Bulletins into the Regulations module.

Not ConfiguredScheduledNeverβ€”
EASA ADs & SIBs Feed

Scheduled feed of EASA Airworthiness Directives and Safety Information Bulletins into the Regulations module.

Not ConfiguredScheduledNeverβ€”
UK CAA Mandate Feed

Scheduled feed of UK CAA airworthiness mandates into the Regulations module.

Not ConfiguredScheduledNeverβ€”
DGCA CAR Notices Feed

Scheduled feed of Directorate General of Civil Aviation (India) Civil Aviation Requirements notices into the Regulations module.

Not ConfiguredScheduledNeverβ€”
CASA AD Feed

Scheduled feed of Civil Aviation Safety Authority (Australia) Airworthiness Directives into the Regulations module.

Not ConfiguredScheduledNeverβ€”

Documents

IntegrationStatusSync MethodLast SyncRecords
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 ConfiguredRESTNeverβ€”

Aircraft Data

IntegrationStatusSync MethodLast SyncRecords
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 ConfiguredEvent-drivenNeverβ€”
Fleet / Aircraft Master Data

Aircraft registration, configuration, and component master data synced from your fleet management system of record.

Not ConfiguredRESTNeverβ€”

Notifications

IntegrationStatusSync MethodLast SyncRecords
Outbound Email (SMTP / API)

Delivers AOG, TAT, and regulatory-update alerts by email via SMTP or a transactional email API.

Not ConfiguredRESTNeverβ€”
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 ConfiguredWebhookNeverβ€”

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:

RESTLive API calls against the source system, either direction.
WebhookSource system pushes events to KOTA'S AEROSPACE as they happen.
CSVBatch file upload or drop-folder ingestion for systems without a modern API.
SFTPScheduled batch file transfer over SFTP.
ScheduledPeriodic pull on a fixed interval (e.g. regulatory feeds).
Event-drivenStreaming ingestion triggered by source-system events (e.g. onboard telemetry).

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.