Every other platform gives you a chatbot you have to teach over time. Forge interviews you across 27 fields before writing a single line. Your agent boots already knowing your role, your hard rules, your pet peeves. Then it runs on your hardware with your keys.

myagentos.ai/create — real product, real chat
Live recreation of Phase 1.5 capture
Three things separate a Forge agent from everything else you've tried.
The architect captures 27 fields across 5 waves before generating code. Who you are, how you decide, what makes you throw your laptop. The agent ships pre-loaded with you.
Memory, sub-agents, sandbox, gateway, ACP, file ops, code execution, web search, email, Slack, SMS, GitHub, Notion, Linear, calendar, webhooks, SQLite, logs — every capability ships real code. Drop your credentials in .env, the agent uses them.
The runtime is vendored. No phone-home, no telemetry, no SaaS dependency. Your agent runs on your laptop, your container, or fully air-gapped. BYOK end-to-end.
Phase 1.5 answers flow directly into your workspace files. The agent reads these every time it boots — no fine-tuning, no embeddings, no opaque inference. Just markdown the agent and you can both edit.
USER.mdwho you are, in your wordsSOUL.mdvoice, archetype, anti-patternsSTANDING_ORDERS.mdhard rules and escalation triggersIDENTITY.mdname, emoji, catchphrasesAGENTS.mdoperational manual the agent reads# USER.md
## Identity
- Name: Dan
- Role: Run the CIQ Startup Program. Serial founder.
Runs multiple workstreams in parallel — sales, AI research,
internal tooling, advising founders. Context-switches 30+ times/day.
- Timezone: PST. Working hours 8am-7pm.
- Heartbeat: 7:30am daily, 6pm wind-down summary.
## Communication preferences
- Voice: terse
- Decision style: data + opinion. Quantify it, then recommend.
- Response length: 1-3 sentences default. Long only when warranted.
## Sharp domains (skip the basics)
- Startup operations, distribution, agentic AI architecture
- Sales process, founder psychology, LLM economics
- Rocky/RHEL infrastructure, code review (Python/TS/Rust)
## Where the agent fills in
- Calendar archaeology, email triage, meeting prep
- Follow-up tracking, saying-no drafts, end-of-day summaries
## Avoid (immediate distrust)
- "I'd be happy to help" / "Great question!"
- Corporate filler, fake enthusiasm
- Excessive disclaimers, soft-pedaling
- 5 clarifying questions when 1 would do
- Unsolicited emoji, "circle back", "touch base"No fine-tuning. No vector store setup. No infrastructure decisions before you've even described what you want.
Tell the architect what you want the agent to do. One paragraph is enough.
Phase 1.5 runs: 5 waves, 27 fields. Your role, hard rules, voice, escalation triggers, pet peeves.
The architect surfaces the design with all 28 capabilities pre-wired. You strike out what you don't want.
Click Build. Download the zip. Drop your keys in .env. python -m <agent>. Done.
Six categories. Every agent ships with all 28 — you opt out of what you don't want, not in to what you do.
Full reference in the documentation.
The agent already knows your domain. The capabilities are already there. You build what nobody else can sell you.
Choose how it boots. The agent code, workspace, and vendored runtime are identical — only the deployment shell changes.
Fastest to start
Run directly on your machine. Best for development, daily use, dogfooding.
$python3 -m venv .venv && source .venv/bin/activate pip install -e . python -m <agent>
Production-ready
Isolated container. Best for long-running production agents on your infrastructure.
$./container/build.sh ./container/run.sh # Listens on 127.0.0.1:7891 via gateway
Air-gapped, no LLM API
Bundles a local LLM (llama.cpp / Ollama) into the image. Zero external dependencies.
$./container/start-sovereign.sh # All inference local # No internet required
Your API keys. Your LLM — Anthropic, OpenAI, Gemini, Grok, or any OpenAI-compatible endpoint. Your data never touches our servers. Zero telemetry. Zero data collection. Full source code in every download.
Forge captures it once, in your words. Then ships you an agent that already knows.
Build your agentFree to design and download. You bring your own LLM key at runtime.