Questions to migrate to Apidog

I currently use ReadMe, which provides two important features for our public API (Basic Authentication with username and password in base64).

  1. In “Try it out”, once credentials are entered, they remain cached during navigation, so the client doesn’t have to re-enter them for each endpoint. Does Apidog allow configuring the published documentation to keep credentials persistent in the same way?

  2. In ReadMe, values defined in path params, query params, or body params are dynamic — when a field in the schema is changed, the value is automatically updated in the request. Does Apidog provide this same dynamic parameter behavior?

Thanks for your feedback.
We are developing a new version of Apidog’s online documentation “Try it” feature, which will be launched soon.
In the new version, if multiple endpoints use the same security scheme (e.g. basic auth), once the value for the security scheme is filled in, the value will be shared among the endpoints using this security scheme, so you don’t have to enter it every time.

The new “Try it” feature will be very useful! Thanks, Evans! Regarding the second point, I’ll soon send you a demo video about my question.