Engineering intelligence for AI-native teams

DevFoundry is the distribution platform for developer capabilities.

Build once. Register once.Expose everywhere.

Your capability

Build it once

DevFoundry Registry

Register once

One capability. Every surface.

Build a capability once, register it with DevFoundry, and expose it everywhere developers work.

Register once
registerCapability({
  id: "screenshot",
  description: "Capture a webpage screenshot",
  inputSchema,
  outputSchema,
  execute: async ({ url }) => {
    return captureScreenshot(url);
  },
});
Expose everywhere
  • DevFoundry CLIdevfoundry web screenshot https://example.com
  • DevFoundry APIPOST /api/v1/execute · web.screenshot
  • DevFoundry MCPweb.screenshot tool for agents
  • DevFoundry Websitedevfoundry.dev/tools/screenshot
  • Future SDKsclient.screenshot({ url })

Built on the same registry.

Every product and utility below is a registered capability or platform surface that reinforces the same DevFoundry model.

availablemacOSCLIGit

Crucible

Build, test, and version your API work

A desktop API workspace for Local and Git-native workflows. Start locally, keep API work beside your code with Git, or move into managed Cloud workspaces when they become available. Local and Git ship today; Cloud remains Planned.

Your files stay yours. Local stays on your Mac. Git stays in the repository you choose. Cloud is optional and Planned.

  • Local and Git workspaces as equal peers
  • REST client — method, URL, headers, body, auth, and response inspection
  • Git-native workflow — nothing commits or pushes unless you ask
  • Import cURL, OpenAPI/Swagger, Postman, Insomnia, and Bruno
  • Environments, secret references, and assertions
  • TLS certificate validation — workspace default and per-request override
  • CLI and desktop for macOS Apple Silicon
  • Signed and notarized macOS Apple Silicon build

Explore Crucible →

availableGitHubCLI

DiffPulse

Deterministic code review intelligence

PR change intelligence that understands the intent behind diffs — surfacing architectural impact, detecting drift from implementation plans, and providing structured review signals without LLM hallucination.

Integrates into your existing PR workflow. Reviews are deterministic — same diff always produces the same signals.

  • Deterministic diff analysis
  • Architectural impact detection
  • Plan-drift identification
  • Structured review signals
  • CI/CD integration
  • Zero hallucination reviews

Learn more about DiffPulse →

early previewVS CodeCursor

Forge

A second opinion for your coding agent

Forge works inside your IDE, beside your coding agent. It independently investigates your codebase, challenges plans and fixes, preserves engineering context, and gives your agent better instructions when implementation is needed. It is not another coding agent.

Forge is in Early Preview. The initial release uses your own OpenAI API key, stored in VS Code SecretStorage. Usage is tracked locally, and Forge does not send telemetry to DevFoundry. Public installation is not available yet. Forge Pro, with Forge-hosted AI, is coming soon.

  • Ask engineering questions about the active repository
  • Independently review a coding agent's plan or fix
  • Investigate the workspace to challenge assumptions
  • Save durable engineering findings as project memory
  • Hand back instructions for the coding agent
  • Bring your own OpenAI API key

Learn about Forge →

Expose everywhere

Implement a capability once, register it in the DevFoundry Registry, and it is automatically distributed across every supported surface.

What's New

Latest tools, updates, and capabilities.

Utilities

Registered capabilities — asset generation, data transformation, and metadata inspection.

Categories

Utilities

Practical developer tools for asset generation, data transformation, and workflow automation.

Future / Research

Exploratory concepts under investigation. Not yet available or committed to a release timeline.