Preset delivery, automated

Ship Quad Cortex presets to customers without doing it by hand.

Cloud Bridge connects your store to Cortex Cloud. When a customer buys a preset, we send the friend request and share the file from your account. Your NDSP login is encrypted with AES-256 and never logged.

POST / webhook.http
POST /api/webhooks/generic/<integrationId>
X-API-Key: ndsp_live_...
X-Webhook-Signature: sha256=...

{
  "orderId": "1042",
  "targetUsername": "cortex_user_42",
  "items": [{ "sku": "STORM-LEAD-V2", "quantity": 1 }]
}

A signed POST is enough. We handle the friend request, share, retries, and logging.

01 — Capabilities

What it does

API tokens for each storefront
Tokens are revealed once and stored as a hashed preview. Rotate, deactivate, or scope per store.
Encrypted NDSP credentials
Your Cortex Cloud login is encrypted at rest with AES-256. Only the worker that automates the share can read it.
Shopify, WooCommerce, generic
Three webhook providers, HMAC-verified. Map SKUs, product IDs, variant IDs, or titles to presets and captures.
Credit packs through Stripe
Buy credits once and spend them only when paid delivery actions succeed.
Friend request and retry queue
Cortex Cloud needs a mutual follow before a share. Cloud Bridge queues the request, retries on transient failures, and logs every attempt.
Per-token usage
Requests, deliveries, and last-active per token. Failed deliveries surface a resolution code so you know why.
02 — Flow

How it works

  1. 01. Sign up and store your Cortex Cloud credentials in the encrypted vault.
  2. 02. Create an API token for the storefront and copy the secret on creation.
  3. 03. Add a store integration with a webhook URL, signing secret, and item mappings.
  4. 04. Sell a preset. The webhook fires, Cloud Bridge sends the friend request, then shares the file once it’s accepted.