This article provides guidance for Partners to build an Application Integration demo or POC environment, and manage their free tier and credits
Partners often use free 60 day Apigee Eval Orgs for Demos, POCs or internal sandboxes. Application Integration has a different model that aligns more with GCP products: It provides a free tier for evaluation, and PAYG pricing for usage beyond the free tier.
Application Integration has a Free tier that includes enough resources for small experiments or demos. As of publishing this article, that includes:
GCP Credits:
Set up a Google Cloud Project in your Organization or choose an existing Project. Give your team members the IAM permissions to manage your environment. For Application Integration this means roles/integrations.integrationAdmin, roles/integrations.integrationEditor. You should also consider the permissions to create other GCP resources if you will be using BigQuery, Cloud Run, etc. If in doubt, ask your GCP Alliance team for help.
Enable Application Integration, and set up your demo/sandbox. Follow the instructions here to activate Application Integration, and create a sample integrations or quickstart example to verify that it is working
Create your first demo! Pick a realistic use case that will resonate with your customer. If you need some inspiration see demo videos from our team: Tyler's Application Integration + Salesforce demo, Scott's medical invoice processing demo. We also have a growing repository of technical samples here and in this repository - these are useful jumpstarts for a demo.
Consider Automation: While Application Integration has a nice UI, if you expect to promote your demo/POC code to a customer environment this is a perfect moment to read and implement @ssvaidyanathan 's guidance on CI/CD automation for Application Integration
I hope that is helpful to get you started. Use the comments to ask questions, add helpful tips, or share links to your own demo videos
Thanks for the write up @feigal !!