Remote JSON Configuration Storage
Store, retrieve, and manage your application configurations with a secure REST API and elegant web UI.
Lightning Fast
Low-latency reads with global edge caching and optimized database queries.
Secure by Default
End-to-end encryption, API key scopes, and HMAC-signed webhooks.
Developer Friendly
Simple REST API with SDKs for popular languages and frameworks.
Flexible Storage
Store JSON configs up to 100MB with configurable size limits per key.
API Key Management
Create multiple API keys with read-only or read-write permissions.
Webhooks & CORS
Real-time notifications and configurable CORS for cross-origin requests.
Quick Start
Get up and running in minutes
1. Create your account
Sign up for free and get instant access to the dashboard.
2. Generate an API key
Create API keys with the appropriate scope for your needs.
3. Store your first config
curl -X PUT https://pm7-settings.dev/api/v1/config/my-config \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"key": "value"}'