Pinkymoltctrl

Shed Your Old
Agent Workflow

Security-hardened AI agent instance manager. Single binary, zero-config, process and Docker isolation.

curl -fsSL https://moltctrl.com/install.sh | sh

// highlights

  • Single binary, zero dependencies. Download and run.
  • Interactive wizard or headless CLI flags for scripting
  • Process sandboxing with memory, CPU, and PID limits
  • Docker isolation with 15 security hardening measures
  • Multi-provider: Anthropic, OpenAI, Google, OpenRouter, AWS Bedrock, Ollama
  • Preconfigs for reusable agent templates across teams

// instance management

Create, start, stop, and destroy AI agent instances with simple commands.

moltctrl create --provider anthropic --name my-agent
✓ Instance 'my-agent' created
moltctrl start my-agent
✓ Instance 'my-agent' started on port 3000
moltctrl open my-agent
✓ Opened http://localhost:3000 in browser

// providers

One interface. Any model. Switch providers without changing your workflow.

ProviderEnv Variable
AnthropicANTHROPIC_API_KEY
OpenAIOPENAI_API_KEY
GoogleGOOGLE_API_KEY
OpenRouterOPENROUTER_API_KEY
AWS BedrockAWS_ACCESS_KEY_ID
OllamaOLLAMA_HOST

// docker isolation

Run agents in hardened containers with 15 security measures including read-only root, no-new-privileges, and seccomp profiles.

moltctrl create --provider anthropic --docker --name secure-agent
✓ Docker instance 'secure-agent' created
moltctrl start secure-agent
✓ Container started with security hardening

// preconfigs

Save and reuse agent configurations. Share templates across teams and deployments.

moltctrl preconfig save my-setup --from my-agent
✓ Preconfig 'my-setup' saved
moltctrl create --preconfig my-setup --name agent-2
✓ Instance 'agent-2' created from preconfig
Pinky

Ready to molt?

Pinky is waiting. Download moltctrl and start managing your AI agents in seconds.