Custom Space Agent URL
Customize the Space Agent link URL in the Agent Zero sidebar menu. Configure via plugin settings or SPACE_AGENT_URL environment variable in docker-compose.
README
Custom Space Agent URL
⚠️ This repository was created 100% by AI — specifically by Agent Zero (LLM:
minimax/minimax-m2.7) in collaboration with the user.
Agent Zero plugin that allows customizing the Space Agent link URL in the sidebar menu.
Features
- Customize the Space Agent URL from plugin settings
- Configure via
SPACE_AGENT_URLenvironment variable - Falls back to default
https://space-agent.ai/if not configured
Installation
This plugin is available through the Agent Zero Plugin Hub. Search for "Custom Space Agent URL" in the Plugins dialog.
Configuration
Via Plugin Settings
- Open the Plugins dialog in Agent Zero
- Find "Custom Space Agent URL"
- Enter your custom URL in the settings
Via Environment Variable
# docker-compose.yml
environment:
SPACE_AGENT_URL: "https://your-custom-space-agent.example.com/"
License
MIT License