Publish docs sites
Quick Share
feature. WhileQuick Share
generates a shareable link for internal and external partners, serving as a temporary communication method, itβs not intended for long-term use.Publish Docs Sites
feature allows for more robust customization. It lets you personalize the domain name, page design, navigation, and more. This feature is ideal when you need to make your API documentation publicly accessible on your official website.Publish your docs site
Publish
button.Docs site visibility setting
Apidog version must be β₯ 2.7.15
.
Publish
button, you can easily control the visibility of your published doc sites based on your needs. Simply click thePublish right now
button to make your site live.Public
Password protected
Password protected
and set a password β either by creating your own or generating a random one.IP Allowlist
Email Allowlist
Custom Login Page
Configuration Guide
Go to the visibility settings of the documentation site, select Custom Login Page, and fill in the following two fields:JWT Secret: Used to verify the signature of the token. It must be the same as the secret your backend uses when issuing JWTs. You need to generate this secret yourself. Login URL: When users access the online documentation site, they will be redirected to this URL. You must host a login page at this address and implement authentication and token generation on your backend. 
This login page is not provided by Apidog β you need to build and host your own.
Authentication Workflow
JWT (JSON Web Token) is an open standard for user authentication. Your login system should follow the flow below:A user visits the online documentation site published by Apidog (e.g., The system automatically redirects them to your configured login page (e.g., The user enters their credentials and submits the form; Your backend verifies the user credentials; Upon successful authentication, your backend generates a JWT signed using your configured secret (e.g., Then, redirect the user back to the documentation site (e.g., Apidog will automatically validate the token. If successful, the user can access the documentation content. The login flow is illustrated in the diagram below: 

1.
https://xxxxx.apidog.io
);2.
http://localhost:3000
);3.
4.
5.
pJRdFC3amihQdWbHvUXNZG9WzYdEGHao
);6.
https://xxxxx.apidog.io
) and include the token as a query parameter named auth_token
, like so:
7.
Important Notes
auth_token
URL parameter;FAQ
Publishing scope
Shared
resources. You can configure this in theAPIs
. For more details, please refer to visibility settings.Release
Domain
https://vhh2uhkjv7.apidog.io
. You can also modify it manually. All Apidog documents use the apidog.io
domain.Customize
Appearance
Basic info
Basic Info
to set various basic options for the API documentation, including:Content display
Content display
, you can customize which fields to display in API documentation, including:Advanced settings
Layout & Navigation
Advanced settings
Documentation search
CORS proxy
Google analytics
Publish to API hub
Description
Allow 'Export', 'Clone' data
Docs redirect rules
URL & Slug rules
Publish multiple docs sites
Modified atΒ 2025-06-13 02:30:03