Back to Home
always-further icon

AgentUp

Verified Safe

by always-further

Overview

A developer-first framework for building, deploying, and managing AI agents, bringing Docker-like consistency and operational ease to AI agent development.

Installation

Run Command
agentup run

Environment Variables

  • AGENTUP_SERVER_HOST
  • AGENTUP_SERVER_PORT
  • AGENTUP_API_KEY
  • AGENTUP_JWT_SECRET
  • AGENTUP_OAUTH2_CLIENT_ID
  • AGENTUP_OAUTH2_CLIENT_SECRET
  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • AGENT_CONFIG_PATH
  • AGENTUP_CREWAI_ENABLED
  • AGENTUP_URL
  • AGENTUP_TIMEOUT
  • AGENTUP_MAX_RETRIES
  • AGENTUP_AUTO_DISCOVERY
  • AGENTUP_URLS
  • AGENTUP_HEALTH_CHECK_INTERVAL
  • RESEARCH_TOPIC
  • PROJECT_DESCRIPTION

Security Notes

The project demonstrates a strong focus on security, implementing comprehensive authentication (API Key, JWT, OAuth2) and scope-based authorization (`@protected` decorator). It includes audit logging for security events and robust URL validation to prevent SSRF in push notifications. The plugin system offers `allowlist`, `configured`, and `permissive` security modes, crucial for managing the inherent risk of loading arbitrary code. However, loading untrusted plugins, especially via filesystem in development mode, can introduce arbitrary code execution risks. While the system provides controls, developers must exercise caution with plugin sources. No hardcoded secrets were identified; secrets are handled via environment variables and secure generation functions.

Similar Servers

Stats

Interest Score51
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars89
Forks20
Last Update2026-01-07

Tags

AI AgentsFrameworkDocker-likeConfiguration-drivenSecurityPluginsMiddlewareA2A ProtocolMCP ProtocolObservability