Ductape Beta
Loading workbench tour…
Ductape Ductape Beta
Guided tour Welcome 1 / 6

Tour / Welcome

Ductape framework

The AI-Native Framework for Building Production Systems

Build reliable software with developers and AI agents working from the same production-ready foundation. Agents discover and use governed capabilities through MCP. Applications ship through the SDK. Authentication, environments, retries, and observability stay built in.

Install SDK
npm install @ductape/sdk

Tour / Why Ductape

Production systems need an AI-native foundation

AI can generate code. Production still demands architecture, security, reliability, operational context, and control. Ductape brings both together through an MCP interface for agents and SDKs for running applications.

Before

The usual way

AI moves fast. Production context stays fragmented.

  • Every team reimplements the same integrations
  • Agents given unrestricted access to codebases
  • No single source of truth for what exists
  • Standards drift as the organization grows
With Ductape

One AI-native framework

Define once. Govern centrally. Enable everyone.

  • Capabilities defined once, reused across every team
  • Agents get governed access to approved capabilities only
  • One source of truth for every capability you have built
  • Consistent policies enforced across all teams and agents

Use the tabs above to explore how Ductape governs capabilities across developers, agents, and teams.

Tour / How it works

Define. Govern. Enable.

Define production capabilities once, attach the context required to run them safely, and make them available to every developer and AI agent through one framework.

  1. 1

    Define your capabilities

    In the workbench, define every capability your organization depends on: APIs, databases, AI models, workflows, storage, messaging. Each carries its own authentication, environments, retry logic, and observability.

  2. 2

    Set governance policies

    Define the operational standards that apply across your organization: retry behavior, failover rules, access permissions, observability standards. Set once. Inherited everywhere.

  3. 3

    Connect agents through MCP

    AI agents inspect the capabilities and exact schemas available to them, generate valid payloads, and act within governed workspace boundaries. Developers compose the same primitives through the SDK.

Tour / Marketplace

Marketplace

Pre-built apps and templates from partners and the community, install into your product in a click.

Ductape marketplace: browse and integrate apps (light mode)
Browse categories, search apps, and integrate in one flow

Skip weeks of integration work for common providers. Customize after import to match your environments and policies. Open marketplace →

Tour / SDK

Code that just works

Pick backend or frontend, language, and example, copy into your project.

Server-side · access keys
notifications.ts Backend · TS

Tour / Connect