Skip to Content
Home

AgentFoundry Wiki

The user guide, get-started flow, and agent concepts for AgentFoundry — the dual-mode IDE for shipping apps and AI agents.

v0.1.68 is live. The full IDE is now free for everyone — no trial, no expiry. Build an agent by describing it in plain language and it scaffolds real code and runs keyless. Read the release notes →

15 things AgentFoundry does that Cursor, Windsurf, and Codex don’t:

  1. Multi-project tabs in one window — open every codebase you work in side-by-side. Each tab keeps its own AI model, MCP connections, terminal, agent state. The others are all one-project-per-window.
  2. Dual-mode IDE — Developer mode for engineers, Business mode for PMs / ops / sales / legal. Same window, same project state.
  3. Multi-model side-by-side — Claude, Codex, Gemini, Aider, Copilot in one window, BYOK, switch in one click.
  4. All four SDK scaffolds — Claude Agent SDK (TS + Python), Cursor SDK, Microsoft Agent Framework, Google ADK. Build for any provider.
  5. AgentFoundry Sidecar (Mode C, v0.1.28) — push skills + guardrails into agents deployed in your own AWS / GCP / Azure cloud. Outbound HTTPS only; no inbound firewall holes. See Deployment modes →.
  6. Live Agent Replay — every agent run captured as JSONL, replayable, forkable to current code with diff.
  7. Skillify + Guardrails — business users train any agent from a no-code UI, enforced as system prompt on every invocation.
  8. CRDT pair-programming (v0.1.28) — real cursors, real-time edits in the same buffer. No screen-share. See Pair programming →.
  9. JIRA → multi-model context — click a ticket, full context (summary, priority, labels, description) injects into every selected agent.
  10. Embedded browser panel — AI navigates, screenshots, clicks, evaluates JS in a real WebContentsView. Locally, no cloud computer-use service.
  11. One-click deploy — Vercel / AWS / Azure / GCP / Kubernetes from inside the IDE, with a signed TrustScore artifact + GitHub Action wrapper.
  12. Per-project MCP connections — 49 vetted integrations (GitHub, JIRA, Slack, HubSpot, Salesforce, Postgres, Stripe…) scoped per project. The others only support global MCP.
  13. Anonymous read-only share link — mint a URL, recipient clones and opens the project in viewer mode. No sign-in required. Revoke any time.
  14. Mobile companion at codenow.pro/app  — review runs, approve trust gates, edit skills from your phone. PWA, no app store.
  15. Agent21 marketplace publish — one-click bundle (prompts + evals + tools + guardrails) and list your agent for sale. Built-in monetization.

Wiki contributions welcome at github.com/karlmehta/codenow-wiki . The IDE source lives at github.com/karlmehta/codenow ; the wiki is open to community PRs without exposing the IDE internals.

Start here

Why AgentFoundry

AgentFoundry is what happens when an IDE is built for the agent era from the ground up — not a code editor with AI bolted on.

  • Multi-model, multi-harness — Claude Agent SDK · Cursor SDK · Microsoft Agent Framework (Azure) · Google ADK (Vertex). Bring any harness; we ship the lifecycle around it.
  • Live Agent Replay — every run captured, replayable, forkable. Production traces in the same surface as dev.
  • Trust + Safety built in — observability, guardrails, evals, HITL approvals, audit trail. No SDK install .
  • Dual-mode — engineers ship the agent, domain experts skill and guardrail it, operators monitor it. All in one IDE.
  • Publish to Agent21 — one click, OAuth-authenticated, full provenance manifest.

Wiki sections

  • SMART Code Assistant — the coding assistant inside AgentFoundry
  • Get Started — install, configure, first app, first agent
  • Concepts — agents, harnesses, runs, replay, manifests
  • Build — guided builds for apps and agents
  • Connect — Slack, GitHub, Jira, custom MCP
  • Reference — UI map of every button, keyboard shortcuts, file layout
  • Troubleshooting — common install + runtime issues

External resources

This wiki adapts and references several open-source bodies of work:

The wiki is released under the same open license as the Agentic Design Patterns  source where adapted; AgentFoundry-specific content is MIT.

Last updated on