---
title: "Runtime security and pricing for production agents"
description: "Duale AI's production agent runtime is secured through approved model routing and priced for work returning typed results."
lang: en
lastUpdated: 2026-08-31
url: https://dev.duale.ai/en/product
---

<Hero
  eyebrow="Product"
  title={
  <>
    The runtime behind your <AccentText>production agents</AccentText>
  </>
}
  subtitle="Your application submits a task with a deadline. The platform routes it to a model your team approved, and a typed result returns. These pages cover how that runtime is secured and priced."
  primaryCta={{ label: "Open Trust Center", href: "https://dev.duale.ai/en/product/security.md" }}
  secondaryCta={{ label: "See pricing", href: "https://dev.duale.ai/en/product/pricing.md" }}
/>

<Section title="How it works" subtitle="Your application submits a task with a deadline. Duale AI selects a model from the pool your team approved, runs the work, and returns a typed result.">
  <CardGrid columns={3}>
    <Card title="You submit the work" icon="commit">
      A task, the shape of the result you expect, a deadline, and the routing preferences for that piece of work. You
      name no model.
    </Card>

    <Card title="Duale AI runs it" icon="mixer-horizontal">
      It selects a model from the pool your team approved, calls the provider you contracted with, and can try another
      approved route before it returns. The deadline can be hours ahead, and the agent can read earlier content in its
      original form.
    </Card>

    <Card title="You get a typed result" icon="check">
      Your application validates it before the business process uses it. Every tool you write runs in your own process,
      not on the platform.
    </Card>
  </CardGrid>
</Section>

<Section title="What these pages cover">
  <CardGrid columns={2}>
    <Card title="Security and hosting" icon="lock-closed" href="https://dev.duale.ai/en/product/security.md">
      Review security controls, managed-data hosting, subprocessors, certification status, and security contacts.
    </Card>

    <Card title="Pricing and access" icon="bar-chart" href="https://dev.duale.ai/en/product/pricing.md">
      How Duale AI charges for runtime work, what stays on the invoice from the model providers you contract with, and
      how to request access.
    </Card>
  </CardGrid>
</Section>

## Related content

- [Turn AI pilots into a production portfolio](https://dev.duale.ai/en/solutions/business.md)
- [Production runtime for durable AI agents](https://dev.duale.ai/index.md)
- [Pricing for reliable agent orchestration](https://dev.duale.ai/en/product/pricing.md)
- [One runtime path for production agents by operating role](https://dev.duale.ai/en/solutions.md)
- [Security controls for production agents](https://dev.duale.ai/en/product/security.md)
- [Integrate model routing in an application](https://dev.duale.ai/en/docs/model-routing/application-integration.md)

---

## Sitemap

See the full [Markdown sitemap](https://dev.duale.ai/sitemap.md) for all pages.
