Custom Space Agent URL plugin thumbnail

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.

Author schmidt-silas 0 stars Version 1.2.0 Updated

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_URL environment 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

  1. Open the Plugins dialog in Agent Zero
  2. Find "Custom Space Agent URL"
  3. 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