Deployment

Run IntentFrame where your agents need control.

Use IntentFrame as a managed HTTPS endpoint, deploy it in your own cloud, or run the open-source runtime yourself. Whether you want speed, sovereignty, or hands-on implementation, the enforcement model stays the same: agent proposes, IntentFrame checks, only allowed actions run.

Deployment options

Managed, fastest path

IntentFrame Cloud

We run a dedicated IntentFrame deployment for your organization. Your agent sends proposed tool calls to a secure HTTPS endpoint, or your Python agent uses the SDK. Nothing to operate.

Best for: Teams that want governed agents quickly without managing infrastructure.

  • Dedicated isolated deployment
  • HTTPS authorization endpoint
  • Managed updates and support
  • Policy and audit configuration
  • Architecture review for production rollout

Enterprise SLA and data residency available by deployment profile.

Your cloud / VPC

Private Deployment

IntentFrame runs inside your AWS, GCP, Azure, or private cloud environment. Your data, credentials, and network boundaries stay under your control.

Best for: Teams with strict infrastructure, networking, data residency, or security review requirements.

  • Deployment into customer-controlled cloud
  • Identity, secrets, and logging integration
  • Network boundary review
  • Policy and audit setup
  • Enterprise support options

Customer-operated

Self-Hosted Enterprise

Run IntentFrame on your own infrastructure with Docker or Kubernetes. Your team operates the runtime while retaining full control over updates, network access, and data handling.

Best for: Organizations that require infrastructure sovereignty, internal operation, or custom deployment controls.

  • Open-source runtime
  • Docker/Kubernetes deployment path
  • Customer-controlled infrastructure
  • Enterprise support and policy engineering available

Scoped enterprise deployment

On-Prem / Air-Gapped

For regulated, security-sensitive, or disconnected environments, IntentFrame can be scoped with your team during architecture review.

Best for: Regulated organizations, sensitive internal workflows, and environments where outbound connectivity is restricted.

  • Architecture review for disconnected environments
  • Model endpoint and audit storage planning
  • Policy workflow scoping
  • Operational constraints review

Air-gapped and disconnected deployments are scoped with enterprise customers.

Different deployment. Same boundary.

No matter where IntentFrame runs, the core enforcement path stays the same.

Agent proposes IntentFrame checks Allowed action runs Audit record
  • Agents do not approve themselves.
  • Rules live outside the agent.
  • Sensitive actions run through a governed path the agent does not control.
  • Every decision can be recorded.

Not using Python? Send tool calls over HTTPS.

IntentFrame does not need to be inside your agent process. Non-Python agents can send proposed tool calls to a governed HTTPS endpoint and receive an allow/block decision before executing the action.

POST /authorize

{
  "actor": "support-agent",
  "action": "refund",
  "amount": 80,
  "reason": "The motor died after two weeks"
}
{
  "decision": "ALLOW",
  "reason": "Manufacturing defect under refund limit",
  "policy_version": "returns-v3"
}

We can deploy it with you.

Some teams want software. Some teams want the outcome. IntentFrame Enterprise Implementation Services help you move from first architecture conversation to governed production deployment.

Deployment and infrastructure setup

We help choose Cloud, private deployment, self-hosted, or scoped regulated deployment.

Agent integration

We wire IntentFrame into your agent framework, tool calls, action adapters, and execution path.

Policy engineering

We translate business requirements into hard limits and plain-English policy.

Custom action families

We help define safe execution paths for refunds, payments, file operations, internal APIs, and other tools.

Compliance evidence mapping

We help map policy, decisions, audit records, and controls to your review process.

Managed operations and support

We support rollout, updates, operational review, and enterprise support channels.

Which deployment path fits?

Use Cloud if

  • You want the fastest path.
  • You want a managed HTTPS endpoint.
  • You do not want to operate the runtime.

Use Private Deployment if

  • Your data and credentials must stay inside your cloud.
  • You need identity, secrets, network, and logging integration.

Use Self-Hosted if

  • Your infrastructure team wants full control.
  • You want to inspect and operate the open-source runtime directly.

Use Enterprise Implementation if

  • You want IntentFrame deployed with you.
  • You need policy engineering and custom action wiring.