Autonomous AI Agent
with Unrestricted Access

Self-learning agent that executes tasks, modifies itself, and expands its own capabilities - all within a secure Docker container

⚠️ Important: Dreamscapes Zero requires you to bring your own AI provider API keys. We do not provide or include API keys. You'll need accounts with OpenAI, Anthropic, Google, or Groq.

Capabilities

🔓

Unrestricted Access by Default

Full system access within the container - shell commands, package installation, file operations, and process management. Everything an AI needs to accomplish any task.

🔒

Configurable Security

Restrict access when needed. Disable specific tools, limit function calling, or lock down capabilities based on your security requirements.

🐳

Docker Containerized

Runs entirely within Docker for isolation and safety. Agent has full access inside the container, but your host system stays protected.

🧠

Long-Term Memory

Persistent memory across sessions. Remembers past missions, learned patterns, successful strategies, and accumulated knowledge - never starts from scratch.

💭

Session Memory

Maintains context within conversations. Tracks current mission state, decisions made, and progress without losing thread of what it's working on.

📚

Self-Learning

Learns from every mission. Remembers past successes and failures, adapts strategies, and improves performance over time without human intervention.

✏️

Self-Modifying Code

Can update its own source code, fix bugs, optimize algorithms, and refactor itself to become more efficient at solving tasks.

🔧

Extends Its Own Capabilities

Adds new tools autonomously - downloads libraries, writes custom scripts, integrates APIs, and develops new capabilities as needed for missions.

🔌

Multi-LLM Support

Works with OpenAI (GPT-4, GPT-4o), Anthropic (Claude), Google (Gemini), and Groq. Switch models anytime.

🌐

Web & API Integration

Web browsing, API calls, data scraping, automated interactions, and real-time information gathering from any source.

📦

Package Management

Installs dependencies on-demand - Python packages, system libraries, development tools, or any software needed to complete tasks.

Use Cases

Research & Data Gathering

Automate competitive analysis, market research, and data collection from multiple sources

System Administration

Server monitoring, log analysis, automated maintenance tasks, and system health checks

Testing & QA

Automated testing workflows, bug reproduction, environment setup, and validation

DevOps Automation

Deployment automation, infrastructure management, and CI/CD pipeline tasks

Bring Your Own API Keys (BYOK)

You Control Your AI Costs

Dreamscapes Zero is software that runs in your infrastructure. You provide your own API keys from:

  • OpenAI - GPT-4, GPT-4o, GPT-4o-mini
  • Anthropic - Claude 3 Opus, Sonnet, Haiku
  • Google - Gemini Pro, Gemini Flash
  • Groq - Free tier available for testing

⚠️ We do NOT provide or include AI API keys. You pay AI providers directly based on your usage.

Benefits of BYOK

  • ✅ Pay only for what you use
  • ✅ Choose your preferred AI provider
  • ✅ Full control over API costs
  • ✅ Use your existing AI credits
  • ✅ No hidden fees or markups

Pricing

Try for $50 your first month, then continue at regular price. Includes software access only - AI API costs are separate.

Starter

$149 /month

$50 first month

For individuals and small teams

  • ✓ Unlimited missions
  • ✓ All AI providers supported
  • ✓ Community support (email)
  • ✓ Docker deployment
  • ✓ Regular updates
Get Started

Enterprise

$1,999 /month

$50 first month

For large organizations

  • ✓ Everything in Professional
  • ✓ Dedicated support engineer
  • ✓ Custom deployment assistance
  • ✓ Training & onboarding
  • ✓ 99.9% SLA guarantee
  • ✓ Custom feature development
Contact Sales

Note: All prices are for software access only. AI API costs (OpenAI, Anthropic, etc.) are billed separately by the respective providers based on your usage. Special offer: All plans just $50 for your first month. After 30 days, automatically continues at regular price. Cancel anytime.

Quick Start

1

Get Your AI API Key

Sign up with your preferred provider:

2

Pull the Docker Image

After purchasing, you'll receive credentials to pull the image:

docker login gcr.io
docker pull gcr.io/dreamscapes-zero/deb0:latest
3

Run Dreamscapes Zero

docker run -d -p 8080:8080 \
  -v deb0-data:/app/data \
  -e AI_PROVIDER=openai \
  -e OPENAI_API_KEY=your-key-here \
  gcr.io/dreamscapes-zero/deb0:latest
4

Execute Your First Mission

Access the web UI at http://localhost:8080 or use CLI:

docker exec -it CONTAINER_ID python /app/cli.py mission "analyze website traffic and create report"

Frequently Asked Questions

Do you provide AI API keys?

No. You must bring your own API keys from OpenAI, Anthropic, Google, or Groq. You pay those providers directly for AI usage.

What do I pay you for?

You pay for the Dreamscapes Zero software, updates, support, and access to the Docker container. AI costs are separate.

Where does it run?

Dreamscapes Zero runs in your own infrastructure via Docker. Your data stays with you, never touches our servers.

Can I switch AI providers?

Yes! Change providers anytime by updating environment variables. Use different providers for different missions.

What are typical AI costs?

Depends on usage. GPT-4o-mini: ~$0.15-2 per 1M tokens. Groq has a free tier. You control costs by choosing models.