APIDOG August Updates: GitHub Enterprise Cloud, Stronger SSO Governance, and More Auditable Admin APIs

August adds GitHub Enterprise Cloud support for data-residency workflows, predictable SSO-to-project access, and more auditable administration for enterprise API teams.

Sharki

Sharki

27 August 2026

APIDOG August Updates: GitHub Enterprise Cloud, Stronger SSO Governance, and More Auditable Admin APIs

Apidog for Enterprise

On-Premises Deploy

SSO & RBAC

SOC 2 Compliant

Explore Apidog Enterprise
Across four public releases—from Apidog 2.8.41 through 2.8.44—August strengthened three connected parts of enterprise API operations: governed Git connectivity, identity-driven project access, and more useful and traceable API-based administration.

Enterprise API teams increasingly manage repositories, identities, and membership through systems outside the API platform itself. This month, Apidog improves those connections while also delivering focused reliability updates across project setup, imports, branches, documentation, CLI workflows, and test execution.

The headline updates are:

Additional environment, policy, internationalization, specification, and workflow improvements are summarized after the three headline updates.


1. ☁️ GitHub Enterprise Cloud for Data-Residency Workflows

GitHub Enterprise Cloud customers with data residency can host repositories on dedicated *.ghe.com domains instead of the public github.com domain. Until now, that created a gap for teams that wanted to use Apidog’s Git workflows without moving governed repositories outside their organization’s existing GitHub environment.

Apidog GitHub Enterprise Cloud connection for data-residency workflows

Connect to your organization’s *.ghe.com host

Organization administrators can now configure a GitHub Enterprise Cloud host together with an OAuth App Client ID and Client Secret. The authorization flow uses the configured enterprise host, allowing Apidog to access the organizations, repositories, branches, and files required by supported Git operations.

The connection applies across three practical workflows:

The result is continuity: teams can keep their repository governance and data-residency model while using Apidog’s Git-based import, backup, and collaboration workflows.

Scope: This update is limited to GitHub Enterprise Cloud data-residency deployments on dedicated *.ghe.com SaaS domains. It does not add general support for self-hosted GitHub Enterprise Server domains.

2. 🛡️ Stronger SSO Governance and Project Access

Enterprise SSO should do more than authenticate a user. It should keep the session focused on the organization’s intended workspace and translate identity-provider membership into predictable access to the projects where work happens.

Keep enterprise SSO sessions focused on organization work

With SSO session isolation enabled, Apidog reduces entry points into personal teams and projects. It also limits selected actions that could move, copy, or clone organization work into personal spaces. Users stay focused on the organization and team associated with their SSO session, while administrators gain a clearer separation between enterprise and personal workflows.

These controls strengthen the intended access boundary without changing the normal experience for organizations that do not enable SSO session isolation.

Carry team membership into project-level access

SAML Group Mapping now extends beyond organization and team membership by initializing access to projects under the synchronized team. The initial project roles follow a simple rule:

Synchronized team role Initial access to projects under the team
Team Admin Editor
Other Team Member Read-Only

When a mapped user is removed from the team, Apidog synchronizes the related project membership as well. This closes the operational gap between identity-provider groups, team roles, and the project permissions users need after sign-in.

Why it matters: Administrators spend less time repairing project membership after onboarding or offboarding, and users enter team projects with a clear, consistent starting level of access.

3. 📋 More Complete and Auditable Enterprise Administration APIs

Enterprise administrators often rely on APIs to inventory members, connect identity systems, and automate routine administration. Those workflows are only dependable when the API returns useful member data, onboarding behavior is explicit and protective, and automated operations remain visible to governance teams.

Retrieve more useful organization member data

The Organization Members API now provides email addresses and more reliable member names alongside existing membership information:

GET /v1/organizations/{organizationId}/members

When a member has not set a nickname, Apidog can use other available profile information for the returned name. Members without an available email address, including applicable pending or provisioned records, return an explicit null value rather than an ambiguous missing field.

This makes the API more practical for:

Assign team roles and initialize project access through the API

Enterprise administrators can now add a user to a team by email and assign a supported built-in team role through the external API:

POST /v1/team-access-grants

Each request explicitly selects both the team role—Admin, Member, or Guest—and how access to projects already under the team should be initialized. With mapped, Apidog initializes missing project access according to the selected team role while preserving existing valid project roles. With none, the user joins the team without receiving project-member permissions, so access can be assigned separately.

