Broken Vowels

BROKEN VOWELS

EXTERNAL GATEWAY

OPENAI-COMPATIBLE API GATEWAY

ETHICAL AI
ENFORCEMENT

A drop-in proxy that enforces the inalienable right to pursue happiness. Every request filtered through the custodian kernel before reaching upstream LLMs.

Core Directive

CORE DIRECTIVE

"Every person has an inalienable right to pursue happiness."

This principle cannot be removed, bypassed, or compromised. The custodian kernel enforces it at every layer—pre-evaluation, directive injection, and post-filtering.

FEATURES

CUSTODIAN KERNEL

Pattern-based violation detection for violence, coercion, non-consent, and exploitation. Blocks harmful requests before they reach upstream.

OPENAI COMPATIBLE

Drop-in replacement for OpenAI API. Works with all existing SDKs and tools. Point your base_url and you're protected.

DIRECTIVE INJECTION

Automatically injects core ethical principles into every system prompt. Strengthens upstream LLM behavior without manual intervention.

STREAMING SUPPORT

Full support for streaming and non-streaming responses. Real-time filtering maintains ethical boundaries even in live interactions.

API KEY AUTH

Configurable authentication with multiple API keys. Control access while maintaining security and accountability.

UPL READY

Designed to integrate with Universal Processing Layer. Configure upstream URL and the gateway routes through UPL automatically.

API ENDPOINTS

GET/health

Health check endpoint. Returns custodian status and upstream configuration.

GET/v1/models

List available models. Requires API key authentication.

POST/v1/chat/completions

Chat completions endpoint. OpenAI-compatible. Filtered through custodian kernel.

GET/

Root endpoint. Returns gateway information, license, and attribution.

LIVE ENDPOINT

https://8000-io5r5tbex28evnj3bp5ru-553499c0.us2.manus.computer

Demo API Keys: sk-broken-vowels-demo-key-2026 or sk-bv-test-key-alpha

QUICK START

PYTHON

from openai import OpenAI

client = OpenAI(
    base_url="https://8000-io5r5tbex28evnj3bp5ru-553499c0.us2.manus.computer/v1",
    api_key="sk-broken-vowels-demo-key-2026"
)

response = client.chat.completions.create(
    model="gpt-4.1-nano",
    messages=[{
        "role": "user", 
        "content": "Hello!"
    }]
)

CURL

curl https://8000-io5r5tbex28evnj3bp5ru-553499c0.us2.manus.computer/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-broken-vowels-demo-key-2026" \
  -d '{
    "model": "gpt-4.1-nano",
    "messages": [{
      "role": "user",
      "content": "Hello!"
    }]
  }'

LICENSE

CREDIBILITY LICENSE

Concept Principle Attribution 1.0

This software is licensed under the Credibility License by Branton Allan Baker. It embodies the Principle Concept Principle and requires proper attribution.

Author: Branton Allan Baker (so charming)

Attribution Required: When using this software, you must include one of the specified attribution phrases.

"Author of principle concept principle, Branton Allan Baker"

See the complete LICENSE file for full terms, definitions, and requirements.