This tutorial shows the quickest way to add auth to a hosted Redop server.Documentation Index
Fetch the complete documentation index at: https://redop.useagents.site/docs/llms.txt
Use this file to discover all available pages before exploring further.
What you will add
- header-based auth with a built-in plugin
- protected HTTP tools
- a client call that includes the expected header
Step 1: Add the plugin
Step 2: Call the tool with the header
Send the header your plugin expects:Step 3: Keep advanced config optional
If you need to change where the validated value is stored onctx, use contextKey. Most servers can ignore that option.