Why do you need my Cortex Cloud password?
Cortex Cloud has no public API and no way to authorise a third party app, so there is no token to issue and
no permission screen to approve. The only way to send a friend request and share a preset is to drive the
website the way a person would, signed in as the account that owns the preset. If Neural DSP ever ships an
official API or OAuth, that becomes the way we connect and the password stops being needed.
Should I use a separate Cortex Cloud account for my store?
Yes, and this is the setup we recommend. Create a second Cortex Cloud account on a store address such as
presets@yourstore.com, upload the presets and captures you sell to that account, and give Preset Bridge only
that login. Use a password you do not use anywhere else.
Your personal account, your own preset library and any purchase history stay entirely outside the system.
If you ever want to stop, changing one password on an account that does nothing but fulfil orders costs you
nothing. It also keeps your store's friend list separate from your own, which gets easier to manage as
order volume grows.
How is the password stored?
It is encrypted with AES-256-GCM before it is written to the database. The encryption key lives in Google
Secret Manager, not in the database and not in the source code, so a copy of the database on its own is not
enough to read anything. Only the worker process that runs a delivery decrypts it, and only for the length
of that delivery.
The password is never written to a log, never returned by the API, and never shown back to you in the
dashboard. Settings shows whether credentials are present, not what they are.
Can I remove my credentials later?
Delete them from Settings at any time and the stored copy is gone. Future deliveries stop until you add a
login again. Your delivery history, item mappings and API tokens are left alone, so nothing is lost by
disconnecting for a while.
What happens if I change the password on Cortex Cloud?
Sign in fails and deliveries queue instead of completing. Update the credentials in Settings and the queued
work retries on its own. Nothing is silently dropped.
Is automating Cortex Cloud going to get my account into trouble?
We should be straight about this. Preset Bridge is unofficial. Neural DSP does not publish an API, has not
endorsed this service, and could change the site or its rules at any point. We pace requests so an account
behaves like an active seller rather than a script, and reading data costs nothing partly so integrations
have no reason to poll aggressively. That is a real risk we manage, not a risk we can promise away, which
is the honest reason we suggest a dedicated store account rather than your personal one.
Who at your end can read my data?
Credentials are readable only by the delivery worker, which needs the decryption key to do its job. Support
access to your account covers delivery logs and billing, the same records you see in the dashboard.
Store webhooks are signed with HMAC-SHA256 against a secret belonging to a single integration, and API
tokens are shown once then stored as a hash, so a token cannot be recovered from our side either.