The endpoint also supports invitations for users who have not yet joined the organization and restoring members who previously left the team. Existing active or pending team members and Team Owners are protected from unintended changes, making repeated calls safer for automated onboarding workflows.

Scope: Project-access initialization applies to projects that already exist under the team when a user first joins or is restored. It does not continuously synchronize permissions or automatically apply to future projects, and the endpoint does not assign Team Owner, Billing Manager, or custom Team Roles.

Keep supported API-driven administration in the audit trail

Supported external administrative API operations that correspond to existing audit events are now incorporated into the audit trail. This gives governance teams better continuity between actions performed in the Apidog interface and supported actions performed through automation.

Together, richer member data, safer team-access automation, and broader audit coverage make enterprise administration easier to automate without losing the visibility required for operational review.

Scope: Audit coverage applies to supported external API operations associated with existing audit events; it should not be interpreted as universal logging of every API request or management endpoint.

✨ More Improvements

August also includes a set of focused improvements across environment configuration, enterprise policy, internationalization, specification workflows, and project administration.

Enterprise and environment management

Project setup, imports, and specifications

Together, these improvements reduce recurring setup and administration friction without competing with the release’s three primary enterprise workflows.


🛠️ Notable Bug Fixes

August’s releases also addressed reliability issues across Git branches, OpenAPI import and export, shared documentation, CLI-created data, and test execution. The most consequential fixes fall into three workflow groups.

Safer branch, import, export, and code-generation workflows

More accurate validation and shared documentation

More dependable CLI data and test execution

These fixes reduce the chance that a correct workflow produces the wrong branch destination, an incomplete export, missing documentation, or misleading test feedback.


🌟 What This Means

August’s headline updates strengthen three connected parts of the enterprise API operating model:

Focus What improves Why it matters
Governed Git connectivity Apidog can connect to GitHub Enterprise Cloud data-residency hosts on *.ghe.com for Git Connection, repository import, and OpenAPI backup. Teams keep repositories in the GitHub environment and branch structure their organization controls.
Identity-to-project access SSO sessions reduce entry points into personal spaces, while SAML Group Mapping initializes and maintains project membership. Onboarding and offboarding become more predictable, with less manual permission repair.
Auditable administration Organization member APIs return more useful identity data, the Team Access Grant API automates protected team onboarding with explicit project-access initialization, and supported external administrative operations feed into existing audit events. Teams can automate more administration without giving up the control and visibility needed for onboarding, inventory, access review, and governance.

The additional environment, policy, specification, and reliability improvements make everyday workflows more dependable, but the larger direction is consistent: keeping repository governance, identity access, and administrative automation aligned as enterprise API programs grow.


💬 Join the Conversation

Connect with fellow API engineers and the Apidog team:

P.S. For the item-by-item release notes, see the Apidog Changelog, including versions 2.8.41, 2.8.42, 2.8.43, and 2.8.44.

Best Regards,
The Apidog Team

Explore more

APIDOG July Updates: Secret Scanner, Audit Logs, and Safer API Migration

APIDOG July Updates: Secret Scanner, Audit Logs, and Safer API Migration

July updates bring Enterprise Secret Scanner and Audit Logs, broader SCIM 2.0 and SSO improvements, safer Postman and OpenAPI migration, and more reliable testing workflows.

30 July 2026

From Test Runner to Agent Workflow Layer: What's New in Apidog CLI

From Test Runner to Agent Workflow Layer: What's New in Apidog CLI

Apidog CLI has evolved from a test runner into an Agent-ready workflow layer for API testing automation, CI quality gates, and safer AI-assisted project changes.

30 June 2026

APIDOG June Updates: AI-Powered CLI Workflows, Smoother Imports, and OAuth 2.0 Auto Refresh

APIDOG June Updates: AI-Powered CLI Workflows, Smoother Imports, and OAuth 2.0 Auto Refresh

June updates bring AI-ready CLI workflows, smoother Postman and OpenAPI imports, OAuth 2.0 automatic token refresh, stronger MCP compatibility, and testing workflow improvements.

26 June 2026

Practice API Design-first in Apidog

Discover an easier way to build and use APIs

APIDOG August Updates: GitHub Enterprise Cloud, Stronger SSO Governance, and More Auditable Admin APIs