Issue Description
I am trying to use my own OpenAI-compatible endpoint in Rumus Agent.
Endpoint:
http://192.168.1.1:4000/v1/chat/completionsHowever, every request fails with the following error:
Error: url not allowed on the configured scope:
http://192.168.1.1:4000/v1/chat/completionsThe endpoint itself is working correctly.
I have tested it with:
Open WebUI
LiteLLM
OpenAI-compatible clients
Direct API requests
All of them can successfully connect and generate responses.
The issue only occurs inside Rumus Agent.
Questions
Does Rumus Agent restrict custom API URLs?
Is there an allowlist/whitelist configuration that needs to be modified?
Are self-hosted LiteLLM endpoints supported?
Is HTTPS required for custom endpoints?
Where can I configure the allowed URL scope?
Environment
Rumus Agent Version: 0.1.19
Endpoint Type: LiteLLM (OpenAI Compatible)
API URL:
http://192.168.1.1:4000/v1/chat/completions
Any help would be appreciated.
Thank you.