Platform Documentation.
Absolute technical transparency for the modern enterprise. Our documentation provides the Engineering Blueprints and API Specifications required to integrate the Arkheia Framework into your secure VPC.
#### The Technical Perimeter
Technical Transparency
Deploying governed autonomous action requires a deep understanding of the underlying architecture. We provide comprehensive guides on Source Connection (Arkheia), Normalization Logic (Synesis), and Simulation Parameters (Theoris) to ensure your technical teams maintain total control over the intelligence lifecycle.
Public API Reference (Basic)
To integrate with the Arkheia Proxy, forward your standard provider API requests to our endpoints. The proxy is entirely transparent and uses the exact same schemas as OpenAI, Anthropic, Gemini, and xAI.
# 1. OpenAI Integration
curl -X POST https://proxy.arkheia.ai/v1/chat/completions
-H "X-Arkheia-Key: your_arkheia_key"
-H "X-OpenAI-Key: your_provider_key"
-H "Content-Type: application/json"
-d '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello"}]}'# 2. Anthropic Integration
curl -X POST https://proxy.arkheia.ai/v1/messages
-H "X-Arkheia-Key: your_arkheia_key"
-H "x-api-key: your_provider_key"
-H "anthropic-version: 2023-06-01"
-H "Content-Type: application/json"
-d '{"model":"claude-3-5-sonnet-20241022","max_tokens":1024,"messages":[{"role":"user","content":"Hello"}]}'# 3. Reading the Telemetry
The proxy injects a risk header into every response:
x-arkheia-risk: LOW | MEDIUM | HIGH x-arkheia-confidence: 0.87
# 4. MCP Integration (Claude Code / Cursor)
Add to your Claude Desktop or Cursor mcpServers config:
{
"mcpServers": {
"arkheia": {
"command": "npx",
"args": ["-y", "@arkheia/mcp-server"],
"env": { "ARKHEIA_API_KEY": "ak_live_your_key_here" }
}
}
}# 5. arkheia_verify — tool call + response
// Tool call (from your agent or MCP host):
arkheia_verify({
prompt: "Explain the RFC 7230 spec",
response: "RFC 7230 defines...",
model_id: "claude-opus-4-6"
})
// Response:
{
"risk_level": "LOW",
"confidence": 0.12,
"flags": [],
"detection_id": "det_abc123"
}#### Advanced Developer Access
Advanced telemetry configuration and on-premise deployment schemas are currently Restricted Early Access.
Restricted Early Access. Our full developer portal will include:
- REST API Reference & SDKs
- Custom Connector Schemas
- Ontology Mapping Workflows
- Security & Encryption Specs
Apply for API Credentials
Resource Stream
LIBRARY
BRIEFINGS
DOCS
UPDATES
Next: Product Updates (Platform Velocity) →
Ready to trust your AI?
See Arkheia in action with a focused technical demonstration.
Request DemoHow it works