AGNOSTIC

Welcome back!

Sign in to your account to continue

or

Don't have an account? Register

AGNOSTIC

Your personal AI workspace

Welcome to

Agnostic

Your personal AI workspace

System Metrics
Active Sessions
Live
Documents
Indexed
Threats Blocked
Security
API Calls (24h)
Usage
Shield Status
Prompt Guard
ENABLED
PII Redactor
ENABLED
Rate Limiter
ENABLED
System Status
Database
OpenRouter
Embeddings
Endpoint: /api/chat/completions
agnostic v1.0.0 · operational
API Completion Log 0 calls
Time Source Input Output
No usage data yet. Send some messages first.
New Chat

Your Knowledge Base

Upload documents to teach your AI new things.

Drag & drop files here or click to browse

Supports PDF, TXT, and MD up to 10MB

Do not upload sensitive documents.

Uploaded Documents

AI Security Hardening

Monitor security events, system shields, and prompt injection logs.

Prompt Injection Guard
ENABLED
Blocks jailbreak attempts, prompt overrides, and context overflow attacks.
PII & Key Redactor
ENABLED
Removes emails, phone numbers, tokens, and credentials from inputs and outputs.
Rate Limiter
ENABLED
Token bucket algorithm per-IP and per-user limits with SQLite backing store.
Input Sanitizer
WATCH
Normalizes encoding, strips null bytes, enforces max token thresholds.
Audit Log
--:-- WAIT Waiting for security events...
H

Hermes Adaptive Rules

Self-synthesized regex rules from security log analysis.

No adaptive rules synthesized yet. Run auditor to generate them.
S

Semantic Attack Memory

Vector database cache of unique blocked prompt injection signatures.

Time Detected Via Attack Signature
No attack signatures cached in semantic memory yet.

System Settings

Configure your AI persona and developer resources.

P

AI Persona

Define how your AI should behave and respond.

K

Developer API Keys

Access the OpenRouter-compatible endpoint at /api/chat/completions.

    T

    API Reference & Tutorial

    Learn how to query the completions endpoint.

    /api/chat/completions
    curl -X POST https://chatbot.kagita.my.id/api/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "message": "Hello, how are you?",
        "chatId": 1
      }'

    Info: chatId (number, optional) links the request to an existing chat session to retrieve context & save history. Omit for a one-off query.