Skip to main content

Core Backend Service APIs

The default backend provides several core services out of the box which includes access to configuration, logging, URL Readers, databases and more.

All core services are available through the coreServices namespace in the @backstage/backend-plugin-api package:

import { coreServices } from '@backstage/backend-plugin-api';

Service Documentation Index