Integrate with Backstage
Backstage is an open platform for building developer portals. Here’s how to integrate Amplication with Backstage.
Amplication offers seamless integration with Backstage, an open platform for building developer portals. This integration allows you to combine Backstage’s catalog capabilities with Amplication’s resource scaffolding features.
Available Plugins
Amplication provides two complementary Backstage plugins:
Installation Process
Before starting, you’ll need an Amplication API token. Here’s how to set up the integration:
Update app-config.yaml
Configure your app-config.yaml with Amplication settings:
Add plugins
Install the required plugins using yarn:
Install the plugins
Update your backend configuration file, packages/backend/src/index.ts
:
Add the action template file
Add the template file to your Backstage catalog
Using the Integration
Once installed, you can:
- Find templates in the Home tab by filtering for
Type=ServiceTemplate
or usingTags=amplication
/Tags=servicetemplate
- Access the “Scaffold a New Service” option in the Create page to build new services using your templates
Was this page helpful?