Atlassian has published a detailed guide for developers on creating AI-powered applications using its Forge framework, demonstrating practical techniques from caching to UI enhancements with OpenAI integration.

  • Open-source example app illustrates Forge and OpenAI integration
  • Key features include page summarization and thematic space indexing
  • Focus on security and data privacy when sending content to OpenAI

What happened

Atlassian published a comprehensive tutorial on how to build AI applications using its Forge platform, aimed at Javascript developers with some prior Forge experience. The guide uses an example app written in Typescript to demonstrate practical AI features such as summarizing Confluence pages and organizing space content into thematic indexes.

This example app sends user-generated content from Confluence Cloud tenants to OpenAI’s API for processing, providing concise page summaries and a themed index to improve content navigation. The post also covers important implementation details like caching AI results and handling long-running AI calls to enhance user experience.

Why it matters

The integration of AI into enterprise collaboration tools like Confluence helps users digest large volumes of content more efficiently, saving time and improving productivity. By automating summary generation and content organization, the app addresses common challenges around content discoverability in large spaces.

Additionally, the guide openly discusses data privacy concerns related to sending user content to third-party AI services. OpenAI’s policy of retaining API data for up to 30 days without using it for model training provides reassurance to organizations considering Forge AI apps in sensitive environments.

What to watch next

Developers interested in building AI-powered Forge apps should explore the example code hosted on GitHub and ensure their development environment meets the prerequisites such as Node.js version 18 and Forge CLI setup. Acquiring and managing OpenAI API keys securely is also a critical step.

Future updates to the app and Forge framework may expand capabilities around edge case handling and further UI improvements. Monitoring Atlassian’s developer blog and Forge repository for enhancements and new best practices will be important for maintaining secure and efficient AI app deployments.

Source assisted: This briefing began from a discovered source item from Atlassian Blog. Open the original source.
How SignalDesk reports: feeds and outside sources are used for discovery. Public briefings are edited to add context, buyer relevance and attribution before they are published. Read the standards

Related briefings