<script>

(function (config) {
  'use strict';

  if (!config.pixelId || !config.apiEndpoint || !config.cdn) {
    if (typeof console !== 'undefined') {
      console.error('[Keychain Pixel] Configuration incomplete');
    }
    return;
  }

  window.keychainPixel = window.keychainPixel || {};

  var pixel = window.keychainPixel;

  pixel.init = function () {
    if (document.getElementById('__keychain_pixel__')) return;

    var script = document.createElement('script');
    script.async = true;
    script.type = 'text/javascript';
    script.id = '__keychain_pixel__';

    script.dataset.pixelId = config.pixelId;
    script.dataset.apiEndpoint = config.apiEndpoint;
    script.dataset.cdn = config.cdn;
    script.src = config.cdn + '/keychain/pixel.js';

    document.head.appendChild(script);
  };

  pixel.init();
})({
  cdn: 'https://assets.keychain.com',
  apiEndpoint: 'https://pixel-edge.keychain.com',
  pixelId: 'MANUFACTURER_PVUHJZHZ60_9ZHTECT0',
});
</script>

Let’s Build What’s Next

Ready to bring your next food product to life? Whether you’re developing a new concept, expanding production capacity, launching a private label program, or entering new markets, Circa Foods has the expertise and resources to help you succeed.

From product development and commercialization to manufacturing, packaging, and distribution support, our team works alongside you every step of the way. Share a few details about your project, and let’s start building a solution designed to meet your goals, accelerate growth, and bring your vision to market with confidence.

First Name
Last Name
Email
Subject
Message
The form has been submitted successfully!
There has been some error while submitting the form. Please verify all form fields again.