Step-by-step instructions to integrate, manage, and optimize your application configurations.
Set up your first project, generate your API key, and load your initial config.json in under 5 minutes.
Learn how to import the Node.js client, handle async config loading, and react to live updates.
Master environment-specific configuration merging, conditional loading, and schema validation.
Securely store API keys, DB passwords, and tokens using our built-in KMS integration and field-level encryption.
Implement live configuration streaming, handle connection fallbacks, and manage subscription scopes.
Configure settings.py dynamically, handle environment variables, and sync across worker processes.
Copy-paste this into your terminal to scaffold a new config-managed project instantly.
Add the official package via npm, pip, or maven depending on your stack.
Set the `AC_API_KEY` environment variable or configure inline auth.
Call the load method, apply your JSON schema, and handle missing fields.
Subscribe to WebSocket events to receive updates without restarts.