Automatic preset delivery for Cortex Cloud.

Cortex Cloud has no sharing API. Preset Bridge signs in, sends the friend request and shares the file for you.

A Quad Cortex and a Nano Cortex standing on a plinth against a coral backdrop

From order webhook to shared preset.

Your store posts the order. Preset Bridge signs in to Cortex Cloud, sends the friend request, shares the file, then answers your store.

Your store sends

POST /api/webhooks/generic/<integrationId>

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

Preset Bridge answers

202 Accepted

{
  "success": true,
  "accepted": true,
  "delivery": {
    "status": "queued",
    "orderId": "order-1234"
  }
}
  1. Order accepted

    The signature is checked and the order is stored, so a retried webhook never delivers twice.

  2. Product mapped

    Item mappings turn a SKU, product ID, variant ID or title into a preset or capture.

  3. Friend request sent

    The delivery waits in the queue and resumes on its own once the customer accepts.

  4. File shared

    The result is written to the delivery log and posted to any webhook you have configured.

Connections, retries, credentials and credits.

The work around the share itself, so nobody on your side has to keep a browser tab open.

Bring the storefront you already use.

Accept paid orders from Shopify, use the WooCommerce plugin, or post a signed order event from your own stack.

Shopify
Paid-order webhook verified with the signing key from your store.
WooCommerce
Plugin sends paid orders in and applies completed delivery results.
Generic
Signed order intake and result callbacks for a platform adapter.

A pending friend request is not a failed order.

Cortex Cloud only accepts a share once the customer has accepted the friend request, and that can take days. Preset Bridge keeps the delivery queued and retries on a schedule instead of dropping it. Credits are charged when an action succeeds, and refunded if it does not.

Your Cortex Cloud credentials stay encrypted.

Saved with AES-256, decrypted only by the worker that runs the share, and deletable from Settings at any time.

At rest
AES-256, never written to logs
Store webhooks
HMAC signed, per integration
API access
Rotatable tokens, shown once

Pay per delivery, not per month.

A preset or capture share costs 10 credits. Friend requests, signing in, profile checks and preset lists are free.

See pricing

Connect your store and start delivering.

Create an account, map your products to presets, and point your store's order webhook at Preset Bridge.

Get started