API
A contract that lets two systems talk to each other.
An API (Application Programming Interface) exposes a system's functions so another can consume them. REST and GraphQL APIs are the current standard to connect frontends, mobile apps, third-party integrations and microservices.