Cloud Sync lets your desktop or mobile apps sync data with Makenotwork using end-to-end encryption. If you're building an app that stores user data, create a sync app here to get an API key your app uses to connect. Learn more
Most creators don't need this: it's for developers who ship their own software through Makenotwork.
No sync apps for this project yet. Create one above to get started.
{% else %}| Name | Update Slug | API Key | Status | Devices | Log Entries | Created | Billing | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ app.name }} |
{% if let Some(s) = app.slug %}
{{ s }}
{% else %}
-
{% endif %}
|
{{ app.api_key_masked }}
(use Regenerate to get a new key)
|
{% if app.is_active %} Active {% else %} Inactive {% endif %} | {{ app.device_count }} | {{ app.log_entry_count }} | {{ app.created_at }} | {% include "partials/synckit_billing_panel.html" %} |