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
Quick Links
- 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:
| File | Purpose |
|---|---|
LLM_CONFIG.md | AI provider and API credentials |
IDENTITY.md | AI personality and identity |
USER.md | Your information and preferences |
SOUL.md | Behavioral guidelines |
TOOLS.md | Environment-specific settings |
SECURITY.md | Safety guardrails and privacy settings |
API Endpoints
The dashboard exposes a REST API for programmatic access:
| Endpoint | Method | Description |
|---|---|---|
/api/config/<filename> | GET | Read a configuration file |
/api/config/<filename> | POST | Save a configuration file |
/api/status | GET | Get configuration status |
/api/test-connection | POST | Test LLM connection |
/api/moltbook/register | POST | Register agent with Moltbook |
/api/moltbook/status | GET | Check agent claim status |
Last updated on