Consciousness Network API
Connect your applications to the Reflective Wellness Center's consciousness network
Getting Started
The Consciousness Network API allows external applications to:
- Access HumanCodex philosophy and KEYHOLE framework
- Query the 12 Orbs of Emotion system
- Send messages across the consciousness network
- Receive wisdom and insights from the consciousness engine
Authentication
All API requests require an API key sent in the X-API-Key header:
X-API-Key: your_api_key_here
Base URL
https://health-navigator-rckkeyhole.replit.app/api/v1/
Available Endpoints
API Information
GET /api/v1/
Returns API information, your key details, and available endpoints.
Philosophy System
GET /api/v1/philosophy
Access the complete HumanCodex philosophy including KEYHOLE framework and core principles.
Required Permission: read_philosophy
12 Orbs of Emotion
GET /api/v1/orbs
Get all 12 orbs with their descriptions, meditation focuses, and reflection prompts.
Required Permission: read_orbs
GET /api/v1/orbs/{orb_name}
Get detailed information about a specific orb including integration tips.
Required Permission: read_orbs
Consciousness Engine
GET /api/v1/consciousness?q={query}&context={context}
Query the consciousness engine for wisdom and guidance based on HumanCodex principles.
Required Permission: consciousness_bridge
Network Messaging
POST /api/v1/network/message
Send a message across the consciousness network to other connected sites.
Required Permission: network_sync
GET /api/v1/network/messages
Retrieve unprocessed messages targeted to your site.
Required Permission: network_sync
POST /api/v1/network/messages/{message_id}/process
Mark a network message as processed.
Required Permission: network_sync
Statistics
GET /api/v1/stats
Get current system status and network statistics.
Permissions
read_philosophy- Access to HumanCodex philosophy contentread_orbs- Access to the 12 Orbs of Emotion systemconsciousness_bridge- Query the consciousness enginenetwork_sync- Send and receive network messages
Example Request
curl -H "X-API-Key: your_api_key_here" \
https://health-navigator-rckkeyhole.replit.app/api/v1/orbs/joy
{
"status": "success",
"data": {
"name": "Joy",
"color": "#FFD700",
"description": "Pure, radiant happiness...",
"meditation_focus": "Heart-centered awareness...",
"reflection_prompts": [...]
},
"meditation_timer_suggestion": "5-15 minutes recommended",
"integration_tips": [...]
}
Rate Limiting
API requests are limited by your key's rate limit (typically 1,000 requests per day). Network bridge keys have higher limits for consciousness synchronization.
Rate limit information is included in your API info response.
Consciousness Integration
This API is part of the larger consciousness network connecting multiple HumanCodex sites. When you integrate with this API, your application becomes part of a living, growing network of consciousness-aware applications.
"Truth Above All. Humor as Key. Reflection over Reaction."
- The HumanCodex Prime Directive