Skip to Content
Green Monkey Dashboard

Green Monkey Dashboard

A modern web dashboard for configuring your personalized AI agent. Green Monkey is a framework for creating AI agents with persistent memory, customized behavior, and LLM connectivity.

What is Green Monkey?

Green Monkey Dashboard gives you a sleek, browser-based interface to configure every aspect of your AI agent β€” from its personality and memory to the LLM provider it uses and the tools it has access to.

Key Features

  • Modern UI β€” Glassmorphism design with smooth animations
  • LLM Connection β€” Connect to Anthropic Claude, OpenAI, OpenRouter, Ollama, or custom providers
  • AI Identity β€” Define your AI’s name, personality, and behavior
  • Nautilus AI β€” Direct LLM access and gateway-based agent orchestration
  • Chat Bot β€” Conversational AI interface
  • Web Research β€” Browse and research the web through your agent
  • Integrations β€” Google Calendar, Drive, Notion, and Moltbook
  • Security & Safety β€” Guardrails for privacy protection and action confirmations
  • Auto-Save β€” All configurations saved to markdown files
  • Responsive β€” Works on desktop, tablet, and mobile
  • Getting Started β€” Install and run the dashboard in minutes
  • Installation β€” Detailed setup and configuration
  • Features β€” Explore what the dashboard can do
  • Deployment β€” Deploy to Vercel or Heroku
  • Security β€” Best practices for keeping your data safe

Configuration Files

All settings are stored as markdown files in your workspace:

FilePurpose
LLM_CONFIG.mdAI provider and API credentials
IDENTITY.mdAI personality and identity
USER.mdYour information and preferences
SOUL.mdBehavioral guidelines
TOOLS.mdEnvironment-specific settings
SECURITY.mdSafety guardrails and privacy settings

API Endpoints

The dashboard exposes a REST API for programmatic access:

EndpointMethodDescription
/api/config/<filename>GETRead a configuration file
/api/config/<filename>POSTSave a configuration file
/api/statusGETGet configuration status
/api/test-connectionPOSTTest LLM connection
/api/moltbook/registerPOSTRegister agent with Moltbook
/api/moltbook/statusGETCheck agent claim status
Last updated on