Skip to content

ForgeRemoteAdapterOptions

Defined in: packages/core/src/adapters/ForgeRemoteAdapter.ts:53

appSystemToken: string

Defined in: packages/core/src/adapters/ForgeRemoteAdapter.ts:75

The app system token for this invocation. Provided in every Forge Remote invocation payload as appSystemToken. Used in the forge-proxy-authorization header for asApp requests.


installationId: string

Defined in: packages/core/src/adapters/ForgeRemoteAdapter.ts:68

The installation ID for this app installation. Provided in every Forge Remote invocation payload as installationId.


product: "jira" | "confluence"

Defined in: packages/core/src/adapters/ForgeRemoteAdapter.ts:55

Which Atlassian product to make requests to


proxyUrl: string

Defined in: packages/core/src/adapters/ForgeRemoteAdapter.ts:62

The Forge egress proxy URL. In a Forge Remote, this is available via the environment variable FORGE_EGRESS_PROXY_URL injected by the Forge runtime into the invocation.