OpenClix supports two delivery paths for config JSON.Documentation Index
Fetch the complete documentation index at: https://docs.openclix.ai/llms.txt
Use this file to discover all available pages before exploring further.
App resource JSON
Use bundled config in the app package when you want:- Maximum determinism
- No network dependency at evaluation time
- Release-based config updates
HTTPS JSON
Use remote JSON when you want:- Faster iteration without app release for each rules change
- Central config management
- Dynamic or static serving options
- Static asset JSON (CDN/object storage)
- Dynamically generated JSON (API/server response)