docs_auth
Manage authentication credentials for documentation sources. Add, list, remove, or get tokens, cookies, API keys, or basic auth so requests to protected APIs use stored credentials.
Instructions
Manage authentication credentials for documentation sources. Actions: add (save credentials), list (show all), remove (delete), get (show one). Credentials are automatically used when fetching APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Host/domain for the credential (e.g., "vps.madani.agency"). Required for add, remove, get. | |
| type | No | Auth type: bearer (token), cookie, apikey, or basic. Required for add. | |
| value | No | The credential value (token, cookie string, api key). Required for add. | |
| action | Yes | Action to perform: add, list, remove, or get | |
| description | No | Optional description for the credential |