Cloud Sync lets your desktop or mobile apps sync data with Makenotwork using end-to-end encryption. Each app gets 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 yet. Create one above to get started.
{% else %}| Name | Update Slug | Linked To | API Key | Status | Devices | Log Entries | Created | Billing | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ app.name }} |
{% if let Some(s) = app.slug %}
{{ s }}
{% else %}
-
{% endif %}
|
{% if let Some(pname) = app.project_name %} {% if let Some(pslug) = app.project_slug %} {{ pname }} {% endif %} {% if let Some(ititle) = app.item_title %} / {{ ititle }} {% endif %} {% 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" %} |