Atlassian’s Forge platform now supports AI-powered applications with capabilities demonstrated by a new open-source app leveraging OpenAI’s API to summarize Confluence pages and organize space content by themes.
- Open-source Forge app uses OpenAI for Confluence page summaries
- App groups Confluence space pages by theme for easier navigation
- Developers must handle user content egress and long AI response times
What happened
A new guide and example app have been released that demonstrate how to create AI applications using Atlassian’s Forge development framework. This example app utilizes OpenAI’s API to generate page summaries and build thematic indexes for Confluence spaces, helping users quickly access relevant content without reading full pages.
The app fetches page content from Confluence via REST APIs, sends it to OpenAI’s chat completions endpoint for summarization, and then presents these summaries directly in the user interface. Additionally, the app analyzes page titles to group links by theme, improving space navigation efficiency.
Why it matters
This example underscores the growing integration of AI within SaaS ecosystems like Atlassian Confluence, enabling better content organization and consumption. By demonstrating practical use cases such as page summarization and thematic indexing, the app helps developers understand how to embed AI functionality effectively in collaborative platforms.
However, the app also highlights important data privacy considerations since user-generated content is sent to OpenAI’s cloud services. Developers and enterprises must weigh the risks of data egress and the handling of this content under OpenAI’s data policies, especially for sensitive information.
What to watch next
Attention will focus on further enhancements to Forge’s AI capabilities and additional example apps that address edge cases and improve usability. Monitoring how Atlassian evolves Forge environment management—such as environment variable configurations for API keys—will also be key for developers.
It will be important to track community feedback on data privacy issues and performance optimizations for AI calls within Forge apps. The open-source repository used in this example provides a foundation for experimentation, and future iterations may add broader AI workflows and tighter integration with other Atlassian products.