The frontend system infers the owning plugin for an API from the id. The
recommended pattern is plugin.<plugin-id>.* (for example,
plugin.catalog.entity-presentation). This ensures that other plugins can't
mistakenly override your API implementation.
Creates a reference to an API. The provided
idis a stable identifier for the API implementation.