Home 01 About 02 Services 03 Products 04 Industries 05 Technology 06 Careers 07 Contact 08 Book a Discovery Call

Home / Products

Our Products

The Netra platform family

Four products, one philosophy: give enterprises the building blocks they would otherwise spend three years writing — without locking them in. Deploy on our cloud, your cloud, or fully air-gapped on your own metal.

Product 01

NetraPay — the payments & lending core

A modular financial core that product teams can configure instead of petitioning engineering for. Ships with a double-entry ledger that is correct by construction and a rules engine your risk team can actually operate.

  • Payment orchestration with smart routing, retries and failover across acquirers
  • Double-entry ledger with immutable journals and point-in-time balance reconstruction
  • Configurable risk and limit rules with versioning, simulation and instant rollback
  • Lending module: origination, decisioning, disbursal, repayment schedules, collections
  • Settlement, reconciliation and dispute workflows with automated exception queues
  • Full API surface plus webhooks, sandbox environment and an operations console
netrapay · quickstart
# Create a payment with idempotency and routing policy
POST /v1/payments
Idempotency-Key: "ord_9f2c41"

{
  "amount_minor": 249900,
  "currency": "INR",
  "method": "upi",
  "routing": "least_cost",
  "risk_profile": "standard_v7",
  "ledger_account": "merchant:8812:receivable"
}

# → 201 Created · settled to ledger in the same transaction
0Ledger Accuracy SLA
0p95 Decision Latency
Product 02

NetraShield — continuous threat vision

Most organisations don't lack alerts; they lack judgement about which ones matter. NetraShield correlates signals, scores real business risk and automates the first ninety seconds of response.

  • External attack-surface discovery — domains, certificates, exposed services, leaked secrets
  • Behavioural analytics (UEBA) that learns your normal instead of shipping generic baselines
  • Automated triage playbooks with reversible containment actions and full audit logging
  • Vulnerability correlation that ranks by exploitability and blast radius, not raw CVSS
  • Compliance evidence collection mapped to ISO 27001, SOC 2 and RBI guidelines
  • Board-ready risk reporting written for people who do not read packet captures

Surface Discovery

Finds the assets nobody documented.

Behaviour Baseline

Anomalies scored against your own history.

Auto-Triage

Ninety seconds to containment, logged.

Audit Evidence

Controls mapped, collected continuously.

Product 03

NetraFlow — the automation control tower

Enterprises end up with bots across three vendors and no single view of what they cost or whether they still work. NetraFlow is that view — and the orchestration layer underneath it.

  • Vendor-neutral orchestration across UiPath, Power Automate, Automation Anywhere and custom workers
  • Process mining to rank candidates by saved hours per engineering week invested
  • SLA monitoring, failure alerting and automatic retry with human escalation paths
  • Intelligent document processing with confidence thresholds and review queues
  • Agentic fallback: when deterministic rules fail, a scoped LLM agent attempts resolution
  • Live ROI dashboard — hours saved, cost avoided, licence utilisation per bot
0Hours Saved / Month
0Bot Success Rate
0Licence Cost Reclaimed
0Typical Payback

Before a single bot is built

We publish a written ROI model with assumptions you can challenge. If the numbers don't clear your hurdle rate, we tell you to keep the process manual. That has happened, and those clients came back for something else.

Product 04

NetraMind — enterprise RAG & agents

A grounded AI platform for organisations that will be asked, in writing, why the model said what it said. Every answer carries citations. Every agent action carries an audit record.

  • Ingest from SharePoint, Confluence, S3, databases, ticketing systems, email and PDFs
  • Hybrid retrieval — dense plus keyword, reranked, with per-document access control enforced
  • Citation-grounded answers; the model abstains rather than guessing when evidence is thin
  • LangGraph agent workflows with explicit state, tool permissions, budgets and checkpoints
  • Continuous evaluation: golden datasets, LLM-as-judge, regression gates before every release
  • Guardrails for PII redaction, prompt-injection defence and enforced output schemas
  • Model-agnostic — commercial APIs or self-hosted open models, switchable per workload
netramind · graph.py
from netramind import Graph, Agent, Policy

policy = Policy(
    tools=["kb.search", "crm.read"],   # read-only by default
    max_tool_calls=6,
    require_citations=True,
    escalate_if_confidence_below=0.72,
)

g = Graph(name="claims-triage")
g.node("classify", Agent("intent", policy))
g.node("retrieve", Agent("kb", policy))
g.node("draft",    Agent("writer", policy))
g.edge("classify" >> "retrieve" >> "draft")
g.human_checkpoint("draft", when="amount > 50000")

g.deploy(env="prod", evals="claims-golden-v4")
Deployment & Licensing

Your data stays where you say it stays

Managed Cloud

We run it, patch it and carry the pager. Region-pinned, single-tenant option available.

Your Cloud

Deployed into your AWS, Azure or GCP account via Terraform. You hold the keys, literally.

Air-Gapped

Fully on-premise with self-hosted models for regulated and sovereign environments.

See It Live

A demo with your data, not ours

We will run a scoped pilot on a slice of your real workload. If it doesn't clear the bar we set together, you owe us nothing.