Back to homeFor developers and AI teams

Do your AI agents make decisions? Give them a method.

Connect your agents to the DAMM framework via API. Every decision will be analyzed with a scientific method: Delimitation, Asymmetry, Margin of Maneuver, Minimum Move.

Contact Us for API Access

Why DAMM for AI Agents?

AI agents are fast, tireless, and scalable. But when they need to make complex decisions, speed without method means risk without awareness.

Structure

Every decision goes through 4 pillars. No blind spots, no unevaluated bias.

Safety

Guardrails that block high-risk actions before they are executed.

Traceability

Every decision generates a complete report. Audit trail for governance and compliance.

Universal

Standard REST API. Works with any framework, language or orchestrator.

How it will work

Three steps to integrate the DAMM method into your AI agents.

1

Agent sends

Your AI agent sends the decision context, available options and constraints through a simple API call.

2

DAMM analyzes

The DAMM engine applies the 4 pillars — Delimitation, Asymmetry, Margin, Minimum Move — and generates a structured verdict.

3

Verdict + Report

The agent receives the verdict, risk level, confidence score and a complete report for the audit trail.

Simple Integration

A single REST endpoint. Send context, receive a structured verdict.

analyze-decision.ts
// Integration example (Coming Soon)
const response = await fetch('https://api.dammframework.com/v1/analyze', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_TOKEN',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    context: "Expansion into the German market",
    options: ["Open branch office", "Local partnership", "E-commerce only"],
    constraints: { budget: 500000, timeline: "6 months" },
    urgency: "medium"
  })
});

// Structured DAMM response
const { verdict, healthScore, riskLevel, report } = await response.json();

* Illustrative example. Actual API specifications will be published upon launch.

Why an AI agent needs DAMM

Autonomous Agents

Your agent must choose between strategies? DAMM evaluates risks and asymmetries before it acts, ensuring structured decisions.

Decision Guardrails

A safety layer that validates every critical decision. Blocks high-risk actions, approves those with positive margin.

Audit & Compliance

Every decision is documented with a full DAMM report. Complete audit trail for governance, traceability and regulatory compliance.

API Token Pricing

Independent from user plans. Designed for your AI agents' consumption.

Recommended

Builder

For agents in production

€49/ month
  • 350K tokens included/month
  • ~50 decisions
  • Full DAMM report
  • Webhook notifications
  • Usage dashboard
  • €0.15 / 1K extra tokens
Contact Us

Scale

For enterprise volumes

Customby contract
  • Unlimited tokens
  • 99.9% SLA guaranteed
  • Custom DAMM model
  • On-premise deployment
  • Dedicated support
  • Volume discount
Contact Us

How token usage works

~6.800

tokens per analysis

Each decision uses ~6,800 tokens on average, including context, 4-pillar analysis and verdict.

< 2s

response time

Full analysis in under 2 seconds. Your agent keeps its speed.

4

DAMM pillars

Delimitation, Asymmetry, Margin, Minimum Move — every decision goes through all four.

Compatible with

LangChainCrewAIAutoGenOpenAI AgentsClaude MCPCustom Agents

Want to integrate DAMM into your AI agents?

Contact us for API access and to discuss your integration.

Contact Us for API Access
Framework based on published researchMethod validated on real decisionsAverage response time < 2s