Skip to main content

Onboarding Guide

To get started using Apidog within your organization, you can walk through the following tasks to set your Apidog team up for success. It's recommended that you first collaborate with your identified Team Admins and your organization's IT team to set up, secure, and manage Apidog in your organization. Then you can set up your Apidog team by configuring relevant settings, inviting people to your team and assigning them roles, and creating resources related to your projects.

You can download and install the Apidog desktop app for Windows, Mac, and Linux. You can also access Apidog on the web with the Apidog Agent.

Contact your IT team

Contact your IT team to establish the procedure for adding a new piece of software, which varies from organization to organization. The following topics are common:

  • Your IT team may need to add an exception to device policy allowing for Apidog to be installed on employee workstations. Provide a Apidog download link to the IT team to help establish this exception.

  • If your organization's network connection is behind a proxy, you may need to configure Postman appropriately. Retrieve proxy connection details from your IT team and set them up within Apidog.

    If you are already logged into Apidog, you can set up a proxy by navigating to the ⚙Settings - Proxy option located in the top right corner of the Apidog interface. Alternatively, if you are not logged into Apidog yet, you can configure the proxy settings in the bottom left corner of the login screen in the Apidog client application.

  • If your organization operates behind a firewall, your IT team may need to configure allowlists for Apidog's domains. This ensures Apidog data is synced with the cloud and all functionality works as expected.

    Apidog's domains include:

    • *.apidog.com
    • *.apidog.io

Set up Apidog Team

First, you need to decide which member in your organization will be the Team Admin. The Team Admin can register an Apidog account, create a new team, and automatically become the Team Owner of this new team.

The team owner have the following permissions:

  • Modify team information
  • Create new project
  • Invite and remove members
  • Set team permissions and project permissions for other members
  • Manage subscriptions and payments
  • Transfer and dissolve the team

A team can consist of multiple members and manage various projects. Administrators have the authority to determine which members have what permissions within specific projects.

In the Apidog free version, a team can have a maximum of 4 members. If your team exceeds 4 members, you will need to upgrade to the paid plan of Apidog.

Manage Team Members

The team owner can invite a few other members to be team admins, who will then be responsible for inviting and managing additional collaborative members within the team.

Team admins can invite other members to join the team via email or invitation links. When inviting members to join, they can set the default permissions for the members regarding projects within the team. These permissions typically include Admin, Editor, Read-only, and Forbidden.

It is important to note that in Apidog, Team permissions and Project permissions are distinct authorization levels. Team permissions are utilized for managing the team as a whole, encompassing Team settings, member management, and overall team governance. Team permissions include roles such as Team owner, Team Admin, Team member, and Guest.

On the other hand, Project permissions are specifically tailored for managing individual projects within the team. These permissions govern aspects related to project settings, access control, and collaboration within the project scope. Project permissions consist of roles such as Admin, Editor, Read-only, or Forbidden, which dictate the level of control and access team members have within a particular project.

Create Projects

In Apidog, each project corresponds to an OpenAPI Specification. Besides the API spec, an Apidog project also includes Test Scenarios, API Documentation, a series of independent requests related to this spec, and various configurations specific to the project.

In alignment with Postman, where a Postman Workspace corresponds to a Team in Apidog, and a Postman Collection corresponds to a Project in Apidog.

Apidog includes two types of project: HTTP projects and gRPC projects. These two project types have different organizational structures and cannot be mixed.

  • HTTP Projects: In HTTP projects, users can debug common HTTP protocol APIs such as REST API, SOAP/WebService, GraphQL, WebSocket, and Server-Sent Events (SSE). HTTP projects provide a versatile environment for testing and interacting with a variety of APIs adhering to HTTP standards. Users can explore and debug diverse API types within the HTTP project setting.
  • gRPC Projects: On the other hand, gRPC projects are specifically designed for debugging gRPC APIs.

Only the team owner and team admins have the privilege to create new projects in Apidog. When creating a project in Apidog, admins can choose the project type and define the default permissions for other team members within this team.

