9.29APIKit
You may hear:
APIKit
In MuleSoft, APIKit can help generate routing/scaffolding from an API specification.
Conceptually:
OpenAPI/RAML
↓
APIKit router
↓
GET /customers
POST /customers
etc.
Each operation routes to the corresponding implementation flow.
You don't need to memorize APIKit XML yet.
Know what it does.