Skip to content
@nullrunio

NullRun

Runtime Authorization for AI Agents

NullRun NullRun - Runtime Authorization for AI Agents - Before They Execute | Product Hunt

Ship AI agents. Stay in control.

NullRun

Runtime authorization for AI agents.

Decide which agent actions are allowed to execute before they reach production systems.


   AI Agent
      │
      │  tool call
      ▼
   ┌──────────┐
   │ NullRun  │
   │   Gate   │
   └────┬─────┘
        │
        ├── ALLOW ────────────► Tool executes
        ├── REQUIRE APPROVAL ─► Human decides
        └── BLOCK ─────────────► Tool does not execute

Start here

I want to... Open
Install the SDK nullrun-sdk-python · pip install nullrun
See it running nullrun-examples · LangGraph, CrewAI, MCP, …
Read the docs docs.nullrun.io · concepts, how-to, API reference
Manage policies nullrun.io · dashboard and control plane

Releases

Latest release PyPI Python 3.10+ Apache-2.0

All SDK releases →

What NullRun enforces

  • Tool policies — block sensitive tools before execution.
  • Spend limits — hard and soft budgets, chain-aware overdraft, rate caps.
  • Human approval — action-bound grants via SHA-256 payload digest.
  • Workflow control — pause / kill from the dashboard over WebSocket.
  • Audit trail — hash-chained audit_events for every gate decision.

Trust boundary

NullRun evaluates structured action requests — allow, require_approval, block. It does not inspect prompts or arbitrary semantic content; tool-block policies match tool names only, and approval rules predicate over typed, explicitly forwarded tool parameters. Cost enforcement relies on SDK-reported usage — a malicious SDK that controls its own cost reports is not protected by the gate.

Repositories

Support

Pinned Loading

  1. nullrun-sdk-python nullrun-sdk-python Public

    Enforcement gateway for AI agents. Nullrun official Python SDK.

    Python 3

  2. nullrun-examples nullrun-examples Public

    Runnable examples for the NullRun Python SDK

    Python 1

  3. nullrun-docs nullrun-docs Public

    Documentation source for nullrun.io — concepts, how-to guides, and API reference for the NullRun agent enforcement platform.

    Python 1

  4. .github .github Public

    NullRun organisation profile — default community health files

    1

Repositories

Showing 4 of 4 repositories
  • .github Public

    NullRun organisation profile — default community health files

    nullrunio/.github's past year of commit activity
    1 0 0 0 Updated Sep 15, 2026
  • nullrun-sdk-python Public

    Enforcement gateway for AI agents. Nullrun official Python SDK.

    nullrunio/nullrun-sdk-python's past year of commit activity
    Python 3 Apache-2.0 0 0 0 Updated Sep 15, 2026
  • nullrun-examples Public

    Runnable examples for the NullRun Python SDK

    nullrunio/nullrun-examples's past year of commit activity
    Python 1 0 0 0 Updated Sep 12, 2026
  • nullrun-docs Public

    Documentation source for nullrun.io — concepts, how-to guides, and API reference for the NullRun agent enforcement platform.

    nullrunio/nullrun-docs's past year of commit activity
    Python 1 0 0 0 Updated Sep 12, 2026

Top languages

Loading…

Most used topics

Loading…