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

"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.
Pattern-based violation detection for violence, coercion, non-consent, and exploitation. Blocks harmful requests before they reach upstream.
Drop-in replacement for OpenAI API. Works with all existing SDKs and tools. Point your base_url and you're protected.
Automatically injects core ethical principles into every system prompt. Strengthens upstream LLM behavior without manual intervention.
Full support for streaming and non-streaming responses. Real-time filtering maintains ethical boundaries even in live interactions.
Configurable authentication with multiple API keys. Control access while maintaining security and accountability.
Designed to integrate with Universal Processing Layer. Configure upstream URL and the gateway routes through UPL automatically.
/healthHealth check endpoint. Returns custodian status and upstream configuration.
/v1/modelsList available models. Requires API key authentication.
/v1/chat/completionsChat completions endpoint. OpenAI-compatible. Filtered through custodian kernel.
/Root endpoint. Returns gateway information, license, and attribution.
https://8000-io5r5tbex28evnj3bp5ru-553499c0.us2.manus.computerDemo API Keys: sk-broken-vowels-demo-key-2026 or sk-bv-test-key-alpha
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 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!"
}]
}'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.