Data Migration

Apidog supports importing data in over a dozen different formats, facilitating the seamless import of various common API formats into Apidog.

When importing from Postman, due to variances in basic data structures, Postman requests are recognized as Endpoint cases in Apidog, while the base URL is stored in the Environment Service module in Apidog. This will not impact the normal functioning of Postman requests within Apidog. Postman scripts can be directly executed within Apidog without any compatibility issues. For more information on migrating from Postman, refer to this article.

If you need to migrate data from a project within Apidog to another Apidog project, utilize the "Export" option in the Settings menu to export the data in the Apidog format. Subsequently, import this file into the target project. The Apidog format encapsulates comprehensive project information. Avoid using the OpenAPI format for data migration between Apidog projects, as it may result in the loss of data other than the API Spec. This method ensures a complete and accurate transfer of project data between Apidog projects.

Data between Apidog Global, Apidog Europe, and Apidog On-premises platforms is not interoperable and should also be migrated using the Export to Apidog Format method.

Initial Project Configuration

It is recommended to configure the following settings at the inception of a project to streamline team collaboration in the future.

  1. Project Language: Apidog distinguishes between "Project Language" and "Interface Language". Project Language refers to the language used for the content created within the project, while the Interface Language is the language displayed on the user interface. When creating a project, it is essential to select the Project Language. Certain initial content in the project will be initialized in this language.

  2. Default Response Template: If your company follows a standardized response structure, you can set it as the "Default Response Template". This ensures that new Endpoints created will have this template as the default response, maintaining consistency across the project.

    Default Response Template can be set in APIs - Components - Default Response Template

  3. Response Components: Typically, error responses for various Endpoints within a project are similar (e.g., 400, 404). You can configure these common error responses as "Response Components" and enable them by default. This setting ensures that new Endpoints created will have these pre-configured responses, facilitating efficiency and uniformity in response handling.

  4. Endpoint Status: Apidog provides a range of built-in Endpoint statuses that you can customize based on your company's specific requirements. These statuses allow you to categorize and track the progress or status of each Endpoint within the project. You can enable and configure which Endpoint statuses align with your workflow and project management practices.

    Endpoint status can be set in Settings - General Settings - Feature Settings - Endpoint Feature Settings - Endpoint Status

Integrations

Apidog supports integration with various common tools, greatly facilitating API building processes.

  1. CI/CD Integration: Apidog can be executed from the command line, allowing integration with a variety of CI/CD tools such as Jenkins, Github, Gitlab, and more. This integration enables seamless automation of API testing and deployment processes within the CI/CD pipeline.
  2. Database Integration: Apidog offers support for executing SQL queries in pre and post operations, as well as the capability to generate Endpoint Schema from database table structures. Various databases including MySQL, SQL Server, Oracle, MongoDB, and others are compatible for integration, enhancing flexibility in API development and data management.
  3. Notification Integration: Apidog facilitates the forwarding of activities such as Endpoint creation, modification, or deletion to third-party applications such as Slack or any tool supporting Webhooks. This notification integration ensures real-time updates and collaboration on API development activities across teams and platforms.

In Apidog, you can further explore additional external tool integrations to enhance your workflow and extend the capabilities of the platform. By leveraging the integration features in Apidog, you can seamlessly connect with a wide range of external tools and services to streamline API development and collaboration.

Getting Familiar with Apidog Features

Apidog offers comprehensive documentation to help your team understand the functionalities of the platform. If one is new to using Apidog, it is recommended to read through the "Walk through Apidog" guide to familiarize yourself with the basic features of Apidog.

For different roles within the team, you can refer to corresponding sections to understand the functionalities tailored to each role.

Additionally, you can watch Apidog tutorial videos to quickly grasp the various features and functionalities of Apidog. By utilizing these resources, you can accelerate your learning curve and optimize your experience with Apidog for efficient API development and collaboration.