Apidog September Updates: Modular CLI Workflows, Bitbucket Cloud, and GitLab On-Prem

Apidog's September updates add modular CLI workflows, Bitbucket Cloud and GitLab On-Prem connections, and clearer documentation and performance results.

Sharki

Sharki

24 September 2026

Apidog September Updates: Modular CLI Workflows, Bitbucket Cloud, and GitLab On-Prem

Apidog for Enterprise

On-Premises Deploy

SSO & RBAC

SOC 2 Compliant

Explore Apidog Enterprise
Across Apidog 2.8.47–2.8.50, this month’s updates make API automation, repository integration, and API documentation easier to maintain—from modular CLI imports and debug case creation to Bitbucket Cloud, self-hosted GitLab connections, and schemas published from Docs sub-sites.

This release is about making automation and Git collaboration less of a setup detour.

September’s Apidog updates focus on the points where teams often lose time: managing large project structures from scripts or AI workflows, importing API assets into the right module, creating test assets without leaving the terminal, and connecting existing Git providers without changing the way teams already work.

At a glance:


🤖 Apidog CLI for API Automation and AI Workflows

Apidog CLI has already become a useful entry point for CI test runs and automation. This release extends it earlier in the workflow: teams can manage the project structure, bring data into the right module, and create debug cases before running tests.

Manage project modules from the CLI

Apidog CLI can now query, create, update, and delete project modules.

This is useful when the module structure needs to change as part of an automated workflow. After a write operation, the CLI returns structured JSON that includes the moduleId, so scripts and agents can pass the identifier into later import, test, or maintenance steps instead of asking someone to copy it from the UI.

That makes module management part of the same repeatable loop as API testing and CI automation.

Import API data into a selected module

The CLI import command has been refactored to reuse the Apidog client’s parsing capabilities. You can import API data from supported sources into a specified project module instead of first creating the data in the UI and moving it later.

For larger migrations, import results include counts of added, updated, ignored, and removed items. That makes it easier for scripts, CI jobs, and AI agents to verify what happened before moving to the next step.

This is especially useful when multiple formats need to land in the same project structure with fewer manual cleanup steps.

Create debug test cases from configuration

CLI users can now create interface debug test cases from configuration files. A configuration can define the case name, target API, request parameters, request body, authentication, pre-processors, post-processors, and response validation.

After creation, the debug case can be opened, edited, and executed in Apidog like any other debug case. This is useful when automation or an agent prepares the initial test asset, but a developer still wants to inspect and refine it visually.

Together, module management, structured imports, and debug case creation reduce manual work across local scripts, CI/CD pipelines, and AI-assisted workflows.

If you already have Apidog CLI installed, update it before using the new capabilities:

npm install -g apidog-cli@latest

See the Apidog CLI documentation for the latest command reference.


🔗 Git Repository Integrations

September also extends Git-based import/export to two common repository environments.

Bitbucket Cloud

Project import and export now support Bitbucket Cloud repositories. Teams already using Bitbucket Cloud can keep their existing repositories in the workflow instead of moving API assets to another Git platform.

Create Git Repository Connection dialog with Connect to Bitbucket Cloud selected

GitLab On-Prem

Organizations can configure a GitLab On-Prem instance in Apidog SaaS and use it in supported Git repository workflows. Each organization manages its own connection independently, so teams can continue using their existing self-hosted GitLab setup.

Before connecting, confirm that the GitLab instance address and network environment meet the connection requirements.


⚙️ Everyday Improvements

The release also addresses frequent feedback from daily API work.

Complete URLs no longer fight the environment path

When creating or editing an HTTP API, entering a complete URL that starts with http:// or https:// now hides the environment path immediately. Changing the value back to a relative path restores the environment path.

This removes the confusion of seeing a complete URL and an environment path at the same time, and removes the need to save first to see the behavior.

More useful test report filtering

Test report lists now support filtering by runner and execution source. Related display fields have also been added, so it is easier to narrow a long report list and compare recent records from different origins.

Test data variables appear in completion

Existing test data variables now appear in both code completion and dynamic value completion. When writing requests or tests, you can search and select the variable directly instead of switching back to the variable list to copy its name.

Faster project lists

Apidog optimized the response time of the project list API. Project lists load faster when entering a workspace or locating a project, reducing wait time during frequent navigation and switching.


✨ Also in This Release

Three changes round out the month, spanning documentation, performance testing, and spec-first project setup.

Publish schemas from Docs sub-sites

Sub-sites in Apidog Docs can now publish schemas alongside endpoints, so readers of a published site can see them in place instead of switching back to the main site. Enterprise sub-sites can enable the capability themselves.

Docs appearance settings with Schemas and Example enabled

P95 and P99 response times in performance tests

Performance test results now report P95 and P99 response times alongside existing metrics. Percentiles describe the slow tail that averages hide, which is usually the part of an API that users actually notice.

Spec Mode project setup and OpenAPI import

Spec Mode projects now open into a clearer empty state, with the OpenAPI import and create entry points surfaced directly, so a spec-first project can start without hunting for the way in.


🛠️ Additional Fixes and Improvements

This cycle also includes the following fixes and smaller changes:

For the complete item-by-item list, explore the Apidog Changelog.


🌟 What This Means

September is a practical release for teams whose work increasingly spans people, scripts, agents, and Git repositories.

FocusWhat improvesWhy it matters
CLI and automationModules, imports, and debug cases can be created and managed through the CLI.Automation and agents can participate earlier without manual UI setup.
Git collaborationBitbucket Cloud and GitLab On-Prem connect to project workflows.Teams can keep the repositories they already operate.
Everyday qualityURL handling, report filtering, variable completion, and project loading improve.Common setup and review steps take less attention.
Docs, testing, and specsSchemas publish with Docs sub-sites, performance results report P95 and P99, and Spec Mode gets a clearer start.Schemas, latency, and spec-first context are visible without leaving the workflow.

💬 Keep in Touch

Have feedback or questions? Connect with fellow API engineers and the Apidog team:

P.S. For every detail in this release, check the Apidog Changelog.

Best regards,

The Apidog Team

Explore more

Apidog August Updates: Governed Git, SSO-Controlled Access & Enterprise Policies

Apidog August Updates: Governed Git, SSO-Controlled Access & Enterprise Policies

Apidog's August updates add GitHub Enterprise Cloud data residency, SSO-driven project access, faster debugging, and safer enterprise administration.

27 August 2026

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

Practice API Design-first in Apidog

Discover an easier way to build and use APIs

Apidog September Updates: Modular CLI Workflows, Bitbucket Cloud, and GitLab On-Prem