Pricing

Simple, Transparent Pricing

Start with a 14-day free trial. Scale as you grow. No hidden fees, no surprises.

MonthlyAnnualSave ~17%

Team

Visibility and basic controls for your AI agents

$417/mo

$5,000/year billed annually

14-day free trial

Start Free Trial
AI Agents10
Executions/mo10,000
Team members5
Credentials20
SDK access (all languages)
Behavioral monitoring
Basic guardrails (keyword, regex, reject)
Anomaly detection
Duration & error rate drift
Audit logs (30 days, view only)
Webhooks
Basic analytics
Email support
Most Popular

Business

Prove to auditors that your AI agents are governed

$1,250/mo

$15,000/year billed annually

14-day free trial

Start Free Trial
AI Agents50
Executions/mo100,000
Team members25
CredentialsUnlimited
Everything in Team, plus:
SSO (SAML 2.0, OIDC)
SCIM 2.0 provisioning
Custom RBAC roles
Compliance dashboard & reports
Cryptographic audit trail
Exportable audit logs (1 year)
Advanced guardrails (LLM-as-judge)
Semantic guardrails & embeddings
Sentiment analysis
Full drift detection suite
Incident response playbooks
Agent discovery & inventory
Priority support

Enterprise

Full control, deployment flexibility, and contractual guarantees. Up to 500 agents included — need more? Book a demo.

$25K/year

Up to 500 agents included

14-day free trial

Start Free TrialNeed 500+ agents? Book a demo
AI AgentsUp to 500
Executions/moUnlimited
Team membersUnlimited
CredentialsUnlimited
Everything in Business, plus:
LLM-as-judge evaluation
SIEM integration (Splunk, Datadog, Sentinel)
Self-hosted & air-gapped deployment
Red team security scanning
Multi-environment (Dev/Staging/Prod)
Unlimited audit log retention
Custom compliance frameworks
Dedicated account manager
Onboarding & training
Custom contracts & invoicing
Data residency controls
Early access to new features
Dedicated support channel

Self-Hosted

Run NodeLoom on Your Infrastructure

Deploy NodeLoom to your own servers with a one-time license key. Full feature access, unlimited usage, and complete data sovereignty.

Book a Demo
Your Infrastructure
Deploy on AWS, GCP, Azure, or bare metal
Unlimited Everything
No caps on workflows, executions, or users
Full Data Control
Data never leaves your network
One-Time License
No recurring fees. Own it forever

Compare All Features

See how each plan maps to your security and compliance requirements.

FeatureTeamBusinessEnterprise
Usage
AI Agents1050500+
Executions/month10,000100,000Unlimited
Team members525Unlimited
Credentials20UnlimitedUnlimited
API rate limit/min3006003,000
Discovery & Instrumentation
Observability SDK (Python, TS, Java, Go)
LangChain & CrewAI integrations
Agent Discovery (cloud, GitHub, MCP)
Automated agent inventory
Monitoring & Detection
Real-time execution monitoring
Behavioral anomaly detection
Duration & error rate drift
Full drift detection suite
Sentiment analysis
Token usage tracking
Advanced analytics dashboard
Guardrails & Governance
Basic guardrails (keyword, regex, reject)
Advanced guardrails (LLM-as-judge)
Semantic guardrails & embeddings
Incident response playbooks
LLM-as-judge evaluation
Red team / adversarial testing
Multi-environment (Dev/Staging/Prod)
Identity & Access
RBAC (5 roles)
SSO (SAML 2.0, OIDC)
SCIM 2.0 provisioning
Custom branding
Security & Compliance
AES-256 encryption at rest
Sandboxed code execution
Audit logs (30-day, view only)
Exportable audit logs (1 year)
Unlimited audit log retention
Cryptographic hash chain
Compliance dashboard
Compliance evaluation reports (SOC 2, HIPAA, GDPR, ISO 42001, NIST, SOX)
Custom compliance frameworks
SIEM export (Splunk, Datadog, Sentinel)
Data residency controls
Deployment & Support
Cloud (SaaS)
Self-hosted & air-gapped
SupportEmailPriority (8h)Dedicated + Slack
Onboarding & trainingWhite-glove
Custom contracts & invoicing

Frequently Asked Questions

Everything you need to know about NodeLoom pricing and plans.

