Centralized AI Management for Codeswayam SaaS

One Gateway. Every AI.
Every SaaS.

NeuralHub is the single source of intelligence for your platform. Manage AI models, agents, knowledge bases, and automations from one dashboard — integrate any SaaS in minutes.

Encrypted Key Storage
Guardrails Engine
Multi-Provider Gateway
Real-time Analytics
auraflow/lib/ai.ts
// Before: scattered OpenAI calls everywhere
// const reply = await openai.chat.completions.create({...})

// After: NeuralHub handles everything
import { NeuralClient } from '@codeswayam/neural';
const ai = new NeuralClient({ apiKey: process.env.NEURAL_KEY });

export const reply = await ai.chat({
  agentId: 'auraflow-support-bot',
  message,
  userId,
});
// Guardrails, cost tracking, fallbacks — all handled.

10+

LLM Providers

<50ms

Gateway Latency

100%

Encrypted Keys

Connected SaaS Apps

Features

Everything AI. One Platform.

Stop managing AI scattered across every SaaS. NeuralHub centralizes models, agents, knowledge, and automation into one command center.

Gateway

Unified LLM Gateway

Route to OpenAI, Gemini, Claude, or Ollama through one API. Multi-key pools, fallback chains, and automatic rate-limit rotation.

Agents

AI Agent Builder

Create named agents with system prompts, guardrails, and tool access. Deploy auraflow-support-bot that only answers brand questions.

RAG

RAG Knowledge Base

Upload PDFs, docs, and URLs. Agents get context via pgvector hybrid search with citations back to source documents.

Automation

Workflow Automation

Chain LLM calls, conditions, and API calls into multi-step pipelines. Runs async via BullMQ — no blocking your SaaS.

Safety

Guardrails Engine

Topic enforcer, PII masking, jailbreak detection, and output validation. Safety at the infrastructure level.

Analytics

Usage Analytics

Tokens, cost, latency, and error rates per app and per agent. LangSmith-style full call traces for debugging.

Security

API Key Management

Issue nhub_live_xxx keys per app. Scoped permissions, rate limits, IP allowlisting, and one-click rotation.

Developer

@codeswayam/neural SDK

Drop-in NPM package. Add AI to any SaaS in 3 lines. Same pattern as @codeswayam/auth — instant integration.

Model Registry

Multi-key pool per provider

Add multiple API keys per provider. NeuralHub round-robins across them — if one hits rate limit, traffic auto-routes to the next.

OpenAI
gpt-4o
gpt-4o-mini
2 keys active
Google Gemini
gemini-1.5-pro
gemini-2.0-flash
2 keys active
Anthropic
claude-3.5-sonnet
claude-3-haiku
2 keys active
Ollama (Local)
llama3
mistral
phi3
2 keys active
How it Works

Live in four steps

From zero to production AI in minutes, not days.

01

Register Your App

Add your SaaS to NeuralHub and get a nhub_live_xxx API key in seconds.

02

Configure Agents

Build named agents with system prompts, guardrails, and knowledge bases in the dashboard.

03

Install the SDK

npm install @codeswayam/neural and call ai.chat({ agentId, message }) anywhere.

04

Monitor Everything

Track usage, cost, latency, and guardrail violations from the analytics dashboard.

AI Agents

Build agents that stay on-brand

The guardrails engine uses LLM-judged topic classification to enforce scope. Your AuraFlow support bot will never answer competitor questions or go off-topic.

  • System prompt vault with versioning
  • Topic whitelist & blacklist
  • PII masking before LLM call
  • Output JSON schema validation
  • A/B test prompt versions with traffic split

auraflow-support-bot

gemini-1.5-pro · v2.1

Active

System Prompt

You are AuraFlow's support assistant. Answer ONLY questions about AuraFlow features, pricing, and usage. Politely decline all other topics.

1,284

Requests today

420ms

Avg latency

17

Guardrail blocks

Guardrails

Topic Enforcer
PII Masking
Jailbreak Guard
Pricing

Simple, transparent pricing

Start free, scale as you grow. All plans include the full SDK and codeswayam-auth integration.

Free

Perfect for exploration

₹0/mo
  • 1 registered app
  • 1 AI agent
  • 10K tokens/day
  • 3 providers
  • Basic analytics
Most Popular

Pro

For growing SaaS products

₹999/mo
  • 5 apps
  • 20 agents
  • 2M tokens/day
  • All providers
  • Knowledge base (5 KBs)
  • Workflow builder
  • Full analytics

Enterprise

Unlimited scale

Custom
  • Unlimited apps & agents
  • Unlimited tokens
  • Dedicated key pools
  • SLA guarantee
  • Priority support
  • Custom model hosting
Ready to Build

Your AI infrastructure,
centralized in minutes

Connect your first SaaS app to NeuralHub and ship AI features 10x faster. No scattered API keys, no duplicated agent logic.