Atlassian details how to build AI applications on its Forge platform with a focus on integrating OpenAI’s chat completions API to enhance Confluence Cloud functionality, offering practical examples like automated page summaries and thematic space indexes.
- Uses OpenAI’s API to generate page summaries and thematic space indexes.
- Addresses data egress and privacy considerations when sending Confluence content to OpenAI.
- Provides open-source example code and setup instructions for Forge developers.
What happened
Atlassian published a detailed tutorial on creating AI-powered apps using its Forge developer framework integrated with OpenAI’s chat completion APIs. The post covers everything from the basics of Forge and TypeScript coding to more advanced issues like managing longer AI request times and caching results to improve performance.
The example app demonstrates two key features for Confluence Cloud: automatic page summarization and a space index that groups pages by themes, enhancing navigation and content overview. The app uses REST APIs to fetch and update Confluence content, sending it securely to OpenAI for summarization and thematic classification.
Why it matters
Integrating AI directly into enterprise collaboration tools like Confluence can significantly improve productivity by reducing the time users spend searching for and digesting information. Summaries help users quickly grasp page contents, while thematic indexes facilitate easier content discovery across spaces.
This approach also surfaces important considerations around data privacy and security. Since user-generated content is sent outside the customer’s environment to OpenAI, developers and organizations must understand the implications of data egress and how OpenAI handles data retention and usage.
What to watch next
Developers interested in Forge and AI should explore the open-source example app provided by Atlassian, available on GitHub, to better understand practical implementation details and Forge tooling. Keeping an eye on Forge CLI updates is also important, as new features like environment variable management simplify development workflows.
Future developments may include more robust handling of edge cases in AI integration, enhanced data privacy controls, and additional AI-powered features to further enrich Atlassian’s suite of collaboration tools. Organizations will likely watch closely how best to balance AI capabilities with security and compliance requirements.