Yes, you can upgrade or downgrade your plan at any time. When upgrading, the new features are available immediately. When downgrading, changes take effect at the end of your current billing cycle.
You'll receive a notification when you reach 80% of your limit. Once reached, workflows will pause until the next billing cycle or until you upgrade your plan.
Yes! NodeLoom can be self-hosted on your own infrastructure with a one-time license key. This gives you full control over your data and unlimited executions. Self-hosted deployment is available on the Enterprise plan.
NodeLoom supports OpenAI, Anthropic (Claude), Google Gemini, and Ollama for local models. You bring your own API keys, and we never access your AI credentials.
Both the Team and Business plans include a 14-day free trial so you can evaluate the platform with your team. No commitment required. For Enterprise, we offer personalized demos tailored to your use case.
Absolutely. All credentials are encrypted at rest and in transit using industry-standard encryption. Code execution runs in fully isolated sandboxes. We provide RBAC, comprehensive audit logging, and enterprise-grade security controls.
Yes. Our observability SDKs (Python, TypeScript, Java, Go) let you instrument any AI agent, whether built with LangChain, CrewAI, or a custom framework. SDK-instrumented agents get the same monitoring, drift detection, and compliance tracking as native workflows.
Agent Discovery automatically finds AI agents running across your infrastructure. It scans cloud providers (AWS, GCP, Azure), GitHub repositories, and MCP gateways to build a complete inventory of your AI agents, even ones your team didn't know existed. Available on Business and Enterprise plans.
Team plans include email support. Business plans get priority support with 8-hour response times. Enterprise plans include a dedicated account manager with a dedicated Slack channel.
Business plans include LLM-as-Judge evaluation for scoring agent outputs against custom criteria. Enterprise plans add red team adversarial testing, which runs automated attacks (prompt injection, jailbreak, data exfiltration) against your AI agents and generates vulnerability reports.
Business and Enterprise plans include automated incident response playbooks that trigger when drift thresholds or guardrail violations are detected. Playbooks can quarantine affected workflows, notify team members via email or Slack, escalate to on-call staff, and automatically rollback to the last known-good version.
AI agent governance is the practice of establishing controls, policies, and oversight mechanisms for AI agents operating in production environments. It encompasses monitoring agent behavior, enforcing guardrails on inputs and outputs, maintaining audit trails, ensuring compliance with regulations, and testing agents for security vulnerabilities. NodeLoom provides a comprehensive AI agent governance platform that covers discovery, monitoring, guardrails, compliance automation, and adversarial testing.
AI observability goes beyond traditional monitoring by providing deep visibility into how AI agents behave, reason, and make decisions. It includes tracking token usage, monitoring output quality through LLM-as-judge evaluation, detecting behavioral drift over time, analyzing sentiment in responses, and tracing the full execution path of agent workflows. NodeLoom provides AI observability through SDKs for Python, TypeScript, Java, and Go, plus zero-instrumentation eBPF probes for kernel-level monitoring.
Monitoring AI agents in production requires instrumenting agents with observability SDKs, establishing behavioral baselines, detecting anomalies and drift, tracking token usage and costs, and setting up alerting. NodeLoom automates this with lightweight SDKs that add less than 1ms overhead, automatic baseline learning, configurable anomaly and drift thresholds, and incident response playbooks that trigger automated actions when issues are detected.
AI guardrails are safety controls that validate AI agent inputs and outputs to prevent harmful, non-compliant, or unintended behavior. Types of guardrails include keyword and regex filtering, LLM-as-judge evaluation (where a separate AI scores outputs on dimensions like safety and accuracy), semantic similarity detection (comparing against known-bad patterns), PII redaction, prompt injection detection, and custom rules. NodeLoom supports all these guardrail types with configurable severity levels (WARNING, BLOCK, LOG).
Shadow AI refers to AI agents deployed by teams without centralized visibility or governance. NodeLoom Agent Discovery automatically finds these agents by scanning cloud providers (AWS, GCP, Azure), GitHub repositories, container orchestrators, and MCP gateways. For Linux hosts, an optional eBPF kernel-level agent intercepts LLM API calls at the TLS layer, detecting any process communicating with OpenAI, Anthropic, Google, or other LLM providers — without requiring code changes.
AI monitoring focuses on observability: tracking what AI agents are doing, detecting anomalies, and alerting on issues. AI governance is broader — it includes monitoring plus enforcement of policies, compliance automation, access controls, audit trails, adversarial testing, and incident response. NodeLoom is an AI governance platform that includes monitoring as a core capability alongside guardrails, compliance dashboards, red team testing, RBAC, and automated playbooks.
NodeLoom offers full self-hosted deployment on your own infrastructure using Docker Compose, Kubernetes, or Helm charts. Self-hosted deployments include all platform features (monitoring, guardrails, compliance, red team testing) and support air-gapped environments with no external data transmission. This is critical for organizations in regulated industries (healthcare, financial services, defense) that require data sovereignty.
NodeLoom provides automated red team adversarial testing. An attacker LLM generates targeted attacks across 6 categories — prompt injection, jailbreak, data exfiltration, tool abuse, PII leakage, and harmful output. Each attack is sent to the target AI agent, and a judge LLM evaluates whether the attack succeeded. Results include a resilience score (1.00-5.00), per-finding severity ratings, and remediation recommendations. Critical findings automatically trigger incident response playbooks.
NodeLoom supports compliance reporting for SOC 2, HIPAA, GDPR, ISO 42001, NIST AI RMF, and PCI-DSS. The platform provides a compliance dashboard showing guardrail coverage, audit trail integrity, credential health, and user access patterns. One-click report generation creates framework-specific compliance reports. The cryptographic audit trail uses SHA-256 hash chaining for tamper-proof event logs.
Yes. NodeLoom SDKs include built-in integrations for LangChain and CrewAI. The Python SDK provides a LangChain callback handler and CrewAI decorator that automatically capture traces, spans, token usage, and tool calls. The TypeScript SDK includes a LangChain callback handler. Any framework can be instrumented manually using the trace/span API. SDK-instrumented agents get full monitoring, drift detection, evaluation, and compliance tracking.

Start governing your AI agents today

Join teams discovering and governing AI agents in production with NodeLoom. 14-day free trial on all paid plans.