Cloud Sync

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.

Create New App

{% if apps.is_empty() %}

No sync apps yet. Create one above to get started.

{% else %}
{% for app in apps %} {% endfor %}
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 %} {{ 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" %}
{% endif %}