Integrating Amplication with Other IDPs
Learn how to integrate Amplication with other Internal Developer Platforms (IDPs)
Amplication can be integrated with any Internal Developer Platform (IDP).
Prerequisites
- A workspace in Amplication
- An API token for the workspace
Amplication + GraphQL
Amplication is built with GraphQL in mind. This means that you can easily integrate Amplication with any IDP using by calling the GraphQL API.
Authentication
Your calls to the Amplication GraphQL API will need to be authenticated. You should use the API token to authenticate your calls. This is done by sending the token in the Authorization
header of your request:
Requests
Since we’re working with GraphQL, you’ll need to make requests to the GraphQL endpoint. The endpoint is https://server.amplication.com/graphql
and it will accept POST requests for queries and mutations.
This is a sample query:
Get Requests
This is how you fetch templates.
Post Requests
Scaffolding a resource from an existing template is something we can do often.
Was this page helpful?