Object operations
User operations
Group operations
Last updated Aug 17, 2025

Connector SDK overview

The Connector SDK APIs are available through Forge's Early Access Program (EAP).

EAPs are offered to selected users for testing and feedback purposes. APIs and features under EAP are unsupported and subject to change without notice. APIs and features under EAP are not recommended for use in production environments.

To use the Connector SDK, you must be part of the Forge connector EAP. You can express interest in joining this EAP through this form.

The Connector SDK is a set of tools and APIs that enables developers to build connectors for integrating external data sources into Atlassian's Teamwork Graph. Using the SDK, Forge apps can ingest data—such as documents, feature flags, and other object types—making them accessible across Atlassian experiences like Search, Rovo Chat, Rovo Agents, and Atlassian Analytics.

This SDK includes:

  • Object operations for managing objects such as projects, work items, documents, and more. These operations allow you to create, update, retrieve, and delete objects in bulk, ensuring your external data is accurately reflected in the Teamwork Graph.
  • User operations for handling user data by creating, updating, retrieving, deleting, and mapping users between external systems and Atlassian. This ensures user information is consistent and up-to-date across platforms.
  • Group operations for organizing users into groups and controlling access. You can create, update, retrieve, and delete groups, as well as manage group memberships in bulk.
  • Helper operations which provide= utility functions for data fetching and transformation. These helpers assist with integrating external APIs, converting data formats, filtering, and enriching data before ingestion.

To learn more about Teamwork Graph's supported object types, see Object types. To learn about Teamwork Graph permissions, see Permissions and Access Control Lists.

Rate this page: