Using the capabilities discussed on this page may make your app not eligible for Runs on Atlassian.
Go to this page to know more about the Runs on Atlassian program.
To know how to check if your app is eligible for Runs on Atlassian, go to the
Forge CLI documentation.
Forge remote
Forge remote allows you to integrate a Forge app with services hosted on other platforms.
This allows you to:
Call a remote backend from a Forge frontend (Custom UI or UI Kit)
Call a remote backend from a Forge function
Send product and lifecycle events (to a remote)
Configure scheduled triggers to invoke a remote backend
From your remote, you are then able to:
Access Forge storage
Call product APIs
Using Forge remote
Remote essentials - the key things you need to connect to your remote
Create an integration app that sends or receives data between an Atlassian product and a third-party product.
Invoke a complex existing application, for example, your own customized large language model that provides AI services to your app that runs on a non-Atlassian platform.
Provide a webhook endpoint for an external app such as Slack to send a request to an Atlassian product upon an arbitrary event.
Validate and retrieve key information from a Forge Invocation Token (FIT).
Set, get, and delete an entry from Forge Storage using GraphQL.
Invoke Atlassian product APIs with app and user permissions.
Invoke a Confluence API with app permission to place a comment on a page in response to the avi:confluence:created:page event.
Invoke a Confluence API with app permissions to fetch a page in response to the avi:confluence:created:comment event.
Provide a webhook endpoint for an external app to perform a request to Confluence as an app.
Running local reference backends
You must run your own copy of the reference backends in order to be able to send and receive responses from the reference frontend. This is because the reference backends are configured to only accept requests from a specific frontend app ID.
You will need to update the remote baseUrls in the frontend app manifest to point to your own backend services. Your own reference backends must be accessible from the internet, as requests to them will be sent from the Forge platform.