It is possible to store API keys to external AI?

It is possible to store API keys to external AI in Forge App for Jira and how if this is possible?

I mean diffrent AI REST APIs.

1 Like

Hi @matti.kiviharju - you can use the ‘forge variables’ command in the Forge CLI to set configuration data for your app, including credentials for integrating with external systems.

When storing tokens or passwords use the ‘—encrypt’ option to ensure that the value is stored securely on our side.

More info: https://developer.atlassian.com/platform/forge/cli-reference/variables-set/

1 Like

I want that customers can set these variables in admin panel.

@matti.kiviharju - Forge has a Secret Storage feature. Would this work for your use case?

2 Likes