The challenge of an API-led architecture is that each change to an API or microservice requires a separate deployment. This can quickly become a huge undertaking if not automated.
MRA has streamlined their development using Continuous Integration (CI) and Continuous Delivery (CD). CI ensures that code is automatically compiled and packaged from GitHub, a code repository in the Cloud. CD ensures that the packaged code is automatically deployed to the correct environment including the automation of running Unit and Integration test and often performance tests.
API Fortress has strong capabilities to support CD with the use of API Hooks and the Jenkins plugin.